1. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  2. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  3. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  4. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  5. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  6. 915ec55 ART: Update LZ4 library to v1.7.5 by David Lin · 8 years ago
  7. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  8. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  9. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  10. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  11. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  12. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  13. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  14. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  15. e8fcd01 Revert "Revert "CHA for abstract methods."" by Mingyao Yang · 9 years ago
  16. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  17. 6ad2f6d Fix inserting classes to initiating loader's class table. by Vladimir Marko · 9 years ago
  18. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 9 years ago
  19. eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 9 years ago
  20. c27bc40 Prune uses library classes even without profile by Mathieu Chartier · 9 years ago
  21. c5798bf Revert^8 "Make sure that const-class linkage is preserved." by Vladimir Marko · 9 years ago
  22. 58c3f6a Reduce calls to DescriptorEquals by Mathieu Chartier · 9 years ago
  23. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 9 years ago
  24. 2c8c6b6 Revert "Make sure that const-class linkage is preserved, try again." by Vladimir Marko · 9 years ago
  25. 00a4410 Additional debug logging for bug 33231647. by Vladimir Marko · 9 years ago
  26. 9036914 Merge "Make sure that const-class linkage is preserved, try again." by Treehugger Robot · 9 years ago
  27. cb5ab35 Make sure that const-class linkage is preserved, try again. by Vladimir Marko · 9 years ago
  28. 211fd80 Merge "ART: Add dex::StringIndex" by Treehugger Robot · 9 years ago
  29. 171cf81 Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""" by Vladimir Marko · 9 years ago
  30. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  31. e47172b Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""" by Vladimir Marko · 9 years ago
  32. 09ded92 Revert "Revert "Revert "Make sure that const-class linkage is preserved.""" by Vladimir Marko · 9 years ago
  33. 25dcbad Revert "Revert "Make sure that const-class linkage is preserved."" by Vladimir Marko · 9 years ago
  34. ecffc67 Revert "Make sure that const-class linkage is preserved." by Vladimir Marko · 9 years ago
  35. 9ee5fdf Merge "Make sure that const-class linkage is preserved." by Vladimir Marko · 9 years ago
  36. 19886db Make sure that const-class linkage is preserved. by Vladimir Marko · 9 years ago
  37. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  38. ad06b98 Make ImageWriter and PatchOat helper classes nested. by Vladimir Marko · 9 years ago
  39. 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 9 years ago
  40. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 9 years ago
  41. d625158 Add ClassExt mirror. by Alex Light · 9 years ago
  42. 9e86809 Move intern table to ObjPtr by Mathieu Chartier · 9 years ago
  43. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  44. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  45. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 9 years ago
  46. 38a4223 Merge "Move most mirror:: args to ObjPtr" by Mathieu Chartier · 9 years ago
  47. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 9 years ago
  48. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 9 years ago
  49. 1a1de67 Do not write empty class table and intern table to image. by Vladimir Marko · 9 years ago
  50. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  51. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  52. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  53. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  54. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  55. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 9 years ago
  56. 496577f Smarter image layout by Mathieu Chartier · 9 years ago
  57. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 9 years ago
  58. 96e640c Fix the target art method address within a method object by Jing Ji · 9 years ago
  59. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  60. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  61. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 9 years ago
  62. fd36f1f Rename callee save enumerators. by Vladimir Marko · 9 years ago
  63. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 9 years ago
  64. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 9 years ago
  65. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 9 years ago
  66. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  67. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  68. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  69. badee98 Optimize IMT by Nelli Kim · 9 years ago
  70. 696632e Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 9 years ago
  71. 0b49084 Prune class path classes from profile by Mathieu Chartier · 9 years ago
  72. 0c050a1 Add null checks to weak DexCache references by Brian Carlstrom · 9 years ago
  73. 97bad1b Visit IMT of all classes during image writing by Mathieu Chartier · 9 years ago
  74. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  75. 2ba04ea Revert "Revert "Reduce dirty image pages by improving binning"" by Mathieu Chartier · 9 years ago
  76. d464fa1 Revert "Reduce dirty image pages by improving binning" by Mathieu Chartier · 9 years ago
  77. f3cee19 Reduce dirty image pages by improving binning by Mathieu Chartier · 9 years ago
  78. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  79. 9894fc8 Disable LZ4HC compressed images by Mathieu Chartier · 9 years ago
  80. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 9 years ago
  81. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  82. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  83. 0ccfe2c image: Allow methods with code in another oat file to work correctly by Igor Murashkin · 9 years ago
  84. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  85. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  86. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  87. 901e070 Support image classes filtering in image writer by Mathieu Chartier · 9 years ago
  88. e8bf134 Don't pass in oat file name to NativeLocationInImage by Mathieu Chartier · 9 years ago
  89. fcea56f Fix issue with copied methods not being checked. by Alex Light · 9 years ago
  90. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  91. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  92. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 9 years ago
  93. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  94. 14567fd Clean up UpdateOatFile for app images by Mathieu Chartier · 9 years ago
  95. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 9 years ago
  96. 784bb09 Clear image file in image writer by Mathieu Chartier · 9 years ago
  97. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 10 years ago
  98. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  99. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  100. f7fd970 Load app images by Mathieu Chartier · 10 years ago