1. 889da94 Fix gtests with mini-debug-info enabled by default. by David Srbecky · 3 years, 6 months ago
  2. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 6 months ago
  3. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 6 months ago
  4. a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 6 months ago
  5. 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 6 months ago
  6. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 6 months ago
  7. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  8. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  9. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 6 months ago
  10. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 6 months ago
  11. 4531afd Add a --force-allow-oj-inlines dex2oat flag by Alex Light · 3 years, 7 months ago
  12. d187d87 Remove option CreateTypeLookupTable. by Nicolas Geoffray · 3 years, 6 months ago
  13. 92a7857 Validate vdex checksums during dex2oat compilation by Calin Juravle · 3 years, 7 months ago
  14. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 7 months ago
  15. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 7 months ago
  16. 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 7 months ago
  17. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 7 months ago
  18. ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 7 months ago
  19. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 7 months ago
  20. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 7 months ago
  21. ef8c337 Do not crash on out-of-date oat files. by Vladimir Marko · 3 years, 7 months ago
  22. e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 3 years, 7 months ago
  23. 7c5e5c6 Fix DexToDexCompiler setup condition. by Vladimir Marko · 3 years, 7 months ago
  24. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 8 months ago
  25. 4f3959b Avoid duplicate hash calculation in ImageWriter. by Vladimir Marko · 3 years, 8 months ago
  26. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 8 months ago
  27. 1ece299 dex2oat: Move where we report end of compilation. by Nicolas Geoffray · 3 years, 9 months ago
  28. 001bb57 Change dirty-image-objects file format. by Vladimir Marko · 3 years, 8 months ago
  29. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 8 months ago
  30. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 8 months ago
  31. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 8 months ago
  32. 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 3 years, 8 months ago
  33. 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 3 years, 8 months ago
  34. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 3 years, 9 months ago
  35. 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 3 years, 9 months ago
  36. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 3 years, 9 months ago
  37. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 3 years, 9 months ago
  38. f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 3 years, 9 months ago
  39. 7203b20 Do not fill ImageWriter::oat_index_map_ for single image. by Vladimir Marko · 3 years, 9 months ago
  40. 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 3 years, 9 months ago
  41. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 3 years, 9 months ago
  42. 805769b Remove unused flag is_zygote flag from ImageSpace. by Orion Hodson · 3 years, 9 months ago
  43. 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 3 years, 9 months ago
  44. 365f94f Minor updates to fd_file.h by Orion Hodson · 3 years, 9 months ago
  45. 923141b Add dex2oat validity check for output file open by Orion Hodson · 4 years, 2 months ago
  46. b525158 lld is the only choice, and has been for a while. by Elliott Hughes · 3 years, 9 months ago
  47. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 3 years, 9 months ago
  48. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 3 years, 10 months ago
  49. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 3 years, 10 months ago
  50. 1480f09 Move NotifyStartDex2oatCompilation earlier. by Nicolas Geoffray · 3 years, 10 months ago
  51. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 3 years, 10 months ago
  52. ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 3 years, 10 months ago
  53. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  54. 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 3 years, 11 months ago
  55. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 3 years, 11 months ago
  56. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 4 years ago
  57. a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 4 years ago
  58. 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 4 years ago
  59. 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 4 years ago
  60. eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 4 years ago
  61. 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 5 years ago
  62. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years ago
  63. 938a067 Remove the checkcast quickening optimization. by Nicolas Geoffray · 4 years ago
  64. 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 4 years ago
  65. f50975a Reland "Make 'quicken' an alias to 'verify'." by Nicolas Geoffray · 4 years ago
  66. eb9eb00 Faster @CriticalNative for boot image. by Vladimir Marko · 4 years, 1 month ago
  67. 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 4 years ago
  68. ae7168e Remove unused image space order argument by Orion Hodson · 4 years ago
  69. 7e9fc9d Revert "Make 'quicken' an alias to 'verify'." by Ming-Shin Lu · 4 years ago
  70. 4f0e8da Make 'quicken' an alias to 'verify'. by Nicolas Geoffray · 4 years ago
  71. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 4 years, 1 month ago
  72. 199f2ec Add missing art_(debug_)defaults to dex2oat host static libs. by Martin Stjernholm · 4 years, 1 month ago
  73. 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 4 years, 1 month ago
  74. 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 4 years, 1 month ago
  75. 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 4 years, 2 months ago
  76. cf3fb35 Pass a full MethodReference of the invoke in HInvoke nodes. am: e6c0f2a75b by Nicolas Geoffray · 4 years, 1 month ago
  77. e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 4 years, 1 month ago
  78. 9821bce Move code item to the data pointer and remove code_item_offset. am: 4717175e40 by Nicolas Geoffray · 4 years, 1 month ago
  79. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 2 months ago
  80. d90e52f Use help-text generator for dex2oat am: 0d47a82b11 by Alex Light · 4 years, 2 months ago
  81. 0d47a82 Use help-text generator for dex2oat by Alex Light · 4 years, 2 months ago
  82. b966ea4 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 2 months ago
  83. 0c9a217 Always create IMT conflict tables when generating an image. by Nicolas Geoffray · 4 years, 2 months ago
  84. 2cee213 Remove dex2oat_headers library. by Nicolas Geoffray · 4 years, 2 months ago
  85. 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 4 years, 2 months ago
  86. 50fe6dc Optimizing: Fix weak field access check. by Vladimir Marko · 4 years, 2 months ago
  87. 169dfb4 Revert^2 "art: Remove dependencies on platform unavailable modules" by Yo Chiang · 4 years, 2 months ago
  88. c4cd59b Revert "art: Remove dependencies on platform unavailable modules" by Insaf Latypov · 4 years, 2 months ago
  89. 84eb3c9 art: Remove dependencies on platform unavailable modules by Yo Chiang · 4 years, 3 months ago
  90. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 3 months ago
  91. d3ee902 More inclusive language in the build system. by David Srbecky · 4 years, 3 months ago
  92. 1446467 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 3 months ago
  93. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 3 months ago
  94. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 3 months ago
  95. 4ef451a Rename kDummy32BitOffset to kPlaceholder32BitOffset. by Vladimir Marko · 4 years, 3 months ago
  96. 52fe49e dex2oat: remove unnecessary lock to reference profile by Victor Hsieh · 4 years, 3 months ago
  97. 547aa58 Rewrite OatFileManager::OpenDexFilesFromOat. am: 90a18cf5b7 am: fe9724bfed by Nicolas Geoffray · 4 years, 4 months ago
  98. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 4 months ago
  99. 0b806a0 Direct calls to @CriticalNative methods. am: 86c8752f64 am: 1068f45533 by Vladimir Marko · 4 years, 4 months ago
  100. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 5 months ago