summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/ssa_builder.h
Commit message (Expand)AuthorAgeFilesLines
* Use a growable array instead of an environment during SSA.Nicolas Geoffray2015-05-071-8/+9
* Remove duplicates phis created during SSA transformationCalin Juravle2015-04-161-0/+3
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-0/+4
* Tweak liveness when instructions are used in environments.Nicolas Geoffray2015-03-121-1/+3
* Make the SSA builder honor the debuggable flag.Nicolas Geoffray2015-03-101-0/+20
* ART: Add -WunusedAndreas Gampe2015-02-241-0/+2
* Ensure the graph is correctly typed.Nicolas Geoffray2015-02-191-0/+2
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-3/+3
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-14/+0
* 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