summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/gvn_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-4/+4
* Revert "GVN final fields even with side effects."Nicolas Geoffray2015-04-301-12/+12
* GVN final fields even with side effects.Nicolas Geoffray2015-04-301-12/+12
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Move code around and address growable_array comment.Nicolas Geoffray2015-01-261-4/+5
* Fix build breakage after GVN change.Nicolas Geoffray2015-01-261-21/+33
* [optimizing compiler] Add support for volatileCalin Juravle2014-12-191-17/+29
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-10/+4
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-2/+2
* First optimization in new compiler: simple GVN.Nicolas Geoffray2014-09-191-0/+294