summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/register_allocator_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-8/+8
* Revert "GVN final fields even with side effects."Nicolas Geoffray2015-04-301-4/+4
* GVN final fields even with side effects.Nicolas Geoffray2015-04-301-4/+4
* Linear scan: split at better positions.Nicolas Geoffray2015-04-231-0/+4
* ART: Fix a failing gtestDavid Brazdil2015-04-171-6/+3
* Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-15/+15
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-16/+49
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-4/+3
* ART: Fix crash in gtestsDavid Brazdil2015-03-241-0/+6
* [optimizing compiler] x86 goodnessMark Mendell2015-03-021-30/+30
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Merge "Create HGraph outside Builder, print timings"David Brazdil2015-02-041-4/+6
|\
| * Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-4/+6
* | Fix test after register allocator changes.Nicolas Geoffray2015-02-041-4/+4
|/
* Fix register allocator test.Calin Juravle2015-01-201-1/+1
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-15/+16
* Fix a bug in the register allocator.Nicolas Geoffray2015-01-161-0/+102
* [optimizing compiler] Add support for volatileCalin Juravle2014-12-191-4/+7
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-6/+2
* Treat SSA transformation special, as we may have to bailout.Nicolas Geoffray2014-12-021-3/+3
* [optimizing compiler] Add DIV_LONGCalin Juravle2014-11-121-1/+1
* Do not update Out after it has a valid location.Nicolas Geoffray2014-11-071-2/+4
* [optimizing compiler] Add div-int and exception handling.Calin Juravle2014-11-061-0/+41
* Some improvement to reg alloc.Mingyao Yang2014-11-031-4/+7
* Fix register_allocator_test after reg alloc changes.Nicolas Geoffray2014-10-211-2/+2
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-6/+5
* Add trivial register hints to the register allocator.Nicolas Geoffray2014-10-071-3/+250
* Fix test now that instructions can die at instruction entry.Nicolas Geoffray2014-09-291-3/+3
* Fix a bug in the register allocator.Nicolas Geoffray2014-09-161-0/+55
* Fix valgrind errors.Nicolas Geoffray2014-09-111-23/+24
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-11/+11
* Fix SsaDeadPhiElimination in the presence of dependent phis.Nicolas Geoffray2014-08-071-0/+35
* Fix a bug in LiveInterval::FirstRegisterUseAfter.Nicolas Geoffray2014-06-251-0/+38
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-7/+7
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-15/+26
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+310