- 298112a DCE SimplifyAlwaysThrowing optimizations by Santiago Aboy Solanes · 2 years, 10 months ago
- 11bdac0 Add OWNERS for odsign_e2e_tests. by Jiakai Zhang · 2 years, 10 months ago
- fd4f565 Remove checkOutputValidity test case by Victor Hsieh · 2 years, 10 months ago
- e815aec Set access flags only once in `ClassLinker::LoadMethod()`. by Vladimir Marko · 2 years, 10 months ago
- 4583bed Set reboot timeout for OdrefreshHostTest. by Hongguang · 2 years, 10 months ago
- cae2a5b Update and move 680-sink-regression into 639-checker-code-sinking by Santiago Aboy Solanes · 2 years, 10 months ago
- 8f146f9 Tweak linux_glibc properties for musl builds in art by Colin Cross · 2 years, 10 months ago
- 838f6c4 Fix use-after-scope in dex2oat cmdline parsing by Florian Mayer · 2 years, 10 months ago
- 26e70d8 Allow code to sink right before the TryBoundary by Santiago Aboy Solanes · 2 years, 10 months ago
- 7188478 Remove dependency on libbacktrace. by Christopher Ferris · 2 years, 10 months ago
- f0676b4 Move output validity check from test util to a test case by Victor Hsieh · 2 years, 10 months ago
- 8b5ae08 Remove hard-coded list of boot image array classes. by Vladimir Marko · 2 years, 10 months ago
- e7e026b In GetDexoptNeeded, check whether the oat file was compiled without image. by Nicolas Geoffray · 2 years, 10 months ago
- 8d100ba Fix last value generation in loop optimization. by Vladimir Marko · 2 years, 11 months ago
- d5d11d9 Allow one method to override multiple superclass methods. by Vladimir Marko · 4 years ago
- 6ea32a5 Remove dependency on libbacktrace. by Christopher Ferris · 2 years, 10 months ago
- 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 2 years, 10 months ago
- 02af736 Fix a couple of places to check for instrumented entry points by Mythri Alle · 2 years, 10 months ago
- 1dd1f47 Clean up 162-method-resolution and add a test. by Vladimir Marko · 7 years ago
- 2bd92d3 Abort the compilation if we fail to read preloaded-classes files. by Nicolas Geoffray · 2 years, 10 months ago
- fc1ba6d Do not generate an app image without a boot image. by Nicolas Geoffray · 2 years, 10 months ago
- 630cb4e Fix expected system links when there are extended public libraries on by Martin Stjernholm · 2 years, 10 months ago
- 9292b88 Add buildfailures.json by David Srbecky · 2 years, 10 months ago
- a7e4781 Archive CompOS VM logs in odsign_e2e_test by Victor Hsieh · 2 years, 10 months ago
- 52221e6 Update CTS expectation after updating D8 to 3.3.20-dev by Morten Krogh-Jespersen · 2 years, 10 months ago
- 3fbd8a7 Check for any forced deopts before restoring instrumentation stack by Mythri Alle · 2 years, 10 months ago
- 2f6af92 Allow to sink code within its try block by Santiago Aboy Solanes · 2 years, 10 months ago
- ebeb863 Update art tests to asm 9.2 by Colin Cross · 2 years, 10 months ago
- 4dd5f7e [automerger skipped] Mark ab/8191998 as merged am: f09cf205e2 -s ours by Maria Yang · 2 years, 10 months ago
- 4e6f5d6 Skip a check when instrumenting the stack for runtime methods by Mythri Alle · 2 years, 10 months ago
- db7c76b Reland "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 2 years, 10 months ago
- 9e701b1 Allow to sink code to catch blocks by Santiago Aboy Solanes · 2 years, 10 months ago
- cff8f56 Update expectation after StringBuilder.append MoveResult change by Morten Krogh-Jespersen · 2 years, 10 months ago
- f09cf20 Mark ab/8191998 as merged by Maria Yang · 2 years, 10 months ago
- b8ff44c Revert "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 2 years, 10 months ago
- de4d195 Clean up InductionVarAnalysis. by Vladimir Marko · 2 years, 10 months ago
- a0512eb Fix bogus instructions in START_EXECUTING_INSTRUCTIONS. by Nicolas Geoffray · 2 years, 10 months ago
- 3ab2474 Use correct min/max load factor in intern/class table. by Vladimir Marko · 2 years, 10 months ago
- 14d3c2c Only do dexlayout when generating comptact dex. by Nicolas Geoffray · 2 years, 10 months ago
- 4c1e0ca Add a preloaded-classes-fds argument to dex2oat. by Nicolas Geoffray · 2 years, 10 months ago
- 54ac49a Add missing android.system package to art-bootclasspath-fragment by Paul Duffin · 2 years, 10 months ago
- 4a5b43f Avoid UB in CodeItemDebugInfoAccessor::Init by Pirama Arumuga Nainar · 2 years, 10 months ago
- dbf5543 Revert "Workaround 32-bit dex2oat/oatdumpd crashes by enabling compiler analysis" by Pirama Arumuga Nainar · 2 years, 10 months ago
- f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 11 months ago
- 3dd6219 Add --preloaded-classes flag to dex2oat. by Nicolas Geoffray · 2 years, 10 months ago
- ce30f68 Mark known failure for varhandle concurrency test by Sorin Basca · 2 years, 10 months ago
- e0e4a79 Increase the timeout to finish odrefresh in the VM by Victor Hsieh · 2 years, 10 months ago
- 86225a8 Make odsign_e2e_tests in CTS agnostic to ART implementation. by Jiakai Zhang · 2 years, 10 months ago
- 6408e97 Remove workaround for null klass during marking phase by Lokesh Gidra · 2 years, 10 months ago
- d4152ec Remove dependencies on stubs from build-art-target-golem. by Martin Stjernholm · 2 years, 10 months ago
- 1790532 Fix linker error in JitCompilerInterface. by Artem Serov · 3 years ago
- 6d99667 Use userfaultfd syscall and related ioctls by Lokesh Gidra · 2 years, 10 months ago
- e4ccbb5 Revert^2 "Faster deduplication of `CodeInfo` tables." by Vladimir Marko · 2 years, 10 months ago
- e25f13a Fix 697-string-buffer-append under no-image. by Nicolas Geoffray · 2 years, 10 months ago
- c0f9039 Fix 925-threadgroups when running on T. by Nicolas Geoffray · 2 years, 10 months ago
- 8c7f649 Revert "Faster deduplication of `CodeInfo` tables." by Roland Levillain · 2 years, 10 months ago
- d0f099e Reland "Eagerly lookup native symbols in zygote." by Nicolas Geoffray · 2 years, 10 months ago
- ea4e39b Remove implementation details from ART hidden api flags by Paul Duffin · 3 years, 6 months ago
- 2931057 Use real functions in ParsedOptions test. by Peter Collingbourne · 2 years, 10 months ago
- 7107a3e Remove early stop log for VarHandle concurrency test by Sorin Basca · 2 years, 10 months ago
- 1804948 Add test for checking VarHandle CAS concurrency guarantees by Sorin Basca · 2 years, 11 months ago
- 93317bd Only kill logd on fugu. by Peter Collingbourne · 2 years, 10 months ago
- fa9c809 Faster deduplication of `CodeInfo` tables. by Vladimir Marko · 2 years, 11 months ago
- 05f1a5b Faster `ClassLinker::LoadMethod()`. by Vladimir Marko · 2 years, 10 months ago
- fae8919 Rename method: Drop the "device", it's cleaner by Alan Stokes · 2 years, 10 months ago
- 8671f58 Add a separate path for MethodHandle invokeExact from transforms by Orion Hodson · 2 years, 10 months ago
- 69a87e3 Revert^4 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 10 months ago
- cf414b2 Add some methods to UnstartedRuntime. by Nicolas Geoffray · 2 years, 10 months ago
- 961dbc4 Optimizing: Do not resolve field type for `get` opcodes. by Vladimir Marko · 2 years, 10 months ago
- 4478abe Revert "Eagerly loopkup native symbols in zygote." by Nicolas Geoffray · 2 years, 10 months ago
- 908aaa9 Add test for tampering with the signature by Alan Stokes · 2 years, 10 months ago
- 103e56a Fix pattern replacement for float constant. by Vladimir Marko · 2 years, 10 months ago
- 0bd1bb3 Using common apex_defaults for com.android.art module. by Gurpreet Singh · 2 years, 11 months ago
- 6ec9905 Eagerly loopkup native symbols in zygote. by Nicolas Geoffray · 2 years, 11 months ago
- 1f5b158 Fix explicit checks for /dev/kvm by Alan Stokes · 2 years, 10 months ago
- 1849c3a Revert^3 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 10 months ago
- c1f9ae3 odrefresh: Stop refreshing artifacts on new Android versions. am: 39f6d00b73 by Jiakai Zhang · 2 years, 10 months ago
- 39f6d00 odrefresh: Stop refreshing artifacts on new Android versions. by Jiakai Zhang · 3 years ago
- de49d24 Add VarHandle benchmarks in the form of a test. am: 964f5c8b27 by Orion Hodson · 2 years, 10 months ago
- 964f5c8 Add VarHandle benchmarks in the form of a test. by Orion Hodson · 4 years, 4 months ago
- 3d004a5 Revert^2 "Add bss support for inlining BCP DexFiles for single image" am: b740438513 by Santiago Aboy Solanes · 2 years, 10 months ago
- b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
- 01ad6eb Use ART_MODULE_BUILD_FROM_SOURCE instead soong config variable am: 76aa34bc79 by Cole Faust · 2 years, 11 months ago
- 76aa34b Use ART_MODULE_BUILD_FROM_SOURCE instead soong config variable by Cole Faust · 2 years, 11 months ago
- f9149a7 Mount /dev/pts inside the chroot. am: b2c68b3623 by Peter Collingbourne · 2 years, 11 months ago
- b2c68b3 Mount /dev/pts inside the chroot. by Peter Collingbourne · 2 years, 11 months ago
- 12bb422 Add another test that fails with no-image & optimizing. am: 88967d1125 by Nicolas Geoffray · 2 years, 11 months ago
- 5a3d897 Add simlified test cases to run-test 835-b216762268. am: 9e05e14ff4 by Vladimir Marko · 2 years, 11 months ago
- 88967d1 Add another test that fails with no-image & optimizing. by Nicolas Geoffray · 2 years, 11 months ago
- 9e05e14 Add simlified test cases to run-test 835-b216762268. by Vladimir Marko · 2 years, 11 months ago
- 0d8e3b8 Use an actual JNINativeInterface structure for gJniSleepForeverStub. am: 35cdc9aed8 by Peter Collingbourne · 2 years, 11 months ago
- 35cdc9a Use an actual JNINativeInterface structure for gJniSleepForeverStub. by Peter Collingbourne · 2 years, 11 months ago
- 330da8a Remove art_apex and art_apex_test module type. am: d5ebfb752a by Jingwen Chen · 2 years, 11 months ago
- d5ebfb7 Remove art_apex and art_apex_test module type. by Jingwen Chen · 2 years, 11 months ago
- ca09a09 Remove exclusion of org.openjdk.tests.java.util.stream tests. am: 362f356519 by Nicolas Geoffray · 2 years, 11 months ago
- 362f356 Remove exclusion of org.openjdk.tests.java.util.stream tests. by Nicolas Geoffray · 2 years, 11 months ago
- 2c7b84d Add 445-checker-licm to known failures of no-image & optimizing. am: d589897886 by Nicolas Geoffray · 2 years, 11 months ago
- d589897 Add 445-checker-licm to known failures of no-image & optimizing. by Nicolas Geoffray · 2 years, 11 months ago
- e1b9adb Remove reflection from run-test 825-unbalanced-lock. am: 50c47f9022 by Vladimir Marko · 2 years, 11 months ago
- 50c47f9 Remove reflection from run-test 825-unbalanced-lock. by Vladimir Marko · 2 years, 11 months ago