summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_builder.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a type propagation phase after building SSA.Nicolas Geoffray2014-06-091-23/+7
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-2/+2
* Fix a bug in SSA construction.Nicolas Geoffray2014-06-041-3/+15
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-4/+26
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-3/+3
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-9/+9
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-5/+5
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-0/+134