summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ART: Create and use multiple core imagesAndreas Gampe2014-10-282-10/+24
* [optimizing compiler] Add division for floats and doublesCalin Juravle2014-10-284-0/+139
* Merge "Add long bitwise not instruction in the optimizing compiler."Roland Levillain2014-10-284-0/+95
|\
| * Add long bitwise not instruction in the optimizing compiler.Roland Levillain2014-10-274-0/+95
* | Remove extraneous fprintf argsBrian Carlstrom2014-10-273-4/+4
* | ART: Typo fixAndreas Gampe2014-10-271-1/+1
* | ART: Fix test 089Andreas Gampe2014-10-272-5/+5
* | Extra debug output in run-test.Ian Rogers2014-10-271-1/+5
|/
* Merge "[native bridge] Add test to verify code_cache existance."Calin Juravle2014-10-272-1/+9
|\
| * [native bridge] Add test to verify code_cache existance.Calin Juravle2014-10-242-1/+9
* | ART: Prevent float inference back to SSA in-regs.Stephen Kyle2014-10-243-0/+19
* | Merge "Add more environment variable to control test granularity."Nicolas Geoffray2014-10-241-3/+10
|\ \ | |/ |/|
| * Add more environment variable to control test granularity.Nicolas Geoffray2014-10-241-3/+10
* | Merge "Revert "Revert "Implement long negate instruction in the optimizing co...Roland Levillain2014-10-245-34/+100
|\ \
| * | Revert "Revert "Implement long negate instruction in the optimizing compiler.""Roland Levillain2014-10-245-34/+100
* | | Merge "Use test's `-d' option when checking for a directory."Roland Levillain2014-10-241-3/+3
|\ \ \
| * | | Use test's `-d' option when checking for a directory.Roland Levillain2014-10-231-3/+3
* | | | Merge "Fix wrong unsigned to signed conversions."Nicolas Geoffray2014-10-241-0/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix wrong unsigned to signed conversions.Nicolas Geoffray2014-10-231-0/+20
| | |/ | |/|
* | | Revert "Implement long negate instruction in the optimizing compiler."Roland Levillain2014-10-235-135/+34
|/ /
* | Implement long negate instruction in the optimizing compiler.Roland Levillain2014-10-235-34/+135
* | Merge "[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes"Calin Juravle2014-10-231-0/+1
|\ \ | |/ |/|
| * [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodesCalin Juravle2014-10-231-0/+1
* | Merge "Use the shared smali test infrastructure for 800-smali."Nicolas Geoffray2014-10-233-33/+1
|\ \ | |/ |/|
| * Use the shared smali test infrastructure for 800-smali.Nicolas Geoffray2014-10-233-33/+1
* | [optimizing compiler] Add float/double subtractionCalin Juravle2014-10-233-0/+171
* | ART: optimizing compiler: initial support for ARM64.Alexandre Rames2014-10-231-0/+38
* | C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-224-12/+4
|/
* Merge "Fix make file comment"Calin Juravle2014-10-221-6/+1
|\
| * Fix make file commentCalin Juravle2014-10-221-6/+1
* | Merge "Add multiplication for floats/doubles in optimizing compiler"Calin Juravle2014-10-221-2/+121
|\ \ | |/
| * Add multiplication for floats/doubles in optimizing compilerCalin Juravle2014-10-221-2/+121
* | Fix typo in Makefile.Nicolas Geoffray2014-10-221-2/+2
|/
* Implement array creation related DEX instructions.Nicolas Geoffray2014-10-229-1/+774
* Merge "Various fixes related to integer negate operations."Roland Levillain2014-10-221-2/+2
|\
| * Various fixes related to integer negate operations.Roland Levillain2014-10-221-2/+2
* | ART: Print args in case of run-test build failureAndreas Gampe2014-10-222-1/+3
* | Merge "Fix a DCHECK failure IsResolved() || IsErroneous()."Hiroshi Yamauchi2014-10-213-0/+3074
|\ \
| * | Fix a DCHECK failure IsResolved() || IsErroneous().Hiroshi Yamauchi2014-10-213-0/+3074
* | | Merge "ART: Fix test 089 to ignore debug lines"Andreas Gampe2014-10-211-0/+20
|\ \ \
| * | | ART: Fix test 089 to ignore debug linesAndreas Gampe2014-10-211-0/+20
| |/ /
* | | Merge "ART: Fix run-test script"Andreas Gampe2014-10-211-3/+3
|\ \ \ | |_|/ |/| |
| * | ART: Fix run-test scriptAndreas Gampe2014-10-211-3/+3
| |/
* | Merge "Fix off by one errors in linear scan register allocator."Nicolas Geoffray2014-10-213-0/+43
|\ \
| * | Fix off by one errors in linear scan register allocator.Nicolas Geoffray2014-10-213-0/+43
* | | Fix m test-art-host-run-test-001-HelloWorld.Nicolas Geoffray2014-10-211-1/+1
|/ /
* | Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-3/+35
* | Merge "Implement int negate instruction in the optimizing compiler."Roland Levillain2014-10-211-0/+32
|\ \
| * | Implement int negate instruction in the optimizing compiler.Roland Levillain2014-10-211-0/+32
| |/
* | Merge "Support running run-test in ndebug mode through make."Nicolas Geoffray2014-10-211-68/+120
|\ \ | |/ |/|