index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
llvm
/
compiler_llvm.cc
Age
Commit message (
Expand
)
Author
2014-12-12
Remove portable.
Elliott Hughes
2014-08-22
ART: Clean up compiler
Andreas Gampe
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-06
Give Compiler a back reference to the driver.
Ian Rogers
2014-03-13
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray
2014-03-01
Make out arguments non-reference types.
Ian Rogers
2014-02-18
Rewrite the compiler interface for CompilerDriver.
Nicolas Geoffray
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2014-01-28
Add VerfiedMethod to DexCompilationUnit.
Vladimir Marko
2014-01-28
Refactor verification results.
Vladimir Marko
2013-12-17
Move compiler code out of method verifier.
Vladimir Marko
2013-09-19
Use class def index from java.lang.Class.
Ian Rogers
2013-09-09
Move disassembler out of runtime.
Ian Rogers
2013-09-05
Shard dedupe set locks.
Ian Rogers
2013-09-03
Multi threaded hashed deduplication during compilation.
Mathieu Chartier
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-17
Add verification of boot.oat generated on device
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom