summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_builder.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the type analysis phase of optimizing.Nicolas Geoffray2014-11-251-0/+15
* Remove HTemporary when building the SSA graph.Nicolas Geoffray2014-11-111-0/+1
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-0/+4
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-2/+2
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-0/+71