summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.h
AgeCommit message (Expand)Author
2014-07-22Make unit test tell if a method is a leaf. Nicolas Geoffray
2014-07-22Stack overflow checks and NPE checks for optimizing. Nicolas Geoffray
2014-07-15Fix a braino in the stack layout. Nicolas Geoffray
2014-07-14Support fields in optimizing compiler. Nicolas Geoffray
2014-07-02Support longs in the register allocator for x86_64. Nicolas Geoffray
2014-06-13Add x86_64 support to the optimizing compiler. Nicolas Geoffray
2014-06-12Enable the register allocator on ARM. Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86. Nicolas Geoffray
2014-05-26Add a linear scan register allocator to the optimizing compiler. Nicolas Geoffray
2014-05-23Import Dart's parallel move resolver. Nicolas Geoffray
2014-05-07Build live-in, live-out and kill sets for each block. Nicolas Geoffray
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-17Code cleanup in preparation for x64 backend. Nicolas Geoffray
2014-04-16Long support in optimizing compiler. Nicolas Geoffray
2014-04-08Test control flow instruction with optimizing compiler. Nicolas Geoffray
2014-04-04Use target-specific word instead of runtime word. Nicolas Geoffray
2014-04-03Support passing arguments to invoke-static* instructions. Nicolas Geoffray
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