summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+2
* Setup policies for register allocation.Nicolas Geoffray2014-04-291-32/+121
* 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-106/+53
* Simplify HInvokeStatic code generation.Nicolas Geoffray2014-04-171-43/+60
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-81/+416
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-1/+12
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-071-9/+74
* Use target-specific word instead of runtime word.Nicolas Geoffray2014-04-041-7/+7
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-041-1/+33
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-32/+70
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-0/+28
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-3/+51
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-46/+46
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-13/+105
* 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/+65