summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.cc
AgeCommit message (Expand)Author
2014-04-29Setup policies for register allocation. Nicolas Geoffray
2014-04-28Add a Transform to SSA phase to the optimizing compiler. Nicolas Geoffray
2014-04-08Test control flow instruction with optimizing compiler. Nicolas Geoffray
2014-04-07Add support for taking parameters in optimizing compiler. Nicolas Geoffray
2014-04-04Use target-specific word instead of runtime word. Nicolas Geoffray
2014-04-03Merge "Support passing arguments to invoke-static* instructions." Nicolas Geoffray
2014-04-03Support passing arguments to invoke-static* instructions. Nicolas Geoffray
2014-04-03art: Handle x86_64 architecture equal to x86 Dmitry Petrochenko
2014-03-31Add support for invoke-static in optimizing compiler. Nicolas Geoffray
2014-03-19Run Java tests with the optimizing compiler. Nicolas Geoffray
2014-03-18Plug new optimizing compiler in compilation pipeline. Nicolas Geoffray
2014-03-13More code generation for the optimizing compiler. Nicolas Geoffray
2014-03-04Add codegen support to the optimizing compiler. Nicolas Geoffray