summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_liveness_analysis.cc
Commit message (Expand)AuthorAgeFilesLines
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-42/+24
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-1/+1
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-8/+21
* Rewrite BitVector index iterator.Vladimir Marko2014-05-231-31/+7
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-24/+98
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-2/+81
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-4/+4
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-3/+3
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-0/+170