aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/muldiv-minus-one.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-16testsuite: convert to the new patern syntaxLuc Van Oostenryck1-1/+1
2017-02-13simplify '(x / -1)' to '-x' (but only for signed division)Luc Van Oostenryck1-0/+5
2017-02-13simplify '(x * -1)' to '-x'Luc Van Oostenryck1-0/+13