1. 2498d85 Run LSE with LoadStoreAnalysisType::kBasic analysis. by Nicolas Geoffray · 4 years, 7 months ago
  2. 6545ee3 Support Math.fma Intrinsic for x86 and x86_64 by Shalini Salomi Bodapati · 4 years, 7 months ago
  3. a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 4 years, 7 months ago
  4. 6806d3c Document --simpleperf option to run-test. by Ulya Trafimovich · 4 years, 7 months ago
  5. b304c40 OpenJDK 11: Merging in java.lang.String (chars() and codePoints() methods) by Nikita Iashchenko · 4 years, 7 months ago
  6. d3cc4fc OpenJDK 11: Merging in java.lang.String (lines() method) by Nikita Iashchenko · 4 years, 7 months ago
  7. 50df1e2 OpenJDK 11: Merging in java.lang.String (isBlank() method) by Nikita Iashchenko · 4 years, 7 months ago
  8. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 4 years, 7 months ago
  9. f726d20 Consolidate min_sdk_version settings. by Martin Stjernholm · 4 years, 7 months ago
  10. 66982ad OpenJDK 11: Merging in java.lang.String (strip* methods) by Nikita Iashchenko · 4 years, 7 months ago
  11. 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 4 years, 8 months ago
  12. 02e3be0 Make art_test_common_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 7 months ago
  13. 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 7 months ago
  14. 31f9e7d Remove libart_runtime_headers_ndk from libctstiagent. by Martin Stjernholm · 4 years, 7 months ago
  15. e078f43 OpenJDK 11: Merging in java.lang.String (checkBounds() helpers) by Nikita Iashchenko · 4 years, 7 months ago
  16. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 4 years, 7 months ago
  17. 39c36b2 OpenJDK 11: Merging in java.lang.String (checkIndex() helper) by Nikita Iashchenko · 4 years, 7 months ago
  18. 7f7f644 Allow running art run-tests with simpleperf. by Ulya Trafimovich · 4 years, 7 months ago
  19. cdf6c49 Revert^2 "OpenJDK 11: Add String.repeat()" by Orion Hodson · 4 years, 7 months ago
  20. e37bacc Tidy up Unsafe.copyMemory test by Sorin Basca · 4 years, 7 months ago
  21. f0d8b44 Revert^2 "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Mythri Alle · 4 years, 7 months ago
  22. 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 4 years, 7 months ago
  23. aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 4 years, 7 months ago
  24. 10a312c Regenerate ART test files (2021-10-30). by Roland Levillain · 4 years, 7 months ago
  25. ceeba2c Include some Checker tests in automated executions. by Roland Levillain · 4 years, 7 months ago
  26. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
  27. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 4 years, 7 months ago
  28. 667584d Regenerate ART test files (2021-10-29). by Roland Levillain · 4 years, 7 months ago
  29. 227b613 Exclude `art-run-test-832-cha-recursive` from automated executions. by Roland Levillain · 4 years, 7 months ago
  30. 26db016 Revert "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Vladimir Marko · 4 years, 7 months ago
  31. fc76d9e Fix build with global ThinLTO by Yi Kong · 4 years, 7 months ago
  32. e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
  33. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 4 years, 8 months ago
  34. 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
  35. 4ed28fb Extend test 712-varhandle-invocations to check negative array indices. by Ulya Trafimovich · 4 years, 7 months ago
  36. 5514c8e Add dexpreopt_test. by Jiakai Zhang · 4 years, 8 months ago
  37. e7e123a Fix checker tests after inlining change. by Vladimir Marko · 4 years, 7 months ago
  38. 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 4 years, 7 months ago
  39. 58ebded Fix test 581-rtp by Santiago Aboy Solanes · 4 years, 7 months ago
  40. ce131fe Revert "Change hotness counting." by Vladimir Marko · 4 years, 7 months ago
  41. d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 4 years, 8 months ago
  42. e91a954 Revert^2 "ART: Redundant AND operation removal optimization" by Artem Serov · 4 years, 7 months ago
  43. 0bc369b Update run-test script to pass --Xjitthreshold:0 for jvmti tests by Mythri Alle · 4 years, 8 months ago
  44. 0506864 Revert "ART: Redundant AND operation removal optimization" by Joe Shih · 4 years, 7 months ago
  45. c498a1d ART: Redundant AND operation removal optimization by Aditya Deshpande · 5 years ago
  46. 9701839 Convert default-build script to python by David Srbecky · 4 years, 9 months ago
  47. c86869a Change hotness counting. by Nicolas Geoffray · 4 years, 8 months ago
  48. d1da3ae OpenJDK 11: Add String.repeat() by Nikita Iashchenko · 4 years, 8 months ago
  49. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 4 years, 8 months ago
  50. 685d0ef Temporarily disable 304-method-tracing by Hans Boehm · 4 years, 8 months ago
  51. 41e56c2 Disable the new run test modules when not building ART from sources. by Martin Stjernholm · 4 years, 8 months ago
  52. 099acf8 Temporarily disable 727-checker-unresolved-class. by Jiakai Zhang · 4 years, 8 months ago
  53. c29b49e Do not run background verification on unknown class loaders. by Nicolas Geoffray · 4 years, 8 months ago
  54. ae96c82 Fix `--secondary-class-loader-context` for run-tests. by Vladimir Marko · 4 years, 8 months ago
  55. 7873913 Change test to use a public API method to avoid an implementation by Martin Stjernholm · 4 years, 8 months ago
  56. 3384ccc Update chroot instructions regarding linkerconfig error by Santiago Aboy Solanes · 4 years, 8 months ago
  57. 9104d67 Revert^2 "Add a test for new sun.misc.Cleaner timeout" by Hans Boehm · 4 years, 8 months ago
  58. 3b87d85 Use java_genrule for art run test data by Colin Cross · 4 years, 8 months ago
  59. 507cf90 Adding get/put and compare-and-set methods to Unsafe by Sorin Basca · 4 years, 8 months ago
  60. 271d572 Run-test build: Split the main method into two. by David Srbecky · 4 years, 8 months ago
  61. 8c3ef13 Add ComposHostTestCases to art's mainline-presubmit by Victor Hsieh · 4 years, 9 months ago
  62. ceb51c9 Add ComposHostTestCases to art's presubmit by Victor Hsieh · 4 years, 9 months ago
  63. 0069ad7 OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater by Sorin Basca · 4 years, 9 months ago
  64. 7cf6c58 Move run-test compilation to soong. by David Srbecky · 4 years, 11 months ago
  65. dae0c24 Revert "Exclude `com.android.org.conscrypt.NativeCryptoArgTest` ..." by Roland Levillain · 4 years, 8 months ago
  66. cb04d16 Add API coverage for dalvik.system.VMDebug by Miguel · 4 years, 8 months ago
  67. 8f6b99f Revert "ART: Removes SuspendCheck for plain loops with a low trip count." by Nicolas Geoffray · 4 years, 8 months ago
  68. 7541fda Revert "Add a test for new sun.misc.Cleaner timeout" by Hans Boehm · 4 years, 8 months ago
  69. 2007f85 Add a test for new sun.misc.Cleaner timeout by Hans Boehm · 4 years, 9 months ago
  70. 45cece5 Adding get long regression test for jdk.internal.misc.Unsafe by Sorin Basca · 4 years, 9 months ago
  71. 282795c Don't do a recursive call when there are CHA guards. by Nicolas Geoffray · 4 years, 8 months ago
  72. 03ce70a Better handling of unresolved fields in VerifyISFieldAccess. by Nicolas Geoffray · 4 years, 8 months ago
  73. 9c00c65 Disable test 830 on redefine-stress. by Nicolas Geoffray · 4 years, 8 months ago
  74. e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 4 years, 8 months ago
  75. 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 5 years ago
  76. 59064eb Split odsign_e2e_tests. by Jiakai Zhang · 4 years, 8 months ago
  77. 7ea9270 Enforcing min_sdk_version on art-run-test* and art_standalone*_tests by Spandan Das · 4 years, 9 months ago
  78. ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 4 years, 9 months ago
  79. 52818b0 Speed up odsign_e2e_tests. by Jiakai Zhang · 4 years, 9 months ago
  80. d726cb1 Fix missing suspend check in nterp for goto32 +0 by Nicolas Geoffray · 4 years, 9 months ago
  81. 39e2979 ARM64: FP16 min and max intrinsic for ARMv8 by Usama Arif · 7 years ago
  82. 816b0da ART: Enables Debugging with LLDB for dex2oat. by Stelios Ioannou · 5 years ago
  83. 2658a07 OpenJDK 11: update test expectations for 913-heaps by Nikita Iashchenko · 4 years, 9 months ago
  84. cf6a926 Revert "Restore partial LSE." by Nicolas Geoffray · 4 years, 9 months ago
  85. f740be5e Handle the case the enclosing class is missing. by Nicolas Geoffray · 4 years, 9 months ago
  86. c2aa7a3 Restore partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  87. 53395f0 No longer mention APEX flattening in chroot-based testing docs. by Roland Levillain · 4 years, 9 months ago
  88. 172633d Remove instructions about running post-submit tests with Atest. by Roland Levillain · 4 years, 9 months ago
  89. 8be6638 Update 939-hello-transformation-bcp test by Nikita Iashchenko · 4 years, 9 months ago
  90. ab91eef Address review comments on method resolution. by Nicolas Geoffray · 4 years, 9 months ago
  91. e8a822d Remove entry SuspendCheck for methods which only call on the slow path by Santiago Aboy Solanes · 4 years, 9 months ago
  92. 3de02fb ART: Removes SuspendCheck for plain loops with a low trip count. by Stelios Ioannou · 5 years ago
  93. 18074d2 Temporarily disable partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  94. 92e5d84 Remove workarounds for fixed bug 18051191 by Santiago Aboy Solanes · 4 years, 9 months ago
  95. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
  96. 9a10f5b Adding known failure due to missing format 038 support in slicer by Sorin Basca · 4 years, 9 months ago
  97. 75e5089 Fix -Wframe-larger-than warnings in ART tests by Yi Kong · 4 years, 9 months ago
  98. d6576ef Mention Checker tests in `test/README.md`. by Roland Levillain · 4 years, 9 months ago
  99. 01545e8 Reboot device before running eng-prod gtests by David Srbecky · 4 years, 9 months ago
  100. d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 4 years, 9 months ago