summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/builder.cc
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-1/+1
* Simplify HInvokeStatic code generation.Nicolas Geoffray2014-04-171-6/+2
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-79/+181
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-16/+41
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-071-20/+115
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-041-2/+13
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-5/+39
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-0/+32
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-0/+19
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-4/+4
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-12/+48
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-5/+71
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+2
* Add conditional branches, and build dominator tree.Nicolas Geoffray2014-02-261-13/+94
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+64
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-64/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+64