1. 10137ab Move descriptor hashing to `mirror::Class`. by Vladimir Marko · 2 years, 2 months ago
  2. a23cf27 Add comments about class/intern table search order. by Vladimir Marko · 2 years, 2 months ago
  3. 7a04783 dex2oat: Faster class pruning. by Vladimir Marko · 2 years, 2 months ago
  4. 099b75b Use `HashMap<>` for code info deduplication. by Vladimir Marko · 2 years, 2 months ago
  5. 365c020 String hashing cleanup in `InternTable`. by Vladimir Marko · 2 years, 3 months ago
  6. f67e8c3 Preallocate `CodeInfoTableDeduper::dedupe_set_`. by Vladimir Marko · 2 years, 3 months ago
  7. 8b5ae08 Remove hard-coded list of boot image array classes. by Vladimir Marko · 2 years, 2 months ago
  8. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 2 years, 2 months ago
  9. 2bd92d3 Abort the compilation if we fail to read preloaded-classes files. by Nicolas Geoffray · 2 years, 3 months ago
  10. fc1ba6d Do not generate an app image without a boot image. by Nicolas Geoffray · 2 years, 3 months ago
  11. db7c76b Reland "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 2 years, 3 months ago
  12. b8ff44c Revert "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 2 years, 3 months ago
  13. 14d3c2c Only do dexlayout when generating comptact dex. by Nicolas Geoffray · 2 years, 3 months ago
  14. 4c1e0ca Add a preloaded-classes-fds argument to dex2oat. by Nicolas Geoffray · 2 years, 3 months ago
  15. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 4 months ago
  16. 3dd6219 Add --preloaded-classes flag to dex2oat. by Nicolas Geoffray · 2 years, 3 months ago
  17. e4ccbb5 Revert^2 "Faster deduplication of `CodeInfo` tables." by Vladimir Marko · 2 years, 3 months ago
  18. 8c7f649 Revert "Faster deduplication of `CodeInfo` tables." by Roland Levillain · 2 years, 3 months ago
  19. fa9c809 Faster deduplication of `CodeInfo` tables. by Vladimir Marko · 2 years, 3 months ago
  20. 69a87e3 Revert^4 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 3 months ago
  21. 1849c3a Revert^3 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 3 months ago
  22. b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 4 months ago
  23. 67b2d30 Cache `DexCache` and class in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 3 months ago
  24. 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 3 months ago
  25. 4625f25 Avoid Modified-UTF8 processing for ASCII strings. by Vladimir Marko · 2 years, 3 months ago
  26. a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 4 months ago
  27. d77cc47 Avoid unnecessary copying while iterating the class table by Santiago Aboy Solanes · 2 years, 4 months ago
  28. a9e285a Cache `IsImageClass()` result in `InitImageMethodVisitor`. by Vladimir Marko · 2 years, 4 months ago
  29. 5f958f6 Avoid unnecessary read barriers in `ImageWriter`. by Vladimir Marko · 2 years, 4 months ago
  30. 7ffce8f Fix Dex2oatCtsTest. by Jiakai Zhang · 2 years, 4 months ago
  31. 2c3b085 Use the right alignof when mapping an uncompressed dex file. by Nicolas Geoffray · 2 years, 4 months ago
  32. c435166 Initialize image roots before GC in ImageWriter. by Vladimir Marko · 2 years, 4 months ago
  33. d539f86 Revert^4 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  34. c9607e3 Revert^3 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  35. ad67bbb Simplify class redefinition. by Nicolas Geoffray · 2 years, 4 months ago
  36. 5791123 Revert^2 "Generate a primary boot image for testing." by Jiakai Zhang · 2 years, 4 months ago
  37. 57a45be Revert^4 "Store and check apex-versions in boot ..." by Jiakai Zhang · 2 years, 4 months ago
  38. b05b349 Also create VerifierDeps for boot image compilation. by Nicolas Geoffray · 2 years, 4 months ago
  39. 16eb100 Revert "Revert^2 "Store and check apex-versions in boot images."" by Santiago Aboy Solanes · 2 years, 4 months ago
  40. 239c449 Revert "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 4 months ago
  41. e208b04 Revert "Generate a primary boot image for testing." by Hans Boehm · 2 years, 4 months ago
  42. 6454968 Generate a primary boot image for testing. by Jiakai Zhang · 2 years, 4 months ago
  43. d4aba91 Increase coverage of libartpalette-system native API. by Martin Stjernholm · 2 years, 4 months ago
  44. 2d62882 Add bss support for inlining BCP DexFiles for single image by Santiago Aboy Solanes · 2 years, 5 months ago
  45. 11b78a8 Revert^2 "Store and check apex-versions in boot images." by Jiakai Zhang · 2 years, 4 months ago
  46. ed0dcad Fail dex2oat when generating app image without boot image. by Jiakai Zhang · 2 years, 5 months ago
  47. 9e14327 ARM64: Disable implicit suspend checks, again. by Vladimir Marko · 2 years, 5 months ago
  48. 5bd2208 Revert "Store and check apex-versions in boot images." by Jiakai Zhang · 2 years, 5 months ago
  49. 2de577d Store and check apex-versions in boot images. by Jiakai Zhang · 2 years, 5 months ago
  50. ee7bd32 Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" by Nicolas Geoffray · 2 years, 5 months ago
  51. cd27817 Fix --input-vdex in the presence of a compact dex file. by Nicolas Geoffray · 2 years, 5 months ago
  52. 32b8c8f Expand sharpening's ComputeLoadClassKind to cover cross-dex cases by Santiago Aboy Solanes · 2 years, 6 months ago
  53. 8515f7f Cleanup work for @NeverCompile in art by Kevin Jeon · 2 years, 5 months ago
  54. e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 2 years, 5 months ago
  55. 84caad6 Reland "Remove old unquickening of vdex logic." by Nicolas Geoffray · 2 years, 5 months ago
  56. 890beb0 Ignore checksum mismatch when dex2oat takes multiple profiles. by Jiakai Zhang · 2 years, 5 months ago
  57. 5573756 Set @NeverCompile methods as not compilable by Kevin Jeon · 2 years, 7 months ago
  58. 0d0e09d Do not continue loading a vdex if we don't have enough reserved space. by Nicolas Geoffray · 2 years, 5 months ago
  59. dcf9570 Revert "Remove old unquickening of vdex logic." by Nicolas Geoffray · 2 years, 5 months ago
  60. 8884d3d Normalize XML comment syntax in ART test configuration files. by Roland Levillain · 2 years, 5 months ago
  61. 537f477 Remove old unquickening of vdex logic. by Nicolas Geoffray · 2 years, 6 months ago
  62. 851b962 ARM64: Disable implicit suspend checks. by Vladimir Marko · 2 years, 5 months ago
  63. e7815b8 Add a dex2oat flag to optimize apps for JIT Zygote environment. by Jiakai Zhang · 2 years, 6 months ago
  64. d294d9d Cleanup code that assumes the primary boot image not having profiles. by Jiakai Zhang · 2 years, 6 months ago
  65. fb8cdb5 Update JIT Zygote to support compiling the entire bootclasspath. by Jiakai Zhang · 2 years, 6 months ago
  66. 8409281 dex2oat: handle the case when a dm file and a vdex file are passed. by Nicolas Geoffray · 2 years, 6 months ago
  67. 6c61af8 Get rid of dependencies on /system/bin ART binary compat symlinks. by Martin Stjernholm · 2 years, 6 months ago
  68. 5b8c025 Merge "Merge Android 12 QPR1" by Xin Li · 2 years, 6 months ago
  69. e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 2 years, 6 months ago
  70. 1b89f43 Update dex2oat to accept multiple profiles. am: 19f9568b0e by Jiakai Zhang · 2 years, 6 months ago
  71. 19f9568 Update dex2oat to accept multiple profiles. by Jiakai Zhang · 2 years, 6 months ago
  72. 7c55977 ARM64: Implicit suspend checks using LDR. am: 7039c11b22 by Vladimir Marko · 2 years, 6 months ago
  73. 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 6 years ago
  74. 25fcba3 Remove unintended soft failure downgrade. am: 2990b88aa1 by Nicolas Geoffray · 2 years, 6 months ago
  75. 2990b88 Remove unintended soft failure downgrade. by Nicolas Geoffray · 2 years, 6 months ago
  76. be88abe Dump the graph before/after every pass am: ac4e4a231f by Santiago Aboy Solanes · 2 years, 6 months ago
  77. ac4e4a2 Dump the graph before/after every pass by Santiago Aboy Solanes · 2 years, 7 months ago
  78. ffcacb7 Always access Thread state and flags as 32-bit location. am: ddf4fd3c37 by Vladimir Marko · 2 years, 6 months ago
  79. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 2 years, 7 months ago
  80. 39bd3ae Revert^2 "JNI: Rewrite locking for synchronized methods." am: 4d52715136 by Vladimir Marko · 2 years, 7 months ago
  81. 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 2 years, 7 months ago
  82. d4edbc0 Revert "JNI: Rewrite locking for synchronized methods." am: 02e0eb7eef by Vladimir Marko · 2 years, 7 months ago
  83. 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 2 years, 7 months ago
  84. 7e9869a JNI: Rewrite locking for synchronized methods. am: c17656bcf4 by Vladimir Marko · 2 years, 7 months ago
  85. c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 2 years, 7 months ago
  86. 05fbd9a Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by Xin Li · 2 years, 7 months ago
  87. f5ceaac Removed comment talking about a removed parameter by Santiago Aboy Solanes · 2 years, 7 months ago
  88. 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 2 years, 7 months ago
  89. 219f81f Fix potential lint errors by Orion Hodson · 2 years, 7 months ago
  90. a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 2 years, 7 months ago
  91. fb9e0ca Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 2 years, 7 months ago
  92. 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 2 years, 7 months ago
  93. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 2 years, 7 months ago
  94. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 2 years, 8 months ago
  95. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 2 years, 7 months ago
  96. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 2 years, 8 months ago
  97. 60abdd9 Display the timeout value of `dex2oat`'s watchdog in milliseconds. by Roland Levillain · 2 years, 7 months ago
  98. 6f6929a Fix the documentation of `dex2oat`'s option `--watchdog-timeout`. by Roland Levillain · 2 years, 7 months ago
  99. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 2 years, 8 months ago
  100. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 2 years, 8 months ago