- f1ede36 Use HashSet for test 2005 by Alex Light · 5 years ago
- 3f4041b Add more logging around array sanity checks by Alex Light · 5 years ago
- 8e7ab70 Remove extra shift in --create-runner handler in run-test by Alex Light · 5 years ago
- a3f8129 Make StartDebugger the last thing in InitNonZygoteOrPostFork again by Alex Light · 5 years ago
- 4d804b8 Improve parallel_run.py somewhat by Alex Light · 5 years ago
- b86e9b0 Close fd if polling thread is disabled by Mathieu Chartier · 5 years ago
- 81ba7db Revert^2 "Use framework boot image extension." by Ulyana Trafimovich · 5 years ago
- e89ffab Additional work on packaging the go/lem tarball by Orion Hodson · 5 years ago
- 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 5 years ago
- 14d1307 Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest. by Roland Levillain · 5 years ago
- a18f5ae Fix StringBuilder append assumptions. by Vladimir Marko · 5 years ago
- 7ee34a1 Add OptimizingUnitTestHelper::GraphChecker methods by Evgeny Astigeevich · 5 years ago
- 7b0df59 Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true. by Ulya Trafimovich · 5 years ago
- 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
- 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
- 93be70e Revert^2 "Make tests 1995, 2001, & 2005 less likely to OOME." by Alex Light · 5 years ago
- 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 5 years ago
- 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
- c4d13ae Revise generation of go/lem benchmarking tarball by Orion Hodson · 5 years ago
- 01a09bf Revert "Make tests 1995, 2001, & 2005 less likely to OOME." by Nicolas Geoffray · 5 years ago
- 3cf233b Remove superfluous(?) DCHECK. by Nicolas Geoffray · 5 years ago
- 3369591 Remove DEX2OAT_DEPENDENCY which is the same as DEX2OAT. by Martin Stjernholm · 5 years ago
- 455bb38 Make tests 1995, 2001, & 2005 less likely to OOME. by Alex Light · 5 years ago
- 467defb [art] Format runtime/Android.bp by Dan Zimmerman · 5 years ago
- 3db26d5 Make product libs available to unbundled product apks. by Justin Yun · 5 years ago
- 3a6ef94 Disable jitzygote polling thread by Mathieu Chartier · 5 years ago
- 0010172 Add extra detail to class status CHECK by Mathieu Chartier · 5 years ago
- 3a809c8 Temporarily fix libjavacrypto deps for ART buildbots by Orion Hodson · 5 years ago
- ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 5 years ago
- 8d94ddd Improve run-test tooling support by Alex Light · 5 years ago
- 65a01a7 Simplify access_flags_ updates by Hans Boehm · 5 years ago
- 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
- eac38a1 Refactor Android.gtest.mk more by Jiyong Park · 5 years ago
- 2aa5a78 Add comment explaining global by Alex Light · 5 years ago
- 340fb0b Workaround for building gtest dependencies. by Nicolas Geoffray · 5 years ago
- 6079d65 Fix buildbot build script. by Nicolas Geoffray · 5 years ago
- dd3b7aa Clean up art's Soong go files by Colin Cross · 6 years ago
- eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 5 years ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
- fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 5 years ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
- 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
- c9af14e Add comment & refactor check for Obsolete class in FindFieldFromCode by Alex Light · 5 years ago
- 80777ed Revert^2 "Make sure all runtime threads are in the System thread group." by Alex Light · 5 years ago
- c4cc618 Handle nterp in IsForcedInterpreterNeededForUpcallImpl. by Nicolas Geoffray · 5 years ago
- d7651b1 Fix StackVisitor::GetVReg for Nterp. by Nicolas Geoffray · 5 years ago
- 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 5 years ago
- 7a6b966 Fix reversed compare_exchange check. by Alex Light · 5 years ago
- 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 5 years ago
- 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 5 years ago
- acd7060 Update target footprint on process state switch by Lokesh Gidra · 5 years ago
- 60d9775 Prevent methods beint tested from being inline. by Nicolas Geoffray · 5 years ago
- 145f3c4 [art] Yama LSM isn't mandatory by Dan Zimmerman · 5 years ago
- bd0ac86 Ensure Nterp is also supported in CanRuntimeUseNterp. by Nicolas Geoffray · 5 years ago
- 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
- 001e5b3 Remove illegal PreObjectAlloc call by Alex Light · 5 years ago
- 5c01772 Add public lib of Cronet apex mainline by Luke Huang · 5 years ago
- c99a231 Add timestamp to perfetto_hprof output by Florian Mayer · 5 years ago
- 796aa2c [baseline] Check that the profiling info is not null. by Nicolas Geoffray · 5 years ago
- 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
- 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
- 9ca8b2b Revert "Make sure all runtime threads are in the System thread group." by Nicolas Geoffray · 5 years ago
- d03f8e6 Add a String.init range call. by Nicolas Geoffray · 5 years ago
- 0e01c8d Make sure all runtime threads are in the System thread group. by Alex Light · 5 years ago
- daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
- 0cc4027 Read system_ext partition for partner defined public libraries. by Justin Yun · 5 years ago
- 085f740 Re-arrange code to avoid recursive locking of the JIT lock. by Nicolas Geoffray · 5 years ago
- 0d38e85 Keep the debug_frame for some arm32 art libs. by Christopher Ferris · 5 years ago
- a697b47 Revert^2 "Remove unused emulator variable" by Orion Hodson · 5 years ago
- 0bbe28c Revert^2 "Add jvm mode to run-libcore-tests.sh" by Orion Hodson · 5 years ago
- 656dc82 Revert^2 "Enable run-libcore-tests.sh to test specific packages" by Orion Hodson · 5 years ago
- af6a15c Revert^2 "Add usage to run-libcore-tests.sh" by Orion Hodson · 5 years ago
- 14f3002 Add --dry-run flag to run-libcore-tests.sh by Orion Hodson · 5 years ago
- 6b98a40 Update linker config location by Kiyoung Kim · 5 years ago
- b2e6d0f Fix incorrect DCHECK by Alex Light · 5 years ago
- 4847a07 Fix issue with observing invalid thread state. by Alex Light · 5 years ago
- 92e9940 Add test 2000 to redefine-stress skips by Alex Light · 5 years ago
- 819b362 Use correct pointer size for stack unwinding. by Ulya Trafimovich · 5 years ago
- b89a92e Generalize fugu failure handling in run-libcore-tests.sh by Orion Hodson · 5 years ago
- 52506e2 Add ImprovedOptimizingUnitTest::CreateParameters for subclasses by Evgeny Astigeevich · 5 years ago
- 90ceea3 Disable memfd_create tests on ART test devices. by Orion Hodson · 5 years ago
- 3ea6627 Merge the single-image test to TestExtension. by Vladimir Marko · 5 years ago
- 589bf90 Fix clean-oat-host. by Vladimir Marko · 5 years ago
- fab7208 Pipe disabled compat changes to runtime through zygote. by atrost · 5 years ago
- 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
- 42b9c19 Revert "Use framework boot image extension." by Ulyana Trafimovich · 5 years ago
- e02ebc0 Revert "Add usage to run-libcore-tests.sh" by Orion Hodson · 5 years ago
- 2a05a9b Revert "Enable run-libcore-tests.sh to test specific packages" by Orion Hodson · 5 years ago
- 58a7d6c Revert "Add jvm mode to run-libcore-tests.sh" by Orion Hodson · 5 years ago
- be416b3 Revert "Remove unused emulator variable" by Orion Hodson · 5 years ago
- a2ba808 Revert "Fix missing expectations in run-libcore-tests.sh" by Orion Hodson · 5 years ago
- 4a0ef9f Fix missing expectations in run-libcore-tests.sh by Orion Hodson · 5 years ago
- d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
- 6994468 Follow-up for "Use provided dex filenames in oat file." by Vladimir Marko · 5 years ago
- abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
- 3bdb977 Document no-strip flag by Calin Juravle · 5 years ago
- 4f50139 Remove unused emulator variable by Orion Hodson · 5 years ago
- 938ead3 Add jvm mode to run-libcore-tests.sh by Orion Hodson · 5 years ago
- 9a1e6aa Enable run-libcore-tests.sh to test specific packages by Orion Hodson · 5 years ago
- 06e9083 Add usage to run-libcore-tests.sh by Orion Hodson · 5 years ago