summaryrefslogtreecommitdiffstats
path: root/test/411-optimizing-arith
Commit message (Expand)AuthorAgeFilesLines
* 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