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