summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/liveness_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Relax the only one back-edge restriction.Nicolas Geoffray2015-05-071-31/+27
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-1/+1
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-1/+4
* Fix tests now that the SSA builder is pruning more phis.Nicolas Geoffray2015-03-101-28/+28
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* 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 code generation of materialized conditions.Nicolas Geoffray2014-10-091-0/+3
* Improve detection of lifetime holes.Nicolas Geoffray2014-09-301-0/+47
* Fix valgrind errors.Nicolas Geoffray2014-09-111-2/+3
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-182/+186
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-10/+12
* Don't use Dump for printing a bitset in liveness_test.Nicolas Geoffray2014-06-031-198/+211
* ART: BitVector not calculating number_of_bits correctlyJean Christophe Beyler2014-06-021-195/+195
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+1
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-29/+42
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-0/+515