summaryrefslogtreecommitdiff
path: root/test/411-optimizing-arith
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
* 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
* Rename the expected-output text file in built TradeFed ART run-tests.Roland Levillain2020-09-091-0/+13
* Add Soong module definitions for ART run-tests with default build rules.Roland Levillain2020-07-031-0/+6
* ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64Evgeny Astigeevich2018-07-131-0/+48
* Merge basic arithmetic tests.Vladimir Marko2018-03-289-0/+1317
* Cosmetic changes in ART run-tests.Roland Levillain2015-07-273-182/+0
* Implement and/or/xor in optimizing.Nicolas Geoffray2014-11-121-1/+1
* Revert "Revert "Implement long negate instruction in the optimizing compiler.""Roland Levillain2014-10-241-34/+0
* Revert "Implement long negate instruction in the optimizing compiler."Roland Levillain2014-10-231-0/+34
* Implement long negate instruction in the optimizing compiler.Roland Levillain2014-10-231-34/+0
* Add multiplication for floats/doubles in optimizing compilerCalin Juravle2014-10-221-2/+121
* Various fixes related to integer negate operations.Roland Levillain2014-10-221-2/+2
* Implement int negate instruction in the optimizing compiler.Roland Levillain2014-10-211-0/+32
* Add multiplication for integral typesCalin Juravle2014-10-173-0/+65