summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/constant_folding_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* Now that GraphChecker has a state, don't re-use it.Nicolas Geoffray2014-12-171-5/+6
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-2/+1
* Use HOptimization abstraction for running optimizations.Nicolas Geoffray2014-11-191-3/+2
* Add support for not-long on ARM64 in the optimizing compiler.Roland Levillain2014-11-061-3/+0
* Constant folding on unary operations in the optimizing compiler.Roland Levillain2014-10-211-0/+55
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-0/+591
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-491/+0
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-0/+491