summaryrefslogtreecommitdiff
path: root/test/563-checker-fakestring
Commit message (Expand)AuthorAgeFilesLines
* Verify ART run-tests' standard output and standard error separately.Roland Levillain2020-11-101-0/+0
* Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.Roland Levillain2020-11-051-0/+0
* Fix String.init tests with baseline JIT.Nicolas Geoffray2020-01-151-0/+5
* Fix ReplaceUninitializedStringPhis.Nicolas Geoffray2018-10-032-1/+160
* Look at phis in ReplaceUsesDominatedBy.Nicolas Geoffray2018-08-062-1/+39
* Handle String.<init> with a phi input.Nicolas Geoffray2018-07-032-7/+155
* Don't compile methods with irreducible loops and String.<init>.Nicolas Geoffray2018-05-162-18/+36
* optimizing: Build HConstructorFence for HNewArray/HNewInstance nodesIgor Murashkin2017-05-181-3/+8
* Constant fold Equal/NotEqual between null and non-null.Vladimir Marko2016-08-312-3/+13
* ART: DCHECK still too strong for String NewInstanceDavid Brazdil2016-01-202-3/+38
* ART: Cannot assume String.<init> called on NewInstanceDavid Brazdil2016-01-202-0/+36
* ART: Optimize out redundant NewInstances of StringDavid Brazdil2016-01-192-1/+33
* ART: Change merge(uninitialized, null) to produce conflictDavid Brazdil2016-01-182-41/+0
* ART: Remove incorrect HFakeString optimizationDavid Brazdil2016-01-144-0/+205