1. d17eac6 Fix for 689-zygote-jit-deopt on kernels before 3.11rc2 by Orion Hodson · 5 years ago
  2. 1a6f9fc ART: Dump more env vars in run-test-jar by Andreas Gampe · 5 years ago
  3. 8c34452 Add 689-zygote-jit-deopt as knownfailure while investigating. by Nicolas Geoffray · 5 years ago
  4. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 5 years ago
  5. 1be9c72 Disable opaque JNI Ids for now. by Nicolas Geoffray · 5 years ago
  6. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  7. 673bd50 Tests for Load Hoist Store Sink by anuvarsh · 5 years ago
  8. ee1f126 Fix search for implicit null check. by Vladimir Marko · 5 years ago
  9. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  10. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  11. 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 5 years ago
  12. 41249cd Tests for Invariant Loops by anuvarsh · 5 years ago
  13. 5be5260 Add 122-npe to knownfailures on debuggable jit-on-first-use by Alex Light · 5 years ago
  14. 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
  15. 04968fa Tests for Inlining Optimization by anuvarsh · 5 years ago
  16. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  17. 2c029f3 Consolidate SAD tests. by Vladimir Marko · 5 years ago
  18. e8ad48f Consolidate SIMD SAD tests. by Vladimir Marko · 5 years ago
  19. d935af9 Consolidate SIMD hadd tests. by Vladimir Marko · 5 years ago
  20. 6390c90 Consolidate SIMD tests. by Vladimir Marko · 5 years ago
  21. 9d3b5ec Refactor 904 for safety by Alex Light · 5 years ago
  22. 34f3179 Limit test 1941 to 100000 iterations by Alex Light · 5 years ago
  23. 4cd5411 Test for loop optimization by anuvarsh · 5 years ago
  24. 90b3457 Handle `--android-tzdata-root` in `test/run-test`. by Roland Levillain · 5 years ago
  25. 43ae4ac Yield during test 1941 tight loop by Alex Light · 5 years ago
  26. 5212552 ART: Use signal_dumper in run-test by default by Andreas Gampe · 5 years ago
  27. 8e05f09 Do not force-intern Strings in images. by Vladimir Marko · 5 years ago
  28. 0df2aba ART: Use SIGTERM for timeout dumping by Andreas Gampe · 5 years ago
  29. 148c160 ART: Rename timeout_dumper to signal_dumper by Andreas Gampe · 5 years ago
  30. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  31. f1bd5f3 Revert "Tweak check script in case logs interleave with Java prints." by Nicolas Geoffray · 5 years ago
  32. 01f2e3a Tweak check script in case logs interleave with Java prints. by Nicolas Geoffray · 5 years ago
  33. 6087bc2 ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 5 years ago
  34. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 5 years ago
  35. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 5 years ago
  36. eb104c8 Fix wrong assumption on boolean type. by Nicolas Geoffray · 5 years ago
  37. f98a387 Make test 1946 faster by Alex Light · 5 years ago
  38. 78da5e2 Eliminate dead LoadClass when pruning ClinitCheck. by Vladimir Marko · 5 years ago
  39. 49af704 Ensure non-standard returns release monitors by Alex Light · 5 years ago
  40. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 5 years ago
  41. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  42. 6045bc2 Fix incorrect register-number range check. by Alex Light · 5 years ago
  43. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  44. 098e7a6 Try to make test 1963 pass on fugu by Alex Light · 5 years ago
  45. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  46. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  47. 799e536 Revert "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  48. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  49. 92ed90c Add AddToDexClassloader JVMTI extension functions by Alex Light · 5 years ago
  50. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  51. 43e7243 ART: Remove file_utils' ReadFileToString by Andreas Gampe · 5 years ago
  52. 23ca8fb Centralize all the jvmti common test classes by Alex Light · 5 years ago
  53. d456117 ART: Mark StringBuilder.append()s as intrinsics. by Vladimir Marko · 7 years ago
  54. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 5 years ago
  55. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 5 years ago
  56. 342b694 Fix JVMTI GetStackTrace bug by Alex Light · 5 years ago
  57. b34981b ART: Fix hidden hard fail in instance field verification by Andreas Gampe · 5 years ago
  58. 56dad98 Revert "Add test 980 to knownfailures for no-image + jit" by Vladimir Marko · 5 years ago
  59. b2a8964 Revert "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 5 years ago
  60. c8c7e06 Correctly handle thread deopt with thread-specific JVMTI events by Alex Light · 6 years ago
  61. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
  62. 35051d4 Define SimplyNoted in smali to retain build annotations. by Ian Zerny · 6 years ago
  63. ae09081 Remove the dual debug/ndebug run on 018-stack-overflow. by Nicolas Geoffray · 6 years ago
  64. 68fa4ca Add debug version of libnativebridgetest.so by David Srbecky · 6 years ago
  65. 256c94b Update induction ranges in superblock cloner. by Nicolas Geoffray · 6 years ago
  66. 7711c35 Fix debug/release dependencies on libartbase by David Srbecky · 6 years ago
  67. 3923987 Add more logging to 137-cfi by David Srbecky · 6 years ago
  68. db6932d Disable 570-checker-osr-locals for trace tests. by David Srbecky · 6 years ago
  69. 956f9fa Save floating point registers in art_quick_osr_stub by David Srbecky · 6 years ago
  70. b4e6507 Refactor test 1953, 1954, 1955, & 1956 somewhat by Alex Light · 6 years ago
  71. 2cc9d34 Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks. by Nicolas Geoffray · 6 years ago
  72. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  73. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  74. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  75. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  76. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  77. b52df53 Revert^2 "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  78. 1ed4515 Fix flaky 137-cfi test. by David Srbecky · 6 years ago
  79. 8f88207 Revert "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  80. 66a6550 Remove support for moving GC collector transitions by Mathieu Chartier · 6 years ago
  81. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 6 years ago
  82. 163c8ab Use concurrent.futures.ThreadExecutor for testrunner threads by Orion Hodson · 6 years ago
  83. e185883 Revert "Delete GSS" by Mathieu Chartier · 6 years ago
  84. 1397ea1 Delete GSS by Mathieu Chartier · 6 years ago
  85. 4f215d1 Rename dexdump2 to dexdump by David Sehr · 6 years ago
  86. aeb9a16 Fix test for no-prebuild. by Nicolas Geoffray · 6 years ago
  87. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 6 years ago
  88. 30167d2 Fix typo in 692-vdex-inmem-loader by David Brazdil · 6 years ago
  89. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  90. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  91. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  92. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 6 years ago
  93. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
  94. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 6 years ago
  95. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  96. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 6 years ago
  97. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  98. d19ee63 De-flake 1336-short-finalizer-timeout by Hans Boehm · 6 years ago
  99. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 6 years ago
  100. 2fde9bd Add test 980 to knownfailures for no-image + jit by Alex Light · 6 years ago