summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART: Fix old run scripts"Andreas Gampe2015-02-046-15/+57
|\
| * ART: Fix old run scriptsAndreas Gampe2015-02-046-15/+57
* | Fix a bug in the inliner.Nicolas Geoffray2015-02-044-0/+79
|/
* Inline methods with multiple blocks.Nicolas Geoffray2015-02-033-0/+78
* Allow nested inlining.Nicolas Geoffray2015-02-033-0/+73
* Revert "Revert "ART: Make 074-gc-thrash more OOME tolerant""Nicolas Geoffray2015-02-031-1/+1
* Revert "ART: Make 074-gc-thrash more OOME tolerant"Nicolas Geoffray2015-02-031-1/+1
* ART: Make 074-gc-thrash more OOME tolerantAndreas Gampe2015-02-021-1/+1
* Merge "ART: Fix run-tests for emulator"Andreas Gampe2015-02-033-13/+29
|\
| * ART: Fix run-tests for emulatorAndreas Gampe2015-02-023-13/+29
* | Implement LICM in optimizing compiler.Nicolas Geoffray2015-01-303-0/+124
* | Merge "Remove libcxx.mk cruft."Dan Albert2015-01-292-2/+0
|\ \
| * | Remove libcxx.mk cruft.Dan Albert2015-01-292-2/+0
| |/
* | Merge "optimizing: NullCheck elimination"Nicolas Geoffray2015-01-293-0/+230
|\ \
| * | optimizing: NullCheck eliminationCalin Juravle2015-01-293-0/+230
| |/
* | Merge "ART: Arm64 optimizing compiler intrinsics"Andreas Gampe2015-01-281-21/+42
|\ \
| * | ART: Arm64 optimizing compiler intrinsicsAndreas Gampe2015-01-281-21/+42
* | | 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