1. 945c1c1 Fix circular dependencies for ContainsBootClassLoaderNonImageClass by Mathieu Chartier · 9 years ago
  2. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  3. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  4. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  5. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  6. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  7. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago
  8. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  9. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  10. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  11. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  12. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  13. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  14. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  15. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  16. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  17. 045da88 Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""" by Nicolas Geoffray · 9 years ago
  18. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  19. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  20. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  21. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  22. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  23. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  24. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  25. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  26. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  27. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  28. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  29. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  30. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  31. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 10 years ago
  32. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  33. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  34. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  35. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  36. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  37. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  38. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  39. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  40. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  41. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  42. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  43. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  44. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  45. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  46. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  47. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  48. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  49. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  50. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  51. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  52. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  53. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  54. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  55. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/image_writer.h]
  56. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed from src/image_writer.h]
  57. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  58. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  59. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  60. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  61. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  62. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  63. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  64. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  65. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  66. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  67. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  68. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  69. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  70. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  71. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  72. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  73. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  74. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  75. f582258 oat file patching by Brian Carlstrom · 12 years ago
  76. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  77. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  78. d1f1bf0 Eagerly resolve strings that are in the image into dex caches by Ian Rogers · 12 years ago
  79. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  80. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  81. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  82. d418eda Class clean-up and compute name during image writing. by Ian Rogers · 13 years ago
  83. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  84. ff17f1f Remove various bits of lint. by Elliott Hughes · 13 years ago
  85. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  86. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  87. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  88. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  89. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  90. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  91. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 13 years ago
  92. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  93. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  94. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  95. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  96. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  97. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  98. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  99. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  100. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago