1. a8a815c Remove OatWriter::DexFileSource by David Srbecky · 2 years, 1 month ago
  2. 7051725 Run dex2oat if the APK is compressed. by Jiakai Zhang · 2 years, 2 months ago
  3. b4311a6 Fix android-cloexec-fopen clang-tidy issues by Stefano Cianciulli · 2 years, 2 months ago
  4. 6a5b398 Fix performance-inefficient-vector-operation clang-tidy issues by Stefano Cianciulli · 2 years, 2 months ago
  5. 53aca9a Don't use logd in Microdroid by Alan Stokes · 2 years, 1 month ago
  6. 0f6af5e Reland "Write classes in runtime-generated app image." by Nicolas Geoffray · 2 years, 2 months ago
  7. 258b8f8 Optimize boot-image dirty object layout by Dmitrii Ishcheikin · 2 years, 2 months ago
  8. 24b3d64 Revert "Write classes in runtime-generated app image." by Sam Saccone · 2 years, 2 months ago
  9. df68c0a Write classes in runtime-generated app image. by Nicolas Geoffray · 2 years, 2 months ago
  10. fa55a56 Also keep classes with static fields when generating an image. by Nicolas Geoffray · 2 years, 2 months ago
  11. c451312 Reland "ARM64: Enable implicit suspend checks after CCCR." by Vladimír Marko · 2 years, 2 months ago
  12. 2de08ed Revert "ARM64: Enable implicit suspend checks after CCCR." by Nicolas Geoffray · 2 years, 3 months ago
  13. 6db6033 ARM64: Enable implicit suspend checks after CCCR. by Vladimir Marko · 2 years, 3 months ago
  14. a20ec9b Fix clinit debug check in instrumentation. by Vladimir Marko · 2 years, 3 months ago
  15. e3b4be4 Do not link libziparchive both statically and dynamically in libartbase by Martin Stjernholm · 2 years, 3 months ago
  16. 7b97aeb Remove class root duplicates from well known classes. by Vladimir Marko · 2 years, 4 months ago
  17. addc2d1 Change remaining well known methods to `ArtMethod*`. by Vladimir Marko · 2 years, 4 months ago
  18. b6f965d Change well known class loader methods to `ArtMethod*`. by Vladimir Marko · 2 years, 4 months ago
  19. b3afa08 Add helpers for classes from well known fields/methods. by Vladimir Marko · 2 years, 4 months ago
  20. 485e688 Add clang-format preupload check. by Martin Stjernholm · 2 years, 4 months ago
  21. c396050 Reject boot images if there is a read barrier state mismatch. by Jiakai Zhang · 2 years, 4 months ago
  22. 137ed5e Add missing module metadata to ART tests run via Mainline Presubmits. by Roland Levillain · 2 years, 4 months ago
  23. adf67c5 Add a flag "--comments" for debugging information. by Jiakai Zhang · 2 years, 4 months ago
  24. 3b7475b Don't assume the class has never been looked at in FastVerify. by Nicolas Geoffray · 2 years, 4 months ago
  25. 4e0b5d7 Clean up decoding well-known classes. by Vladimir Marko · 2 years, 4 months ago
  26. 123f955 ART: Initialize intrinsics earlier. by Vladimir Marko · 2 years, 4 months ago
  27. 00ca1b5 Revert "Merge libart and libart-compiler into a single library" by Dmitrii Ishcheikin · 2 years, 4 months ago
  28. 2b7be1e Merge libart and libart-compiler into a single library by Dmitrii Ishcheikin · 2 years, 5 months ago
  29. 55112ca Add a phenotype flag to disable compact dex in dex2oat. by Martin Stjernholm · 2 years, 5 months ago
  30. 2847729 Don't spin up the ART runtime in art_standalone_dex2oat_cts_tests. by Martin Stjernholm · 2 years, 5 months ago
  31. d3f0238 Set native-test-timeout for dex2oat test. by Florian Mayer · 2 years, 5 months ago
  32. ad82439 Change well known boxing methods to `ArtMethod*`. by Vladimir Marko · 2 years, 5 months ago
  33. 5be5ce7 Reland "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  34. 839193e Revert "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  35. afe6902 Change well known `ClassLoader` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  36. ba5cc5b Revert^2 "Don't wait with mutator lock"" by Hans Boehm · 2 years, 6 months ago
  37. 76990bb ART: Speed up some gtests. by Vladimir Marko · 2 years, 5 months ago
  38. 5111cb6 Refactor and cleanup DexCache. by Nicolas Geoffray · 2 years, 5 months ago
  39. 7bbb0e8 Update java.lang.String* from jdk-11.0.13-ga by Victor Chang · 2 years, 6 months ago
  40. d5a4319 ART: Move `CompiledMethod{,-Storage}` to dex2oat/. by Vladimir Marko · 2 years, 6 months ago
  41. 8c5e881 Remove `CompiledCode::CodePointer()`. by Vladimir Marko · 2 years, 5 months ago
  42. 0b325ab Fix panics in art build code when target arch is riscv64 by Colin Cross · 2 years, 6 months ago
  43. 467d570 Refactor Thumb2 entrypoint adjustment handling. by Vladimir Marko · 2 years, 6 months ago
  44. 94d8903 ART: Fix header guards in `verification_results.h`. by Vladimir Marko · 2 years, 6 months ago
  45. d46716b Move `VerificationResults` to dex2oat/. by Vladimir Marko · 2 years, 6 months ago
  46. 57ff705 Mark methods of unverified classes as uncompilable. by Nicolas Geoffray · 2 years, 6 months ago
  47. 7dec356 Rename `GetInstructionSet{,Code}Alignment`. by Vladimir Marko · 2 years, 6 months ago
  48. a97cddd Check if return value from `LZ4_decompress_safe()` is negative. by Ulya Trafimovich · 2 years, 6 months ago
  49. dc4b8a2 Cleanup libart-compiler version script by Dmitrii Ishcheikin · 2 years, 6 months ago
  50. 2687277 Rename a few constants and clarify their meaning in comments. by Ulya Trafimovich · 2 years, 6 months ago
  51. 00befc6 ART: Change hash table load factors in images to 0.6. by Vladimir Marko · 2 years, 6 months ago
  52. e95916d Don't compile boot image if the process is not Zygote. by Jiakai Zhang · 2 years, 6 months ago
  53. d8d911d Hide internal libart-compiler symbols by Dmitrii Ishcheikin · 2 years, 7 months ago
  54. 28451dc Fix `ClassLinker::AppendToBootClassPath` usages. by Jiakai Zhang · 2 years, 7 months ago
  55. dc386f6 Reflect runtime's behavior on boot images in artd. by Jiakai Zhang · 2 years, 7 months ago
  56. 4a10dcc Don't initialize at AOT time classes that need access checks. by Nicolas Geoffray · 2 years, 7 months ago
  57. ab3f8d2 Reland "Add clinit checks at entry for some boot image methods." by Nicolas Geoffray · 2 years, 8 months ago
  58. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  59. 1e9cf89 For cortex-a75/a55 validate features with hwcaps. by Nicolas Geoffray · 2 years, 8 months ago
  60. 74b230a Make array class with erroneous component also erroneous under AOT. by Nicolas Geoffray · 2 years, 8 months ago
  61. d9e8377 Reland "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  62. 26aef12 Revert "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  63. fc067a3 Introduce a flag to check if JITed code has instrumentation support by Mythri Alle · 3 years ago
  64. 0ae8905 Revert "Add clinit checks at entry for some boot image methods." by Nicolas Geoffray · 2 years, 8 months ago
  65. c37e3a0 Add clinit checks at entry for some boot image methods. by Nicolas Geoffray · 3 years ago
  66. 5eb7ad2 Reland^2 "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  67. 1d1d25e Revert "Reland "Don't use instrumentation stubs for native methods in debuggable"" by Mythri Alle · 2 years, 9 months ago
  68. dbfa799 Add a new version of `GetDexOptNeeded`. by Jiakai Zhang · 2 years, 9 months ago
  69. 6fb0acc Reland "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  70. 9b73d5d Fix bugprone-argument-comment clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  71. 5c9b55a Revert "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 9 months ago
  72. 90f1267 Don't use instrumentation stubs for native methods in debuggable by Mythri Alle · 2 years, 10 months ago
  73. 23599d2 Skip art_standalone_oatdump_tests on HWASan. by Florian Mayer · 2 years, 11 months ago
  74. 10137ab Move descriptor hashing to `mirror::Class`. by Vladimir Marko · 3 years ago
  75. a23cf27 Add comments about class/intern table search order. by Vladimir Marko · 2 years, 11 months ago
  76. 7a04783 dex2oat: Faster class pruning. by Vladimir Marko · 3 years ago
  77. 099b75b Use `HashMap<>` for code info deduplication. by Vladimir Marko · 3 years ago
  78. 365c020 String hashing cleanup in `InternTable`. by Vladimir Marko · 3 years ago
  79. f67e8c3 Preallocate `CodeInfoTableDeduper::dedupe_set_`. by Vladimir Marko · 3 years ago
  80. 8b5ae08 Remove hard-coded list of boot image array classes. by Vladimir Marko · 3 years ago
  81. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 3 years ago
  82. 2bd92d3 Abort the compilation if we fail to read preloaded-classes files. by Nicolas Geoffray · 3 years ago
  83. fc1ba6d Do not generate an app image without a boot image. by Nicolas Geoffray · 3 years ago
  84. db7c76b Reland "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 3 years ago
  85. b8ff44c Revert "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 3 years ago
  86. 14d3c2c Only do dexlayout when generating comptact dex. by Nicolas Geoffray · 3 years ago
  87. 4c1e0ca Add a preloaded-classes-fds argument to dex2oat. by Nicolas Geoffray · 3 years ago
  88. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 3 years, 1 month ago
  89. 3dd6219 Add --preloaded-classes flag to dex2oat. by Nicolas Geoffray · 3 years ago
  90. e4ccbb5 Revert^2 "Faster deduplication of `CodeInfo` tables." by Vladimir Marko · 3 years ago
  91. 8c7f649 Revert "Faster deduplication of `CodeInfo` tables." by Roland Levillain · 3 years ago
  92. fa9c809 Faster deduplication of `CodeInfo` tables. by Vladimir Marko · 3 years, 1 month ago
  93. 69a87e3 Revert^4 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
  94. 1849c3a Revert^3 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
  95. b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years, 1 month ago
  96. 67b2d30 Cache `DexCache` and class in `InitImageMethodVisitor`. by Vladimir Marko · 3 years, 1 month ago
  97. 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 3 years, 1 month ago
  98. 4625f25 Avoid Modified-UTF8 processing for ASCII strings. by Vladimir Marko · 3 years, 1 month ago
  99. a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 3 years, 1 month ago
  100. d77cc47 Avoid unnecessary copying while iterating the class table by Santiago Aboy Solanes · 3 years, 1 month ago