index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test.cc
Age
Commit message (
Expand
)
Author
2014-07-22
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-16
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-06-26
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-25
Revert "Re-enable tests with the optimizing compiler."
Nicolas Geoffray
2014-06-25
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-24
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-13
Guard `Run` for platforms we're not compiling to, yet.
Nicolas Geoffray
2014-06-13
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-03-31
Add support for adding two integers in optimizing compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-13
Fix non-{arm, x86} builds.
Nicolas Geoffray
2014-03-13
More code generation for the optimizing compiler.
Nicolas Geoffray
2014-03-10
Add register support to the optimizing compiler.
Nicolas Geoffray
2014-03-04
Add codegen support to the optimizing compiler.
Nicolas Geoffray