summaryrefslogtreecommitdiff
path: root/test/411-optimizing-arith/src/Main.java
AgeCommit message (Expand)Author
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