1. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  2. 496577f Smarter image layout by Mathieu Chartier · 8 years ago
  3. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  4. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  5. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  6. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  7. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  8. badee98 Optimize IMT by Nelli Kim · 8 years ago
  9. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  10. 2ba04ea Revert "Revert "Reduce dirty image pages by improving binning"" by Mathieu Chartier · 8 years ago
  11. d464fa1 Revert "Reduce dirty image pages by improving binning" by Mathieu Chartier · 8 years ago
  12. f3cee19 Reduce dirty image pages by improving binning by Mathieu Chartier · 8 years ago
  13. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 8 years ago
  14. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 8 years ago
  15. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  16. 901e070 Support image classes filtering in image writer by Mathieu Chartier · 8 years ago
  17. e8bf134 Don't pass in oat file name to NativeLocationInImage by Mathieu Chartier · 8 years ago
  18. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 8 years ago
  19. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 8 years ago
  20. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 8 years ago
  21. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  22. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  23. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  24. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  25. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  26. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  27. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  28. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  29. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  30. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  31. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  32. 67ad20e Address some comments in image writer by Mathieu Chartier · 9 years ago
  33. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  34. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  35. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  36. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  37. 945c1c1 Fix circular dependencies for ContainsBootClassLoaderNonImageClass by Mathieu Chartier · 9 years ago
  38. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  39. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  40. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  41. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  42. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  43. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago
  44. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  45. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  46. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  47. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  48. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  49. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  50. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  51. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  52. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  53. 045da88 Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""" by Nicolas Geoffray · 9 years ago
  54. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  55. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  56. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  57. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  58. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  59. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  60. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  61. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  62. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  63. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  64. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  65. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  66. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  67. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 10 years ago
  68. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  69. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  70. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  71. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  72. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  73. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  74. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  75. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  76. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  77. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  78. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  79. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  80. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  81. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  82. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  83. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  84. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  85. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  86. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  87. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  88. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  89. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  90. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  91. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/image_writer.h]
  92. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed from src/image_writer.h]
  93. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  94. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  95. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  96. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  97. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  98. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  99. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  100. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago