summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/linearize_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-3/+3
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-1/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-3/+1
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-1/+1
* Revert "Revert "Fix the computation of linear ordering.""Nicolas Geoffray2014-11-241-3/+56
* Revert "Fix the computation of linear ordering."Nicolas Geoffray2014-11-241-56/+3
* Fix the computation of linear ordering.Nicolas Geoffray2014-11-211-3/+56
* Fix valgrind errors.Nicolas Geoffray2014-09-111-2/+3
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-1/+5
* Workaround for multi-line comment error when compiled with g++.Nicolas Geoffray2014-05-161-44/+46
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+190