summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_type_propagation.cc
Commit message (Expand)AuthorAgeFilesLines
* optimizing: NullCheck eliminationCalin Juravle2015-01-291-125/+0
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-1/+1
* Fix a bug in the type propagation phase of optimizing.Nicolas Geoffray2014-11-171-4/+6
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-3/+25
* Small fixes to get the boot image compiled in debug mode.Nicolas Geoffray2014-09-181-1/+5
* Add a type propagation phase after building SSA.Nicolas Geoffray2014-06-091-0/+97