1. 7d511d9 [art] Factor out encoding ClassLoaderContext components by Dan Zimmerman · 4 years, 11 months ago
  2. 15669a6 jdwp: switch to libbase's ReceiveFileDescriptors. by Josh Gao · 4 years, 10 months ago
  3. 6442eaf Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
  4. e30457c Add getNativeTid function by Rick Yiu · 4 years, 10 months ago
  5. a72256b Remove app image dex file and class loader checks by Mathieu Chartier · 4 years, 10 months ago
  6. 1c3c106 jni: Do not create a managed frame for @CriticalNative. by Vladimir Marko · 5 years ago
  7. 0330e38 Fix compile-jar.sh for new boot image locations by Mathieu Chartier · 4 years, 10 months ago
  8. 72325b6 Add test for local-refs being updated by structural-redef by Alex Light · 4 years, 10 months ago
  9. 4f9d62b Utilize partially used TLABs by Lokesh Gidra · 4 years, 10 months ago
  10. b885d8b Surround MR uses with #if defined read barrier. by Nicolas Geoffray · 4 years, 10 months ago
  11. f676eb4 Exclude 64-bit libperfetto_hprof library from golem tarball by Orion Hodson · 4 years, 10 months ago
  12. 2ba6ff2 Fix String.init tests with baseline JIT. by Nicolas Geoffray · 4 years, 10 months ago
  13. 46d7b24 Add atrace event for perfetto_hprof init. by Florian Mayer · 4 years, 10 months ago
  14. fe0ce64 Add structural redef tests to CTS by Alex Light · 4 years, 10 months ago
  15. e8e544d Revert "Work around a art test script bug mixing up bootclasspaths." by Tobias Thierer · 7 years ago
  16. 628f488 Remove the LogId parameter from libbase's LogMessage by Tom Cherry · 4 years, 10 months ago
  17. 9406c43 Revert "Harden hidden api checks." by Andrei-Valentin Onea · 4 years, 10 months ago
  18. 08d064f Exclude libperfetto_hprof library from golem tarball by Orion Hodson · 4 years, 10 months ago
  19. 3bf5163 Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
  20. 135b5c8 Address checker tests around inline cache and the baseline compiler. by Nicolas Geoffray · 4 years, 10 months ago
  21. 786e1fe invoke-super can also have implicit null checks. by Nicolas Geoffray · 4 years, 10 months ago
  22. c4bf667 Use ResetTlab instead of setting to null by Mathieu Chartier · 4 years, 10 months ago
  23. 4681f20 Don't run AllTraces in test 911 on CTS by Alex Light · 4 years, 10 months ago
  24. baf938f Add even more sanity checks to ti_redefine.cc and skips by Alex Light · 4 years, 10 months ago
  25. 63a5793 nterp: Re-order where stack alignment happens in an nterp frame. by Nicolas Geoffray · 4 years, 10 months ago
  26. ca14594 Disable 708-jit-cache-churn for all gcstress modes by Orion Hodson · 4 years, 10 months ago
  27. 6ac057f Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 5 years ago
  28. 2628715 Remove incorrect const qualification on ArrayIter::operator++. by Peter Collingbourne · 4 years, 10 months ago
  29. a599252 Replaced the hard coded art test names with the auto-generated ones by Jiyong Park · 4 years, 10 months ago
  30. c4f6cf3 nterp: fix braino in NTERP_TRAMPOLINE macro. by Nicolas Geoffray · 4 years, 10 months ago
  31. a63b419 Disable 708-jit-cache-churn for gcstress + jit-on-first-use by Orion Hodson · 4 years, 10 months ago
  32. cdf2d7e nterp: Change the jump destination when there is no parameter. by Nicolas Geoffray · 4 years, 10 months ago
  33. f1ede36 Use HashSet for test 2005 by Alex Light · 4 years, 10 months ago
  34. 3f4041b Add more logging around array sanity checks by Alex Light · 4 years, 10 months ago
  35. 8e7ab70 Remove extra shift in --create-runner handler in run-test by Alex Light · 4 years, 10 months ago
  36. a3f8129 Make StartDebugger the last thing in InitNonZygoteOrPostFork again by Alex Light · 4 years, 10 months ago
  37. 4d804b8 Improve parallel_run.py somewhat by Alex Light · 5 years ago
  38. b86e9b0 Close fd if polling thread is disabled by Mathieu Chartier · 4 years, 10 months ago
  39. 81ba7db Revert^2 "Use framework boot image extension." by Ulyana Trafimovich · 5 years ago
  40. e89ffab Additional work on packaging the go/lem tarball by Orion Hodson · 4 years, 10 months ago
  41. 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 4 years, 10 months ago
  42. 14d1307 Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest. by Roland Levillain · 4 years, 10 months ago
  43. a18f5ae Fix StringBuilder append assumptions. by Vladimir Marko · 5 years ago
  44. 7ee34a1 Add OptimizingUnitTestHelper::GraphChecker methods by Evgeny Astigeevich · 5 years ago
  45. 7b0df59 Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true. by Ulya Trafimovich · 4 years, 10 months ago
  46. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
  47. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
  48. 93be70e Revert^2 "Make tests 1995, 2001, & 2005 less likely to OOME." by Alex Light · 4 years, 10 months ago
  49. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 4 years, 11 months ago
  50. 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 4 years, 10 months ago
  51. c4d13ae Revise generation of go/lem benchmarking tarball by Orion Hodson · 4 years, 10 months ago
  52. 01a09bf Revert "Make tests 1995, 2001, & 2005 less likely to OOME." by Nicolas Geoffray · 4 years, 10 months ago
  53. 3cf233b Remove superfluous(?) DCHECK. by Nicolas Geoffray · 5 years ago
  54. 3369591 Remove DEX2OAT_DEPENDENCY which is the same as DEX2OAT. by Martin Stjernholm · 4 years, 10 months ago
  55. 455bb38 Make tests 1995, 2001, & 2005 less likely to OOME. by Alex Light · 4 years, 10 months ago
  56. 467defb [art] Format runtime/Android.bp by Dan Zimmerman · 4 years, 11 months ago
  57. 3db26d5 Make product libs available to unbundled product apks. by Justin Yun · 5 years ago
  58. 3a6ef94 Disable jitzygote polling thread by Mathieu Chartier · 5 years ago
  59. 0010172 Add extra detail to class status CHECK by Mathieu Chartier · 4 years, 11 months ago
  60. 3a809c8 Temporarily fix libjavacrypto deps for ART buildbots by Orion Hodson · 4 years, 10 months ago
  61. ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 4 years, 10 months ago
  62. 8d94ddd Improve run-test tooling support by Alex Light · 5 years ago
  63. 65a01a7 Simplify access_flags_ updates by Hans Boehm · 4 years, 10 months ago
  64. 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  65. eac38a1 Refactor Android.gtest.mk more by Jiyong Park · 4 years, 10 months ago
  66. 2aa5a78 Add comment explaining global by Alex Light · 5 years ago
  67. 340fb0b Workaround for building gtest dependencies. by Nicolas Geoffray · 4 years, 10 months ago
  68. 6079d65 Fix buildbot build script. by Nicolas Geoffray · 4 years, 10 months ago
  69. dd3b7aa Clean up art's Soong go files by Colin Cross · 5 years ago
  70. eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 4 years, 11 months ago
  71. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
  72. fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 5 years ago
  73. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
  74. 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
  75. c9af14e Add comment & refactor check for Obsolete class in FindFieldFromCode by Alex Light · 5 years ago
  76. 80777ed Revert^2 "Make sure all runtime threads are in the System thread group." by Alex Light · 5 years ago
  77. c4cc618 Handle nterp in IsForcedInterpreterNeededForUpcallImpl. by Nicolas Geoffray · 5 years ago
  78. d7651b1 Fix StackVisitor::GetVReg for Nterp. by Nicolas Geoffray · 5 years ago
  79. 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 5 years ago
  80. 7a6b966 Fix reversed compare_exchange check. by Alex Light · 5 years ago
  81. 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 5 years ago
  82. 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 5 years ago
  83. acd7060 Update target footprint on process state switch by Lokesh Gidra · 5 years ago
  84. 60d9775 Prevent methods beint tested from being inline. by Nicolas Geoffray · 5 years ago
  85. 145f3c4 [art] Yama LSM isn't mandatory by Dan Zimmerman · 5 years ago
  86. bd0ac86 Ensure Nterp is also supported in CanRuntimeUseNterp. by Nicolas Geoffray · 5 years ago
  87. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  88. 001e5b3 Remove illegal PreObjectAlloc call by Alex Light · 5 years ago
  89. 5c01772 Add public lib of Cronet apex mainline by Luke Huang · 5 years ago
  90. c99a231 Add timestamp to perfetto_hprof output by Florian Mayer · 5 years ago
  91. 796aa2c [baseline] Check that the profiling info is not null. by Nicolas Geoffray · 5 years ago
  92. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  93. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
  94. 9ca8b2b Revert "Make sure all runtime threads are in the System thread group." by Nicolas Geoffray · 5 years ago
  95. d03f8e6 Add a String.init range call. by Nicolas Geoffray · 5 years ago
  96. 0e01c8d Make sure all runtime threads are in the System thread group. by Alex Light · 5 years ago
  97. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
  98. 0cc4027 Read system_ext partition for partner defined public libraries. by Justin Yun · 5 years ago
  99. 085f740 Re-arrange code to avoid recursive locking of the JIT lock. by Nicolas Geoffray · 5 years ago
  100. 0d38e85 Keep the debug_frame for some arm32 art libs. by Christopher Ferris · 5 years ago