index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up intrinsic Math.abs(float/double).
Vladimir Marko
2014-03-20
1
-10
/
+2
*
Merge "Fix GenArithOpInt to work with RA correctly"
Bill Buzbee
2014-03-20
1
-2
/
+10
|
\
|
*
Fix GenArithOpInt to work with RA correctly
Serguei Katkov
2014-03-20
1
-2
/
+10
*
|
Merge "ART: API changes"
Bill Buzbee
2014-03-20
6
-47
/
+47
|
\
\
|
|
/
|
/
|
|
*
ART: API changes
Jean Christophe Beyler
2014-03-18
6
-47
/
+47
*
|
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-19
1
-2
/
+2
*
|
Merge "Optimize stack overflow handling."
Mathieu Chartier
2014-03-19
5
-45
/
+100
|
\
\
|
*
|
Optimize stack overflow handling.
Mathieu Chartier
2014-03-19
5
-45
/
+100
*
|
|
Fix Quick compiler "out of registers"
buzbee
2014-03-19
1
-2
/
+14
|
/
/
*
|
Merge "Run Java tests with the optimizing compiler."
Nicolas Geoffray
2014-03-19
1
-81
/
+4
|
\
\
|
|
/
|
/
|
|
*
Run Java tests with the optimizing compiler.
Nicolas Geoffray
2014-03-19
1
-81
/
+4
*
|
Fix stack overflow for mutual recursion.
Brian Carlstrom
2014-03-18
9
-16
/
+54
*
|
Early inlining of simple methods.
Vladimir Marko
2014-03-18
14
-14
/
+399
|
/
*
Class initialization check elimination.
Vladimir Marko
2014-03-17
14
-103
/
+731
*
Merge "Remove duplicated register load in function call to quick entry."
Bill Buzbee
2014-03-15
2
-9
/
+4
|
\
|
*
Remove duplicated register load in function call to quick entry.
Zheng Xu
2014-03-14
2
-9
/
+4
*
|
ARM: Do not allocate temp registers in MulLong if possible.
Zheng Xu
2014-03-14
1
-25
/
+58
|
/
*
Add dependency for operations with x86 FPU stack
Serguei Katkov
2014-03-14
5
-7
/
+16
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
14
-55
/
+175
*
Merge "Allow patching between dex files in the boot classpath."
Jeff Hao
2014-03-13
5
-58
/
+76
|
\
|
*
Allow patching between dex files in the boot classpath.
Jeff Hao
2014-03-12
5
-58
/
+76
*
|
Use LIRSlowPath for intrinsics, improve String.indexOf().
Vladimir Marko
2014-03-13
6
-69
/
+76
*
|
Merge "ART's intrinsic for String.indexOf use the incorrect register"
Bill Buzbee
2014-03-13
1
-1
/
+1
|
\
\
|
*
|
ART's intrinsic for String.indexOf use the incorrect register
Yevgeny Rouban
2014-03-13
1
-1
/
+1
|
|
/
*
|
Merge "Add dex2oat --print-pass-names and --disable-passes= options."
Vladimir Marko
2014-03-13
2
-26
/
+44
|
\
\
|
*
|
Add dex2oat --print-pass-names and --disable-passes= options.
Chao-ying Fu
2014-03-12
2
-26
/
+44
*
|
|
Merge "Move inline method detection to runtime."
Vladimir Marko
2014-03-13
3
-340
/
+11
|
\
\
\
|
*
|
|
Move inline method detection to runtime.
Vladimir Marko
2014-03-12
3
-340
/
+11
|
|
|
/
|
|
/
|
*
|
|
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray
2014-03-13
3
-15
/
+14
|
/
/
*
|
Remove spurious duplicate line of code
buzbee
2014-03-11
1
-1
/
+0
|
/
*
Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE.
Vladimir Marko
2014-03-11
4
-49
/
+76
*
Unify 64bit int constant definitions.
Ian Rogers
2014-03-10
3
-42
/
+44
*
Merge "Fix LIR generation for long arithmetic operation"
Ian Rogers
2014-03-10
1
-1
/
+5
|
\
|
*
Fix LIR generation for long arithmetic operation
Yevgeny Rouban
2014-03-07
1
-1
/
+5
*
|
Merge "LongToFp result storage fixed"
Ian Rogers
2014-03-10
1
-2
/
+2
|
\
\
|
*
|
LongToFp result storage fixed
Maxim Kazantsev
2014-03-06
1
-2
/
+2
|
|
/
*
|
Merge "ARM: Inline codegen for long-to-float on ARM."
Ian Rogers
2014-03-10
1
-2
/
+23
|
\
\
|
*
|
ARM: Inline codegen for long-to-float on ARM.
Zheng Xu
2014-03-10
1
-2
/
+23
*
|
|
ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler.
Zheng Xu
2014-03-10
3
-8
/
+3
|
/
/
*
|
Cache method lowering info in mir graph.
Vladimir Marko
2014-03-10
8
-36
/
+444
*
|
Revert "Revert "Make clang the default compiler on host.""
Ian Rogers
2014-03-08
3
-7
/
+8
*
|
Revert "Make clang the default compiler on host."
Ian Rogers
2014-03-08
3
-8
/
+7
*
|
Make clang the default compiler on host.
Ian Rogers
2014-03-07
3
-7
/
+8
*
|
Make use of profiling information for dex2oat
Dave Allison
2014-03-07
4
-7
/
+28
*
|
Merge "Add more VerifyObject calls."
Mathieu Chartier
2014-03-07
1
-1
/
+1
|
\
\
|
*
|
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-1
/
+1
*
|
|
Use ScopedArenaAllocator for CacheFieldLoweringInfo pass.
Vladimir Marko
2014-03-07
2
-48
/
+19
|
/
/
*
|
Merge "Create a scoped arena allocator and use that for LVN."
Vladimir Marko
2014-03-07
23
-98
/
+131
|
\
\
|
*
|
Create a scoped arena allocator and use that for LVN.
Vladimir Marko
2014-03-06
23
-98
/
+131
|
|
/
*
|
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
3
-2
/
+1
|
/
[next]