summaryrefslogtreecommitdiff
path: root/test/411-optimizing-arith
AgeCommit message (Expand)Author
2024-10-17Do not package non-runnable ART run-tests in ART MTS. Roland Levillain
2021-03-05Aesthetic changes in generated ART run-test Blueprint files. Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-11-10Verify ART run-tests' standard output and standard error separately. Roland Levillain
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. Roland Levillain
2020-10-14Only tag supported ART run-tests as part of `art-target-run-test`. Roland Levillain
2020-09-09Rename the expected-output text file in built TradeFed ART run-tests. Roland Levillain
2020-07-03Add Soong module definitions for ART run-tests with default build rules. Roland Levillain
2018-07-13ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64 Evgeny Astigeevich
2018-03-28Merge basic arithmetic tests. Vladimir Marko
2015-07-27Cosmetic changes in ART run-tests. Roland Levillain
2014-11-12Implement and/or/xor in optimizing. Nicolas Geoffray
2014-10-24Revert "Revert "Implement long negate instruction in the optimizing compiler."" Roland Levillain
2014-10-23Revert "Implement long negate instruction in the optimizing compiler." Roland Levillain
2014-10-23Implement long negate instruction in the optimizing compiler. Roland Levillain
2014-10-22Add multiplication for floats/doubles in optimizing compiler Calin Juravle
2014-10-22Various fixes related to integer negate operations. Roland Levillain
2014-10-21Implement int negate instruction in the optimizing compiler. Roland Levillain
2014-10-17Add multiplication for integral types Calin Juravle