- a8f4e90 Merge "ART: Make run-test temp dir consistent" by Treehugger Robot · 8 years ago
- 34a8a0f ART: Make run-test temp dir consistent by Andreas Gampe · 8 years ago
- a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 8 years ago
- 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 8 years ago
- 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 8 years ago
- 360b4b0 Merge "ART: Change return types of field access entrypoints" by Vladimir Marko · 8 years ago
- a2d7cbb Fix test after rename. by Nicolas Geoffray · 8 years ago
- 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 8 years ago
- 491617a JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 8 years ago
- 64a73d7 Merge "ART: Fix run-test script" by Treehugger Robot · 8 years ago
- f47fb2f ART: Fix run-test script by Andreas Gampe · 8 years ago
- dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 8 years ago
- 09d77fa Merge "Fix a bug in ClassTableGet code generation for IMTs." by Nicolas Geoffray · 8 years ago
- a708355 Merge "X86: Use memory to do array range checks" by Vladimir Marko · 8 years ago
- ff484b9 Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 8 years ago
- ee8d971 X86: Use memory to do array range checks by Mark Mendell · 8 years ago
- d3278bd Two more patterns for instruction simplifier by Maxim Kazantsev · 8 years ago
- dedde3f Merge "Have LOCAL_ASFLAGS honor debug/non-debug configuration." by Roland Levillain · 8 years ago
- a14893e Merge "Fix unsafe weak reference usage in test 141" by Treehugger Robot · 8 years ago
- b0e861c Fix unsafe weak reference usage in test 141 by Mathieu Chartier · 8 years ago
- 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
- b136c87 Merge "MIPS64: java.lang.Math.round" by Aart Bik · 8 years ago
- fea1abd Implement System.arraycopy intrinsic on x86. by Nicolas Geoffray · 8 years ago
- 9f65db8 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 8 years ago
- a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
- 5bf7bac Revert "Revert "Inline and optimize interface calls."" by Nicolas Geoffray · 8 years ago
- 19dc255 Revert "Inline and optimize interface calls." by Nicolas Geoffray · 8 years ago
- d9facea Inline and optimize interface calls. by Nicolas Geoffray · 8 years ago
- b5390f7 Have LOCAL_ASFLAGS honor debug/non-debug configuration. by Roland Levillain · 8 years ago
- e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 9 years ago
- 04e5e59 Merge "Improvements in induction range analysis." by Aart Bik · 8 years ago
- 2a1b7ac Fix divergence between interpreter and compiler. by Aart Bik · 8 years ago
- 52be7e7 Improvements in induction range analysis. by Aart Bik · 8 years ago
- c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 8 years ago
- f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 8 years ago
- 9937614 Merge "Fix 004-ThreadStress." by Vladimir Marko · 8 years ago
- 3ce4f88 Merge "Optimizing: Do not depend on sharpening in test 450" by Treehugger Robot · 8 years ago
- 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 8 years ago
- 06b7c4d ART: Disable no-prebuild test for run-test 608 by Andreas Gampe · 8 years ago
- 779743a Merge "Do not remove loads/store with unresolved accesses." by Treehugger Robot · 8 years ago
- b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 8 years ago
- 80ea234 Optimizing: Do not depend on sharpening in test 450 by Goran Jakovljevic · 8 years ago
- 3ea7c9e Fix 004-ThreadStress. by Vladimir Marko · 8 years ago
- a975dcc Fixes and cleaning for test/458-checker-instruction-simplification. by Alexandre Rames · 8 years ago
- 8ed9494 Adjust ART tests expectations after libcore changes. by Roland Levillain · 8 years ago
- 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 8 years ago
- 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 8 years ago
- 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 8 years ago
- 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 8 years ago
- 739dc72 Merge "Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""""" by Nicolas Geoffray · 8 years ago
- 76ec73a Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."""" by Nicolas Geoffray · 8 years ago
- 5f5560d Merge "Added a dexdump test containing every DEX instruction" by Aart Bik · 8 years ago
- 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 8 years ago
- 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
- dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
- b94b570 Merge "Fix braino in the test to make it work on target." by Nicolas Geoffray · 8 years ago
- d8aa513 Fix braino in the test to make it work on target. by Nicolas Geoffray · 8 years ago
- 9a8620e Merge "Catch additional OOME in ThreadStress." by Vladimir Marko · 8 years ago
- bbcf072 Merge "Release the thread_list lock while waiting for daemons." by Nicolas Geoffray · 8 years ago
- 5fe1026 Catch additional OOME in ThreadStress. by Vladimir Marko · 8 years ago
- aa45daa Release the thread_list lock while waiting for daemons. by Nicolas Geoffray · 8 years ago
- ec02795 Merge "ART: Use null for the BootClassLoader in LoadLibrary" by Treehugger Robot · 8 years ago
- 2d48e53 ART: Use null for the BootClassLoader in LoadLibrary by Andreas Gampe · 8 years ago
- 3989c42 Added a dexdump test containing every DEX instruction by Aart Bik · 8 years ago
- e059b5b Merge "Implemented annotations display in dexdump." by Aart Bik · 8 years ago
- 0b8a914 Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Mathieu Chartier · 8 years ago
- dce5086 Implemented annotations display in dexdump. by Aart Bik · 8 years ago
- d7ceb51 For deadlock test, print out any unexpected exceptions. by Jeff Hao · 8 years ago
- 7adaab0 MIPS64: java.lang.Math.round by Chris Larsen · 9 years ago
- 2fa1137 Ensure we get a ProfilingInfo object before compiling. by Nicolas Geoffray · 8 years ago
- ab820ee Use a barrier instead of sleep for flaky deadlock test. by Jeff Hao · 8 years ago
- 06c0b5d Merge "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Nicolas Geoffray · 8 years ago
- 64ed882 Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."" by Nicolas Geoffray · 8 years ago
- 336f697 Merge "Change test 149 to run for 10 seconds" by Mathieu Chartier · 8 years ago
- 24b0049 ART: Add setenv to Valgrind target suppressions by Andreas Gampe · 8 years ago
- 68d4ab3 Merge "Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading"""""" by Alex Light · 8 years ago
- f7d2f9f Change test 149 to run for 10 seconds by Mathieu Chartier · 8 years ago
- e554ecc Merge "Pass the right CFLAGS to libarttest(d)." by Alex Light · 8 years ago
- 294ce23 Merge "Revert "Disable 149-suspend-all-stress, its output is flaky."" by Mathieu Chartier · 8 years ago
- 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 8 years ago
- 06cb9b2 Revert "Disable 149-suspend-all-stress, its output is flaky." by Mathieu Chartier · 8 years ago
- bc5669e Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading""""" by Alex Light · 8 years ago
- 880f119 ARM64: Use VIXL's conditional select helper. by Alexandre Rames · 8 years ago
- 14527cc Pass the right CFLAGS to libarttest(d). by Nicolas Geoffray · 8 years ago
- 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
- e7aa9dd Disable 149-suspend-all-stress, its output is flaky. by Nicolas Geoffray · 8 years ago
- d0c29d1 ART: Suppress memcpy overlap in jemalloc for valgrind by Andreas Gampe · 8 years ago
- e99f532 Use ScopedObjectAccess in ThreadList::Dump by Mathieu Chartier · 8 years ago
- e5e76f4 Add Valgrind target tests by Anton Kirilov · 9 years ago
- 9969153 Merge "Add thread suspend stress" by Mathieu Chartier · 8 years ago
- 02f7cfd Merge "Re-introduce an old version of 600-verifier-fails." by Nicolas Geoffray · 8 years ago
- 4a0a511 Re-introduce an old version of 600-verifier-fails. by Nicolas Geoffray · 8 years ago
- 08f746d Merge "Ensure we have a profiling info object before trying to compile." by Nicolas Geoffray · 8 years ago
- adc61df Ensure we have a profiling info object before trying to compile. by Nicolas Geoffray · 8 years ago
- 061f80b Also catch OOME from the new byte[]. by Nicolas Geoffray · 8 years ago
- 4b5c290 Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86." by Treehugger Robot · 8 years ago
- 0f838aa Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86. by Nicolas Geoffray · 8 years ago
- 223ac0c Use usleep instead of sleep(0). by Nicolas Geoffray · 8 years ago
- afb0f38 Merge "Revert "Revert "Revert "Revert "Revert some flaky unloading""""" by Treehugger Robot · 8 years ago
- a80e2af Add thread suspend stress by Mathieu Chartier · 8 years ago