summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator.h
Commit message (Expand)AuthorAgeFilesLines
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-5/+8
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-261/+1
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-1/+1
* Setup policies for register allocation.Nicolas Geoffray2014-04-291-15/+97
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-1/+1
* Code cleanup in preparation for x64 backend.Nicolas Geoffray2014-04-171-3/+5
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-16/+135
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-1/+0
* Use target-specific word instead of runtime word.Nicolas Geoffray2014-04-041-0/+1
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-2/+28
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-7/+33
* Run Java tests with the optimizing compiler.Nicolas Geoffray2014-03-191-1/+4
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-26/+29
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-5/+87
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+82