1. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 10 years ago
  2. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  3. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 10 years ago
  4. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  5. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  6. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 10 years ago
  7. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 10 years ago
  8. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  9. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  10. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  11. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 10 years ago
  12. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 10 years ago
  13. a808bac Add more image writer comments and clean up by Mathieu Chartier · 10 years ago
  14. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 10 years ago
  15. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  16. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  17. 00310e0 Keep dex files live in class table by Mathieu Chartier · 10 years ago
  18. 32cc9ee Change hash table load factors by Mathieu Chartier · 10 years ago
  19. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  20. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  21. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  22. 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 10 years ago
  23. c3fcd41 Address some code comments by Mathieu Chartier · 10 years ago
  24. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  25. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  26. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  27. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 10 years ago
  28. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 10 years ago
  29. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  30. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  31. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  32. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  33. 6b06953 Add class table field to class loader by Mathieu Chartier · 10 years ago
  34. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  35. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  36. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  37. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  38. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 10 years ago
  39. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  40. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  41. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  42. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  43. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  44. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  45. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  46. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  47. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  48. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  49. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  50. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  51. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  52. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  53. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  54. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  55. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  56. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  57. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  58. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  59. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  60. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  61. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  62. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  63. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 11 years ago
  64. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  65. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 11 years ago
  66. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  67. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  68. c2e2062 Add hash set by Mathieu Chartier · 11 years ago
  69. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  70. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 11 years ago
  71. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  72. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  73. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  74. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 11 years ago
  75. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  76. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  77. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  78. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  79. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  80. 958d78e Merge "Remove reference_static_offsets used for iterating through class static fields." by Mingyao Yang · 11 years ago
  81. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 11 years ago
  82. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  83. 621962a Avoid recomputing the dex checksum during class loading by Calin Juravle · 11 years ago
  84. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 11 years ago
  85. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  86. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 11 years ago
  87. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  88. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  89. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 11 years ago
  90. 8850011 Remove an intermediate field array in ClassLinker::InitializeClass. by Hiroshi Yamauchi · 11 years ago
  91. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  92. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 11 years ago
  93. 64ad14d Support running without a boot image. by Alex Light · 11 years ago
  94. bf99f77 Clean up Handle usage. by Mathieu Chartier · 11 years ago
  95. 67ef46a Avoid handle-less fields in ClassLinker::InitializeClass() by Hiroshi Yamauchi · 11 years ago
  96. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 11 years ago
  97. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 11 years ago
  98. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 11 years ago
  99. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  100. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago