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