summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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