summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_phi_elimination.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the type analysis phase of optimizing.Nicolas Geoffray2014-11-251-4/+4
* ART: More warningsAndreas Gampe2014-11-041-10/+12
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-6/+9
* Add loop- and phi-related checks in the optimizing compiler.Roland Levillain2014-09-221-5/+1
* Ensure the first predecessor of a loop is the pre header.Nicolas Geoffray2014-09-171-1/+8
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-1/+3
* Fix SsaDeadPhiElimination in the presence of dependent phis.Nicolas Geoffray2014-08-071-2/+14
* Add two phi pruning phases.Nicolas Geoffray2014-07-141-0/+126