summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
AgeCommit message (Expand)Author
2014-06-13Guard `Run` for platforms we're not compiling to, yet. Nicolas Geoffray
2014-06-13Add x86_64 support to the optimizing compiler. Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86. Nicolas Geoffray
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-03-31Add support for adding two integers in optimizing compiler. Nicolas Geoffray
2014-03-18Plug new optimizing compiler in compilation pipeline. Nicolas Geoffray
2014-03-13Fix non-{arm, x86} builds. Nicolas Geoffray
2014-03-13More code generation for the optimizing compiler. Nicolas Geoffray
2014-03-10Add register support to the optimizing compiler. Nicolas Geoffray
2014-03-04Add codegen support to the optimizing compiler. Nicolas Geoffray