summaryrefslogtreecommitdiff
path: root/test/623-checker-loop-regressions
Commit message (Expand)AuthorAgeFilesLines
* Aesthetic changes in generated ART run-test Blueprint files.Roland Levillain2021-03-051-1/+1
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-021-0/+9
* ARM64: Adjust SIMD checker tests for SVE.Artem Serov2021-02-111-25/+141
* Verify ART run-tests' standard output and standard error separately.Roland Levillain2020-11-102-2/+13
* Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.Roland Levillain2020-11-052-4/+4
* Only tag supported ART run-tests as part of `art-target-run-test`.Roland Levillain2020-10-141-0/+1
* Build system support for Checker tests in TradefedDaniil Riazanovskiy2020-09-291-0/+3
* Rename the expected-output text file in built TradeFed ART run-tests.Roland Levillain2020-09-091-0/+13
* ART: Improve two SIMD tests.Artem Serov2020-07-101-0/+106
* Add Soong module definitions for ART run-tests with default build rules.Roland Levillain2020-07-031-0/+6
* ART: Fix a compiler crash for VectorizeDef() idioms.Artem Serov2020-03-041-0/+252
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-20/+0
* Fix VecLoad/Int16/StringCharAt.Vladimir Marko2018-09-051-0/+19
* Minor DCHECK bug fix.Aart Bik2018-03-161-0/+14
* Force JIT on reduction with many variables.Aart Bik2018-01-082-0/+8
* Fixed spilling bug (visible on ARM64): missed SIMD type.Aart Bik2017-12-071-0/+105
* Make SIMD checker tests more robust.Aart Bik2017-10-251-31/+20
* Generalized zero/sign-ext analysis. Generalized SAD.Aart Bik2017-10-021-0/+16
* No unrolling for large loop bodies.Aart Bik2017-09-111-0/+17
* Bug fix on 32-bit vs 64-bit movd/movdq on x86_64.Aart Bik2017-09-081-0/+20
* Refined range rule for ABS(x)Aart Bik2017-08-301-0/+27
* Fix performance regression.Aart Bik2017-08-101-0/+30
* ART: Fix SimplifyInduction for an instruction with HEnvironment.Artem Serov2017-08-011-0/+17
* ARM: ART Vectorizer (64-bit vectors).Artem Serov2017-06-301-0/+23
* MIPS64: ART VectorizerGoran Jakovljevic2017-05-291-0/+23
* Support for narrow operands in "dangerous" operations.Aart Bik2017-05-241-0/+40
* Revert "Support for narrow operands in "dangerous" operations."Nicolas Geoffray2017-05-231-40/+0
* Support for narrow operands in "dangerous" operations.Aart Bik2017-05-181-0/+40
* Fixed bug due to not updating TC informationAart Bik2017-05-031-0/+17
* Allow same-length integral type mixing in SIMD.Aart Bik2017-05-011-0/+28
* Enable string "array get" vectorization.Aart Bik2017-04-281-1/+16
* Fixed bug on pending environment use of termination condition.Aart Bik2017-04-141-0/+24
* Fix bug in vectorization of charAt, with regression testAart Bik2017-04-111-0/+15
* Fixed missing context while detecting unit strides.Aart Bik2017-04-071-0/+19
* Improve isunit computation, some tests edits needed for SIMD.Aart Bik2017-03-071-0/+21
* Bug fix in overflow detection on pow. With regression test.Aart Bik2017-03-071-0/+24
* Fix bug in geometric last value (found with fuzz testing)Aart Bik2017-01-301-2/+119
* Fix transfer over rejected induction.Aart Bik2016-12-201-0/+87
* Account for early exit loop.Aart Bik2016-11-043-0/+111