summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/live_ranges_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-3/+1
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-1/+1
* Fix tests now that dead phis are removed when building SSA.Nicolas Geoffray2014-11-251-4/+6
* Remove the notion of dies at entry.Nicolas Geoffray2014-10-211-7/+7
* Merge "Use Is*() helpers to shorten code in the optimizing compiler."Roland Levillain2014-10-131-2/+2
|\
| * Use Is*() helpers to shorten code in the optimizing compiler.Roland Levillain2014-10-091-2/+2
* | Fix code generation of materialized conditions.Nicolas Geoffray2014-10-091-0/+3
|/
* Add support for inputs dying at entry of instructions.Nicolas Geoffray2014-10-061-1/+1
* Improve detection of lifetime holes.Nicolas Geoffray2014-09-301-2/+166
* Make suspend checks note have side effects.Nicolas Geoffray2014-09-251-0/+1
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+3
* Fix valgrind errors.Nicolas Geoffray2014-09-111-8/+9
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-2/+2
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-9/+15
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-7/+8
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-72/+72
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-0/+263