summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_liveness_analysis.h
Commit message (Expand)AuthorAgeFilesLines
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-41/+158
* 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-33/+293
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-6/+104
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+12
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-0/+101