summaryrefslogtreecommitdiffstats
path: root/test/083-compiler-regressions/src
Commit message (Expand)AuthorAgeFilesLines
* Quick compiler: fix x86 special identitybuzbee2014-11-191-0/+26
* am c39eb4ae: Merge "Add regression test for null check elimination."Vladimir Marko2014-10-131-0/+19
|\
| * Add regression test for null check elimination.Vladimir Marko2014-10-131-0/+19
| * Quick compiler (arm64) Fix inline Math.round()buzbee2014-09-121-0/+12
* | Quick compiler: aarch64 codegen & long_min literalbuzbee2014-09-261-0/+13
* | Quick compiler (arm64) Fix inline Math.round()buzbee2014-09-121-0/+12
|/
* ART: LoadConstWide should clobber temp regAlexei Zavjalov2014-07-311-0/+15
* Fix null pointer check elimination for catch entries.Vladimir Marko2014-07-221-0/+23
* ART: Add another special case to GenSelect for ARM64Andreas Gampe2014-07-121-0/+3
* Handle potential <clinit>() correctly in LVN.Vladimir Marko2014-07-091-0/+30
* Skip BBs without SSA representation in the Constant Propagation phaseAlexei Zavjalov2014-04-211-0/+27
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-071-0/+740
* Error when taking the modulo of the length of an arrayBrian Carlstrom2014-03-271-0/+16
* Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-271-0/+32
* Reuse promoted register temporarilyYevgeny Rouban2014-03-261-0/+13
* Fix message in 083-compiler_regressions testbuzbee2014-03-201-1/+1
* Fix Quick compiler "out of registers"buzbee2014-03-191-0/+298
* Rewrite kMirOpSelect for all IF_ccZ opcodes.Vladimir Marko2014-03-041-0/+112
* Incorrect result of the "mul-long by 1" operationAlexei Zavjalov2014-02-261-0/+14
* Add tests for null check elimination by local value numbering.Vladimir Marko2014-02-211-1/+49
* 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-112-0/+51
* 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-211-0/+8406