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