summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART: A workaround for a wrongly-read caller's frame"Andreas Gampe2014-04-081-0/+12
|\
| * ART: A workaround for a wrongly-read caller's frameVladimir Kostyukov2014-04-071-0/+12
* | Merge "Test control flow instruction with optimizing compiler."Nicolas Geoffray2014-04-083-0/+77
|\ \
| * | Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-083-0/+77
| |/
* | Inlining setters that return one of their arguments.Vladimir Marko2014-04-072-0/+744
|/
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-072-0/+82
* Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-0/+1
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-042-0/+16
* Merge "Support passing arguments to invoke-static* instructions."Nicolas Geoffray2014-04-032-0/+20
|\
| * Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-032-0/+20
* | Fix Unsafe.getLong()/putLong() for x86, add test.Vladimir Marko2014-04-031-0/+28
|/
* Use debug version of DEX2OAT explicitly.Nicolas Geoffray2014-04-021-2/+2
* Use TEST_ART_RUN_TESTS consistentlyBrian Carlstrom2014-04-011-1/+3
* Build changes to build multilib testsAndreas Gampe2014-04-013-11/+37
* Fix reflection access checks for app compatibility.Jeff Hao2014-04-011-5/+7
* Disable timing sensitive tests on dist builds.Brian Carlstrom2014-04-011-1/+7
* Merge "Add support for invoke-static in optimizing compiler."Nicolas Geoffray2014-03-314-1/+66
|\
| * Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-314-1/+66
* | No longer restrict to -source 1.5 since it causes a warning with 1.7Brian Carlstrom2014-03-301-1/+1
* | Add access checks to Method and Field reflection.Jeff Hao2014-03-287-23/+76
|/
* Error when taking the modulo of the length of an arrayBrian Carlstrom2014-03-272-0/+27
* Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-272-0/+34
* Reuse promoted register temporarilyYevgeny Rouban2014-03-262-0/+14
* Fix message in 083-compiler_regressions testbuzbee2014-03-201-1/+1
* Fix Quick compiler "out of registers"buzbee2014-03-192-0/+299
* Merge "Run Java tests with the optimizing compiler."Nicolas Geoffray2014-03-192-15/+27
|\
| * Run Java tests with the optimizing compiler.Nicolas Geoffray2014-03-192-15/+27
* | Fix stack overflow for mutual recursion.Brian Carlstrom2014-03-182-5/+35
|/
* Test code generation for field accesses.Ian Rogers2014-03-173-0/+119
* Add dependency for operations with x86 FPU stackSerguei Katkov2014-03-143-2/+19
* Merge "ART's intrinsic for String.indexOf use the incorrect register"Bill Buzbee2014-03-131-0/+3
|\
| * ART's intrinsic for String.indexOf use the incorrect registerYevgeny Rouban2014-03-131-0/+3
* | Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-5/+4
|/
* Fix type of constant to be long.Ian Rogers2014-03-121-1/+1
* Merge "Fixed and refactored 64b host build"Andreas Gampe2014-03-121-1/+1
|\
| * Fixed and refactored 64b host buildAndreas Gampe2014-03-121-1/+1
* | Test Method.getModifiers() result for proxy methodsBrian Carlstrom2014-03-122-6/+10
|/
* Ensure functions start with clean CFA state.Ian Rogers2014-03-111-1/+1
* More JNI compiler tests and small fixAndreas Gampe2014-03-101-0/+39
* Merge "Remove oat file location in the image."Nicolas Geoffray2014-03-042-2/+1
|\
| * Remove oat file location in the image.Nicolas Geoffray2014-03-042-2/+1
* | Rewrite kMirOpSelect for all IF_ccZ opcodes.Vladimir Marko2014-03-042-0/+113
|/
* Merge "Incorrect result of the "mul-long by 1" operation"Bill Buzbee2014-03-032-0/+15
|\
| * Incorrect result of the "mul-long by 1" operationAlexei Zavjalov2014-02-262-0/+15
* | Incorrect result of compareTo between empty and non-empty stringsAlexei Zavjalov2014-02-271-0/+4
|/
* Add tests for null check elimination by local value numbering.Vladimir Marko2014-02-212-1/+51
* Make 030-bad-finalizer less flaky by removing timing dependent outputBrian Carlstrom2014-02-203-56/+35
* Merge "Try to make 036-finalizer less flaky by moving output to one thread"Brian Carlstrom2014-02-203-48/+35
|\
| * Try to make 036-finalizer less flaky by moving output to one threadBrian Carlstrom2014-02-203-48/+35
* | Remove test 048-server-socketBrian Carlstrom2014-02-203-76/+0
|/