summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/instruction_simplifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove type conversion nodes converting to the same type.Nicolas Geoffray2014-12-011-0/+9
* Use HOptimization abstraction for running optimizations.Nicolas Geoffray2014-11-191-4/+15
* Minor object store optimizations.Nicolas Geoffray2014-11-141-0/+12
* Implement int bit-wise not operation in the optimizing compiler.Roland Levillain2014-10-231-1/+1
* Add trivial register hints to the register allocator.Nicolas Geoffray2014-10-071-0/+17
* Optimize suspend checks in optimizing compiler.Nicolas Geoffray2014-09-251-0/+41