index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix in reference type propagation
Calin Juravle
2015-10-16
3
-0
/
+49
*
ART: Add missing GetInterfaceMethodIfProxy
Andreas Gampe
2015-10-12
5
-0
/
+97
*
ART: Relax verifier aput checking
Andreas Gampe
2015-08-14
3
-0
/
+29
*
ART: Change UninitializedThis tracking in the verifier
Andreas Gampe
2015-08-12
3
-0
/
+36
*
ART: Change UnresolvedMergedType merge
Andreas Gampe
2015-08-10
1
-0
/
+4
*
ART: Change UnresolvedMergedType internal representation
Andreas Gampe
2015-08-10
4
-0
/
+307
*
Fix a bug in the register allocator around pair allocation.
Nicolas Geoffray
2015-08-08
3
-0
/
+47
*
ART: Fix the simplifier for add/sub
Serguei Katkov
2015-08-06
3
-0
/
+14
*
HDeoptimize should hold values live in env.
Mingyao Yang
2015-07-28
2
-0
/
+24
*
Bugfix: Java char is 16 bits, can not be treated as boolean.
Fredrik Roubert
2015-07-27
4
-6
/
+6
*
ART: Fix Quick/Optimizing suspend check assumption mismatch.
Vladimir Marko
2015-07-23
1
-0
/
+17
*
Merge "ART: Boolean simplifier fix" into mnc-dev
Nicolas Geoffray
2015-07-17
4
-3
/
+39
|
\
|
*
ART: Boolean simplifier fix
Serguei Katkov
2015-07-16
4
-3
/
+39
*
|
ART: DCE should know that array-length can throw NPE
Serguei Katkov
2015-07-16
3
-0
/
+35
|
/
*
Re-enable run-test 449-checker-bce on MIPS64.
Roland Levillain
2015-07-13
1
-14
/
+0
*
Fix proxy handling in FindDeclaredVirtualMethod
Mathieu Chartier
2015-07-11
2
-0
/
+32
*
ART: Change merges with Undefined to Undefined
Andreas Gampe
2015-07-09
4
-0
/
+48
*
ART: Fix test
Andreas Gampe
2015-07-09
1
-0
/
+3
*
Support compiling run-tests with jack
Sebastien Hertz
2015-07-09
25
-109
/
+475
*
ART: Allow to set and copy conflicts in the verifier
Andreas Gampe
2015-07-08
3
-0
/
+38
*
Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-dev
Andreas Gampe
2015-07-08
1
-0
/
+39
|
\
|
*
ART: Release inputs in Long.reverse intrinsic in x86
Andreas Gampe
2015-07-08
1
-0
/
+39
*
|
ART: Fix opsize in LoadArgDirect
Andreas Gampe
2015-07-07
3
-0
/
+10
|
/
*
Add implicit null pointer and stack overflow checks for Mips.
Douglas Leung
2015-07-03
1
-17
/
+0
*
Do not create a HBoundType when the instruction is non-null.
Nicolas Geoffray
2015-07-02
1
-0
/
+15
*
Merge "Do not replace a live phi with a dead phi." into mnc-dev
Nicolas Geoffray
2015-07-01
4
-0
/
+67
|
\
|
*
Do not replace a live phi with a dead phi.
Nicolas Geoffray
2015-06-29
4
-0
/
+67
*
|
Revert "Revert "Do not update the type of something we already know.""
Nicolas Geoffray
2015-06-29
3
-0
/
+27
|
/
*
Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-dev
Roland Levillain
2015-06-29
1
-0
/
+31
|
\
|
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
1
-0
/
+31
*
|
ART: Fix invalid access and DCHECK in verifier
Andreas Gampe
2015-06-26
4
-0
/
+32
*
|
ART: Fix streaming tracing issues
Andreas Gampe
2015-06-26
2
-4
/
+30
|
/
*
ART: Reset runtime_throw_failure flag
Andreas Gampe
2015-06-25
4
-4
/
+34
*
Hard-fail get-/put-object to a non-reference field.
Vladimir Marko
2015-06-25
3
-0
/
+18
*
[MIPS64] JNI Compiler: Sign-extend int function arguments
Lazar Trsic
2015-06-24
1
-0
/
+3
*
Merge "Adding optimizing compiler test case for String.<init>." into mnc-dev
Jeff Hao
2015-06-24
1
-0
/
+9
|
\
|
*
Adding optimizing compiler test case for String.<init>.
Jeff Hao
2015-06-23
1
-0
/
+9
*
|
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
4
-0
/
+66
*
|
BCE: don't assume a bounds check always gets a HArrayLength.
Nicolas Geoffray
2015-06-24
1
-0
/
+22
*
|
Recompute dominator tree after DCE.
Nicolas Geoffray
2015-06-24
4
-0
/
+69
*
|
BCE: Narrow instead of unconditionnaly overwrite the range.
Nicolas Geoffray
2015-06-24
1
-6
/
+23
*
|
Fix another case of un-verified dead code.
Nicolas Geoffray
2015-06-24
4
-0
/
+57
|
/
*
Do not overwrite an input register in shift operations.
Nicolas Geoffray
2015-06-23
3
-0
/
+108
*
Revert "Revert "Add support for inlining already sharpened interface calls.""
Nicolas Geoffray
2015-06-22
3
-0
/
+30
*
Revert "Add support for inlining already sharpened interface calls. DO NOT ME...
Nicolas Geoffray
2015-06-22
3
-30
/
+0
*
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
Nicolas Geoffray
2015-06-22
4
-0
/
+54
*
Use compiling class instead of outer class for access checks.
Nicolas Geoffray
2015-06-22
7
-0
/
+117
*
Use compiling class instead of referrer for access checks.
Nicolas Geoffray
2015-06-22
4
-0
/
+53
*
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-06-22
5
-2
/
+73
*
Merge "Don't check the return type in the builder." into mnc-dev
Nicolas Geoffray
2015-06-22
3
-0
/
+32
|
\
[next]