summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_x86.h
Commit message (Expand)AuthorAgeFilesLines
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+11
* Setup policies for register allocation.Nicolas Geoffray2014-04-291-4/+7
* Code cleanup in preparation for x64 backend.Nicolas Geoffray2014-04-171-0/+32
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-4/+12
* Use target-specific word instead of runtime word.Nicolas Geoffray2014-04-041-1/+6
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-13/+9
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-0/+2
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-3/+33
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-5/+28
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+54