summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* Plug code generator into liveness analysis.Nicolas Geoffray2014-06-101-3/+14
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+8
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+8
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+2
* Setup policies for register allocation.Nicolas Geoffray2014-04-291-50/+166
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-1/+9
* Code cleanup in preparation for x64 backend.Nicolas Geoffray2014-04-171-109/+56
* Simplify HInvokeStatic code generation.Nicolas Geoffray2014-04-171-58/+73
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-85/+418
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-0/+13
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-071-10/+73
* Use target-specific word instead of runtime word.Nicolas Geoffray2014-04-041-7/+8
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-041-1/+32
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-33/+72
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-0/+27
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-5/+51
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-48/+48
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-9/+99
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-0/+20
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+66