summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Force set resolved method for static invokesMathieu Chartier2015-01-285-1/+88
* Merge "run-test: enable checker in dev mode"Calin Juravle2015-01-271-2/+12
|\
| * run-test: enable checker in dev modeCalin Juravle2015-01-271-2/+12
* | Fix 114-ParallelGC.Hiroshi Yamauchi2015-01-261-1/+5
* | Quick: Fix range check for intrinsic String.charAt() on x86.Vladimir Marko2015-01-261-1/+37
|/
* ART: On shutdown, only warn on mutex contentionAndreas Gampe2015-01-233-0/+54
* Fix makefile error.Nicolas Geoffray2015-01-231-3/+3
* Mark test as failing for optimizing.Nicolas Geoffray2015-01-231-1/+2
* Merge "Fix exception handling during deoptimization"Sebastien Hertz2015-01-239-10/+239
|\
| * Fix exception handling during deoptimizationSebastien Hertz2015-01-239-10/+239
* | Fix 116-nodex2oat to use arguments in custom run scriptBrian Carlstrom2015-01-221-0/+2
* | Merge "ART: Rewrite ParallelGC test"Andreas Gampe2015-01-221-95/+76
|\ \
| * | ART: Rewrite ParallelGC testAndreas Gampe2015-01-211-95/+76
* | | Merge "ART: Fix GenInlined functions"Vladimir Marko2015-01-221-0/+58
|\ \ \
| * | | ART: Fix GenInlined functionsChao-ying Fu2015-01-211-0/+58
* | | | Clean-up 116-nodex2oat unit testSerguei Katkov2015-01-211-6/+0
|/ / /
* | | Merge "Do not use HNot for creating !bool."Nicolas Geoffray2015-01-213-0/+34
|\ \ \
| * | | Do not use HNot for creating !bool.Nicolas Geoffray2015-01-213-0/+34
| |/ /
* / / Record implicit null checks at the actual invoke time.Calin Juravle2015-01-213-0/+263
|/ /
* / ART: Invoke Checker from run-test scriptsDavid Brazdil2015-01-199-6/+571
|/
* Do not use STMP, it conflicts with the calling convention.Nicolas Geoffray2015-01-193-0/+51
* Merge "ART: Mips64 runtime support"Andreas Gampe2015-01-162-2/+2
|\
| * ART: Mips64 runtime supportAndreas Gampe2015-01-152-2/+2
* | Increase default timeoutMathieu Chartier2015-01-152-2/+2
|/
* ART: Optimizing compiler intrinsicsAndreas Gampe2015-01-151-0/+22
* ART: Increase run-test 114 Java-level timeoutAndreas Gampe2015-01-151-1/+4
* Disable test for NDEBUG, it uses libarttest.so.Nicolas Geoffray2015-01-151-0/+1
* Merge "ART: Simple structural class check"Andreas Gampe2015-01-158-0/+176
|\
| * ART: Simple structural class checkAndreas Gampe2015-01-148-0/+176
* | Merge "ART: Dump all threads on test timeout"Andreas Gampe2015-01-141-2/+9
|\ \ | |/ |/|
| * ART: Dump all threads on test timeoutAndreas Gampe2015-01-141-2/+9
* | Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd."Vladimir Marko2015-01-141-1/+138
|\ \
| * | Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.Vladimir Marko2015-01-141-1/+138
* | | Merge "Implement ParallelMoveResolver::Swap for doubles on arm."Nicolas Geoffray2015-01-143-0/+52
|\ \ \
| * | | Implement ParallelMoveResolver::Swap for doubles on arm.Nicolas Geoffray2015-01-143-0/+52
| |/ /
* | | Merge "ART: Hprof cleanup"Andreas Gampe2015-01-144-1/+166
|\ \ \ | |_|/ |/| |
| * | ART: Hprof cleanupAndreas Gampe2015-01-134-1/+166
| |/
* / Follow up on CL 122665.Hiroshi Yamauchi2015-01-131-1/+2
|/
* Re-enable ParallelGC test for gcstress modeMathieu Chartier2015-01-071-2/+1
* Fix signal test to work with gcstressMathieu Chartier2015-01-072-3/+1
* ART: Fix divide-by-zero for ARMAndreas Gampe2015-01-063-0/+31
* Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.Serban Constantinescu2015-01-055-22/+183
* ART: Fix verification of constructors.Stephen Kyle2014-12-224-0/+22
* Merge "ART: Swap-space in the compiler"Andreas Gampe2014-12-221-0/+4
|\
| * ART: Swap-space in the compilerAndreas Gampe2014-12-221-0/+4
* | Clean up dead loops before suspend check elimination.Vladimir Marko2014-12-193-0/+31
|/
* When inlining, also look whether we can allocate registers.Nicolas Geoffray2014-12-181-0/+17
* Inlining support in optimizing.Nicolas Geoffray2014-12-153-0/+87
* Add regression test for deadlock caused by Thread.getAllStackTracesMathieu Chartier2014-12-123-0/+55
* ARM: Combine multiply accumulate operations.Ningsheng Jian2014-12-113-0/+173