summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/liveness_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-10/+12
* Don't use Dump for printing a bitset in liveness_test.Nicolas Geoffray2014-06-031-198/+211
* ART: BitVector not calculating number_of_bits correctlyJean Christophe Beyler2014-06-021-195/+195
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+1
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-29/+42
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-0/+515