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