summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/live_ranges_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-6/+6
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-6/+19
* [optimizing compiler] x86 goodnessMark Mendell2015-03-021-2/+2
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-2/+3
* ART: Further refactor use listsDavid Brazdil2015-01-271-1/+1
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-1/+1
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-6/+7
* 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