summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Be careful with predecessor/successor index.Nicolas Geoffray2015-06-221-7/+7
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Relax the only one back-edge restriction.Nicolas Geoffray2015-05-071-11/+7
* Fix tests now that the SSA builder is pruning more phis.Nicolas Geoffray2015-03-101-10/+9
* Opt compiler: Clean the use of `virtual` and `OVERRIDE`.Alexandre Rames2015-03-061-4/+4
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-1/+1
* Fix tests now that dead phis are removed when building SSA.Nicolas Geoffray2014-11-251-17/+19
* Make suspend checks note have side effects.Nicolas Geoffray2014-09-251-1/+1
* Fix a lint error and update a test after the phi fix.Nicolas Geoffray2014-09-181-6/+6
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+3
* Add a type propagation phase after building SSA.Nicolas Geoffray2014-06-091-0/+7
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-4/+43
* Fix a bug in SSA construction.Nicolas Geoffray2014-06-041-0/+30
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-4/+5
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-2/+2
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-24/+41
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-3/+3
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-0/+444