summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/codegen_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-261-4/+0
* Revert "Re-enable tests with the optimizing compiler."Nicolas Geoffray2014-06-251-0/+4
* Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-251-4/+0
* Add some more instruction support to optimizing compiler.Dave Allison2014-06-241-1/+6
* Guard `Run` for platforms we're not compiling to, yet.Nicolas Geoffray2014-06-131-0/+2
* Add x86_64 support to the optimizing compiler.Nicolas Geoffray2014-06-131-11/+19
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-0/+38
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-10/+16
* Fix non-{arm, x86} builds.Nicolas Geoffray2014-03-131-1/+4
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-8/+77
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-28/+25
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+124