1. d6f8c8b Fix `pthread_cond_timedwait()` error processing in dex2oat. by Roland Levillain · 6 years ago
  2. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  3. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  4. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  5. ce2d6b3 Merge "Remove denver from art" by Haibo Huang · 6 years ago
  6. 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
  7. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  8. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  9. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 6 years ago
  10. 11a250b Remove denver from art by Haibo Huang · 6 years ago
  11. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  12. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  13. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  14. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 6 years ago
  15. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  16. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  17. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  18. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  19. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  20. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  21. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  22. fd667d4 Merge changes I05871a8a,I8baec836 by Vladimir Marko · 6 years ago
  23. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  24. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  25. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
  26. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  27. 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
  28. 33e5d52 Merge "Support shared libraries in ClassLoaderContext::CreateClassLoader." by Nicolas Geoffray · 6 years ago
  29. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  30. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  31. b321ac2 Merge "Speed up relative_patcher_arm64_test." by Vladimir Marko · 6 years ago
  32. b74574a Speed up relative_patcher_arm64_test. by Vladimir Marko · 6 years ago
  33. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  34. 0bcbe93 Merge changes I1617a601,Ifa324bea by Vladimir Marko · 6 years ago
  35. 38cf60a Postpone DexCache preloading in the ImageWriter. by Vladimir Marko · 6 years ago
  36. d0834e4 Merge "Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that"" by Martin Stjernholm · 6 years ago
  37. b81c59e Merge "ART: Rewrite core image detection." by Vladimir Marko · 6 years ago
  38. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 6 years ago
  39. 9e9fc70 Merge "Remove kDex2OatHostKey from oat-header" by Treehugger Robot · 6 years ago
  40. d6f3019 Remove kDex2OatHostKey from oat-header by Alex Light · 6 years ago
  41. 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
  42. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  43. 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
  44. 1ecd7a8 Merge "Revert "Link lzma and lz4 compression libs statically into libartbase and use that"" by Annie Meng · 6 years ago
  45. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  46. a25b683 Merge "Link lzma and lz4 compression libs statically into libartbase and use that instead." by Martin Stjernholm · 6 years ago
  47. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 6 years ago
  48. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 6 years ago
  49. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  50. 24a993d Merge "Clean up oat key-value store." by Vladimir Marko · 6 years ago
  51. 56581d8 Clean up oat key-value store. by Vladimir Marko · 6 years ago
  52. 50f9dc2 ART: Clean up dex2oat_test a bit by Andreas Gampe · 6 years ago
  53. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  54. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  55. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  56. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  57. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  58. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  59. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  60. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  61. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  62. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  63. a63dc15 Merge "Modernise code to use std::make_unique" by Yi Kong · 6 years ago
  64. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  65. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  66. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  67. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  68. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 6 years ago
  69. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  70. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  71. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  72. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  73. f559f57 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 6 years ago
  74. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  75. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  76. 55c880e Revert "Disable kAppImageMayContainStrings" by Chris Wailes · 6 years ago
  77. fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 6 years ago
  78. e7e4eda Merge "ART: Clean up CreateImageSections() comment." by Vladimir Marko · 6 years ago
  79. 6d3c181 ART: Clean up CreateImageSections() comment. by Vladimir Marko · 6 years ago
  80. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  81. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  82. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  83. 76d5c1a Merge "Remove the relocations section from the image." by Vladimir Marko · 6 years ago
  84. d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
  85. 929f425 Merge "ART: Fix android-cloexec warnings" by Treehugger Robot · 6 years ago
  86. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  87. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  88. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  89. 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 6 years ago
  90. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  91. f06ca50 Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))." by Treehugger Robot · 6 years ago
  92. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 6 years ago
  93. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  94. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 6 years ago
  95. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  96. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  97. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  98. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
  99. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  100. b63a4e8 Merge "Fix multi-image boot class path construction." by Vladimir Marko · 6 years ago