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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the last users of TARGET_CPU_SMP.
Elliott Hughes
2014-11-19
1
-2
/
+0
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-2
/
+4
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
4
-37
/
+234
*
Replace memory barriers to better reflect Java needs.
Hans Boehm
2014-07-11
1
-7
/
+7
*
Make class status volatile.
Ian Rogers
2014-06-02
1
-0
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
5
-22
/
+21
*
Give Compiler a back reference to the driver.
Ian Rogers
2014-05-06
1
-12
/
+12
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-1
/
+1
*
Centralize instruction-set pointer-size, alignment, 64b-width code
Andreas Gampe
2014-04-14
1
-17
/
+2
*
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray
2014-03-13
1
-2
/
+2
*
Cache field lowering info in mir_graph.
Vladimir Marko
2014-03-03
1
-16
/
+17
*
Make out arguments non-reference types.
Ian Rogers
2014-03-01
3
-7
/
+8
*
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
4
-7
/
+7
*
Add VerfiedMethod to DexCompilationUnit.
Vladimir Marko
2014-01-28
1
-6
/
+5
*
Refactor verification results.
Vladimir Marko
2014-01-28
1
-2
/
+2
*
Remove intialized static storage from dex cache.
Ian Rogers
2014-01-08
2
-46
/
+22
*
Move compiler code out of method verifier.
Vladimir Marko
2013-12-17
1
-1
/
+3
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-11-25
1
-3
/
+1
*
Revert "Update ART for LLVM merge up to r187914."
Brian Carlstrom
2013-11-07
1
-1
/
+3
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-11-06
1
-3
/
+1
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
7
-232
/
+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
*
Refactor CompilerDriver::Compute..FieldInfo
Ian Rogers
2013-09-06
1
-6
/
+6
*
Refactor CompilerDriver::ComputeInvokeInfo
Ian Rogers
2013-09-06
1
-4
/
+4
*
Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvi...
Sebastien Hertz
2013-09-06
1
-1
/
+1
|
\
|
*
Disable devirtualization detection in DEX-to-DEX compiler.
Sebastien Hertz
2013-09-06
1
-1
/
+1
*
|
Shard dedupe set locks.
Ian Rogers
2013-09-05
1
-1
/
+1
*
|
am 22955837: Merge "Multi threaded hashed deduplication during compilation." ...
Mathieu Chartier
2013-09-03
1
-3
/
+2
|
\
\
|
*
|
Multi threaded hashed deduplication during compilation.
Mathieu Chartier
2013-09-03
1
-3
/
+2
*
|
|
Revert "Update ART for LLVM merge up to r187914."
Brian Carlstrom
2013-08-29
1
-1
/
+3
|
/
/
*
|
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-29
1
-3
/
+1
*
|
Revert "Update ART for LLVM merge up to r187914."
Ian Rogers
2013-08-29
1
-1
/
+3
*
|
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-28
1
-3
/
+1
|
/
*
Revert "Update ART for LLVM merge up to r187914."
Brian Carlstrom
2013-08-22
1
-1
/
+3
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-22
1
-3
/
+1
*
Revert "Update ART for LLVM merge up to r187914."
Brian Carlstrom
2013-08-19
1
-1
/
+3
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-19
1
-3
/
+1
*
am 3e78664f: am f8dc6489: am 7571e8b7: Add flock(2)ing on dex-cache files to ...
Brian Carlstrom
2013-08-15
1
-2
/
+2
|
\
|
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-2
/
+2
*
|
Revert "Update ART for LLVM merge up to r187914."
Brian Carlstrom
2013-08-14
1
-1
/
+3
|
/
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-13
1
-3
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
2
-11
/
+11
*
C++11 support for ART.
Mathieu Chartier
2013-08-13
1
-2
/
+2
*
Revert "Update ART for LLVM merge up to r187914."
Stephen Hines
2013-08-13
1
-1
/
+3
*
Update ART for LLVM merge up to r187914.
Stephen Hines
2013-08-09
1
-3
/
+1
*
Move assembler out of runtime into compiler/utils.
Ian Rogers
2013-07-29
3
-6
/
+84
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
22
-139
/
+139
*
Fixing cpplint readability/check issues
Brian Carlstrom
2013-07-18
1
-3
/
+3
[next]