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