1. b81df96 Update license definitions under art/ by Colin Cross · 2 years, 11 months ago
  2. e208b04 Revert "Generate a primary boot image for testing." by Hans Boehm · 2 years, 11 months ago
  3. 6740fcc Don't do force-compile in CompOS mode by Alan Stokes · 2 years, 11 months ago
  4. 6454968 Generate a primary boot image for testing. by Jiakai Zhang · 3 years ago
  5. 723b4be Remove JniInvocation test while investigating LUCI failures. by Martin Stjernholm · 2 years, 11 months ago
  6. 8bc45ab Fix the check on apex-versions for boot images. by Jiakai Zhang · 2 years, 11 months ago
  7. 5cfb7bb Do not create useless copied methods for interfaces. by Vladimir Marko · 2 years, 11 months ago
  8. fd0aec4 Move non-public default method warning. by Vladimir Marko · 2 years, 11 months ago
  9. bd75c5b Type lookup table dump: add a new line after each entry. by Nicolas Geoffray · 3 years ago
  10. d4aba91 Increase coverage of libartpalette-system native API. by Martin Stjernholm · 3 years ago
  11. 7ed61a1 Variable name cleanup in quick_dexcache_entrypoints by Santiago Aboy Solanes · 2 years, 11 months ago
  12. 3fa3635 Add CompOS to odsign_e2e_tests by Victor Hsieh · 3 years ago
  13. 34aa3ae Create a standalone libdexfile external test in CTS for module API coverage. by Martin Stjernholm · 3 years ago
  14. 2d62882 Add bss support for inlining BCP DexFiles for single image by Santiago Aboy Solanes · 3 years ago
  15. b484f0f Modify --compilation-os-mode to not omit APEX timestamps. by Jiakai Zhang · 2 years, 11 months ago
  16. 4841fd2 Move test state to TestInformation#properties. by Jiakai Zhang · 3 years ago
  17. 11b78a8 Revert^2 "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years ago
  18. ec696e5 Clean up debug checks in intrinsic code. by Ulya Trafimovich · 3 years ago
  19. 9c69afd MethodHandles: Fix invalid DCHECKS by Orion Hodson · 3 years ago
  20. 1b3ec0f Revert^2 "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  21. 1a82a4b Clean up `ClassLinker::FindDefaultMethodImplementation()`. by Vladimir Marko · 3 years ago
  22. 07cbc5b Revert "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  23. 0ab5b6d Reduce pauses for weak reference access by Hans Boehm · 3 years, 6 months ago
  24. ef879d4 Fix JIT Zygote in-memory compilation for primary boot image. by Jiakai Zhang · 3 years ago
  25. ed3e3ad Move failing tests to target/host failing category. by Nicolas Geoffray · 3 years ago
  26. 541ca32 Use implicit suspend check in JIT. by Nicolas Geoffray · 3 years ago
  27. ed0dcad Fail dex2oat when generating app image without boot image. by Jiakai Zhang · 3 years ago
  28. c29cd1f Remove wildcard from ART tests' OWNERS file. by Roland Levillain · 3 years ago
  29. e1f9638 On partial fragment deopts, update return PC only when necessary by Mythri Alle · 3 years ago
  30. 4b34d5c Intrisify IsInfinite() (float/double) function for x86_64 by Shalini Salomi Bodapati · 3 years ago
  31. b42cd1d Don't disable nterp even if non-standard exits might be requested by Mythri Alle · 3 years ago
  32. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  33. bed84ef Avoid read barrier in `ArtMethod::IsOverridableByDefaultMethod()`. by Vladimir Marko · 3 years ago
  34. 35782d4 Emit dex_pc as line number when debug info is unavailable for ANR traces by Daniel Jin · 3 years ago
  35. 9e14327 ARM64: Disable implicit suspend checks, again. by Vladimir Marko · 3 years ago
  36. 19ec1ff 910-methods: don't print modifiers by default by Orion Hodson · 3 years ago
  37. d0c969f Set the trigger to be kApexVersionMismatch when no prior cache-info. by Jiakai Zhang · 3 years ago
  38. 5bd2208 Revert "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years ago
  39. 4e0447f Remove instructions to update AOSP ART prebuilts. by Martin Stjernholm · 3 years ago
  40. 3cf5f2c Fix ahat parsing to allow leading whitespaces for comments by Sorin Basca · 3 years ago
  41. 7ddae99 Clean up `AssignVTableIndexes()`. by Vladimir Marko · 3 years ago
  42. fd12435 Reduce an error log to a warning. by Nicolas Geoffray · 3 years ago
  43. 7b79814 Revert odrefresh split by Victor Hsieh · 3 years ago
  44. d20fa39 Remove --max-{execution, child-process}-seconds by Victor Hsieh · 3 years ago
  45. 2de577d Store and check apex-versions in boot images. by Jiakai Zhang · 3 years ago
  46. 20299e6 Add RegisterNativeAllocation reporting to the Java Heap Profiler. by Wessam Hassanein · 3 years ago
  47. 78f62d8 Rewrite interface table setup. by Vladimir Marko · 3 years ago
  48. fcda002 Remove `RootTargetPreparer` from odsign_e2e_tests. by Jiakai Zhang · 3 years ago
  49. 4af4fd7 Revert^2 "Add odsign_e2e_tests to CTS." by Jiakai Zhang · 3 years ago
  50. ebdaa2b Use MADV_DONTNEED for alternate signal stack. by Vladimir Marko · 3 years ago
  51. a329345 Make it easier to change the location of the primary boot image. by Jiakai Zhang · 3 years ago
  52. ab21f69 Bump oat version to delete bogus artifacts. by Nicolas Geoffray · 3 years ago
  53. a553f0f Add another test to the list of known failures for gcstress/debug. by Nicolas Geoffray · 3 years ago
  54. 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years ago
  55. 414f299 Point to the relevant ticket to explain some host exports better. by Martin Stjernholm · 3 years ago
  56. b08e115 MethodHandles: change asType() / invoke() implementation by Orion Hodson · 3 years ago
  57. 3a7d0d8 Update nterp to advance PC early on branches by Mythri Alle · 3 years ago
  58. a3759ca arm: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
  59. 70102e6 arm64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
  60. 27d4f33 Remove unused interpreter_handler_table_ by Mythri Alle · 3 years ago
  61. ee7bd32 Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" by Nicolas Geoffray · 3 years ago
  62. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years ago
  63. fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 1 month ago
  64. c5f41cd Allow some clang-tidy warnings by Chih-Hung Hsieh · 3 years ago
  65. 37af463 x86: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
  66. bb2643f x86_64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
  67. afbb152 Revert "Add odsign_e2e_tests to CTS." by Jiakai Zhang · 3 years ago
  68. cd27817 Fix --input-vdex in the presence of a compact dex file. by Nicolas Geoffray · 3 years ago
  69. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  70. 3ba3a77 Update for MapInfo objects in frame data. by Christopher Ferris · 3 years, 2 months ago
  71. 5e2ec32 Remove deprecated ToMakePath calls by Colin Cross · 3 years ago
  72. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
  73. 748cfef Remove a check in `MadviseAwayAlternateSignalStack()`. by Vladimir Marko · 3 years ago
  74. 6c98dcb Fix deoptimization check in method exit hook by Mythri Alle · 3 years ago
  75. 8cce54f Remove useless check in stack walker. by Nicolas Geoffray · 3 years ago
  76. 32b8c8f Expand sharpening's ComputeLoadClassKind to cover cross-dex cases by Santiago Aboy Solanes · 3 years, 1 month ago
  77. 8515f7f Cleanup work for @NeverCompile in art by Kevin Jeon · 3 years ago
  78. e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years ago
  79. 84caad6 Reland "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years ago
  80. 7ef64b1 Fix perfetto debug library. by Nicolas Geoffray · 3 years ago
  81. c7ea9b1 Update dexpreopt_test to verify boot images. by Jiakai Zhang · 3 years ago
  82. 884e22f Compile the entire bootclasspath on device. by Jiakai Zhang · 3 years ago
  83. 2041fda Fix thread pool check. by Nicolas Geoffray · 3 years ago
  84. 56c5738 odrefresh: Avoid uninitialized usage by Greg Kaiser · 3 years ago
  85. 46d3016 odrefresh: Avoid uninitialized usage by Greg Kaiser · 3 years ago
  86. 205d280 Add odsign_e2e_tests to CTS. by Jiakai Zhang · 3 years ago
  87. d0d1085 Remove pvm_exec call from odrefresh by Victor Hsieh · 3 years ago
  88. 270a6fc Update JIT Zygote to compile methods in ART module jars. by Jiakai Zhang · 3 years ago
  89. 890beb0 Ignore checksum mismatch when dex2oat takes multiple profiles. by Jiakai Zhang · 3 years ago
  90. ebbbfce Revert^2 "Remove redundant odrefresh test template" by Jiakai Zhang · 3 years ago
  91. d98612e Fail if given an unrecognised option. by Alan Stokes · 3 years ago
  92. 6f572b7 Fix out of range in art compiler. by Florian Mayer · 3 years ago
  93. 14d071c Revert "Remove redundant odrefresh test template" by Alan Stokes · 3 years ago
  94. 45a0465 Re-enable Libcore tests that started to fail after the ICU 70 update. by Roland Levillain · 3 years ago
  95. 5573756 Set @NeverCompile methods as not compilable by Kevin Jeon · 3 years, 1 month ago
  96. 34dcce5 Add a Compilation OS mode to odrefresh. by Jiakai Zhang · 3 years ago
  97. 6fd856d Remove redundant odrefresh test template by Victor Hsieh · 3 years ago
  98. bc1efd4 Exclude flaky tests from the ART MTS definition. by Roland Levillain · 3 years ago
  99. 22df3e0 Remove operator<< from HGraph. by Nicolas Geoffray · 3 years ago
  100. 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago