summaryrefslogtreecommitdiffstats
path: root/test/083-compiler-regressions
Commit message (Expand)AuthorAgeFilesLines
* Quick compiler: fix x86 special identitybuzbee2014-11-192-0/+27
* am c39eb4ae: Merge "Add regression test for null check elimination."Vladimir Marko2014-10-132-0/+20
|\
| * Add regression test for null check elimination.Vladimir Marko2014-10-132-0/+20
| * Quick compiler (arm64) Fix inline Math.round()buzbee2014-09-122-0/+13
* | Quick compiler: aarch64 codegen & long_min literalbuzbee2014-09-262-0/+14
* | Quick compiler (arm64) Fix inline Math.round()buzbee2014-09-122-0/+13
|/
* ART: LoadConstWide should clobber temp regAlexei Zavjalov2014-07-312-0/+16
* Fix null pointer check elimination for catch entries.Vladimir Marko2014-07-222-0/+24
* ART: Add another special case to GenSelect for ARM64Andreas Gampe2014-07-121-0/+3
* Handle potential <clinit>() correctly in LVN.Vladimir Marko2014-07-092-0/+31
* Skip BBs without SSA representation in the Constant Propagation phaseAlexei Zavjalov2014-04-212-0/+28
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-072-0/+744
* 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
* Rewrite kMirOpSelect for all IF_ccZ opcodes.Vladimir Marko2014-03-042-0/+113
* Incorrect result of the "mul-long by 1" operationAlexei Zavjalov2014-02-262-0/+15
* Add tests for null check elimination by local value numbering.Vladimir Marko2014-02-212-1/+51
* Add wide setter test with preceding parameters as int.Vladimir Marko2014-02-101-2/+27
* Tweak test to better expose codegen bug.Ian Rogers2014-02-071-4/+4
* Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-041-2/+2
* Bring over the new tests from https://android-review.googlesource.com/#/c/387...Elliott Hughes2012-07-113-0/+53
* Fix getter/setter special case codegenbuzbee2012-03-271-2/+14
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-2/+2
* Fix special method codegenbuzbee2012-03-213-0/+8429