summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/optimizing_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-1/+1
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-3/+10
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-0/+1
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-0/+23
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-0/+1
* Merge "Build live-in, live-out and kill sets for each block."Nicolas Geoffray2014-05-071-0/+2
|\
| * Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-0/+2
* | Give Compiler a back reference to the driver.Ian Rogers2014-05-061-5/+5
|/
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-0/+4
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-1/+0
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-0/+1
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-1/+0
* Use trampolines for calls to helpersDave Allison2014-04-041-0/+1
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-2/+16
* Run Java tests with the optimizing compiler.Nicolas Geoffray2014-03-191-4/+9
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-1/+65
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-0/+32