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
...
|
*
Don't check the return type in the builder.
Nicolas Geoffray
2015-06-22
3
-0
/
+32
*
|
Merge "Do not expect 0 or 1 only when comparing a boolean." into mnc-dev
Nicolas Geoffray
2015-06-22
3
-0
/
+29
|
\
\
|
*
|
Do not expect 0 or 1 only when comparing a boolean.
Nicolas Geoffray
2015-06-22
3
-0
/
+29
|
|
/
*
|
Verifier: check an aput, even if we know it will fail.
Nicolas Geoffray
2015-06-22
5
-0
/
+87
|
/
*
Run a simplification pass before code generation.
Nicolas Geoffray
2015-06-22
3
-0
/
+41
*
Merge "Bailout from compilation if an invoke is malformed." into mnc-dev
Nicolas Geoffray
2015-06-22
4
-0
/
+106
|
\
|
*
Bailout from compilation if an invoke is malformed.
Nicolas Geoffray
2015-06-22
4
-0
/
+106
*
|
Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev
Nicolas Geoffray
2015-06-22
3
-0
/
+39
|
\
\
|
*
|
Fix wrong DCHECK in bounds check elimination.
Nicolas Geoffray
2015-06-22
3
-0
/
+39
|
|
/
*
|
Fix a bug in optimizing when the null constant has been DCE.
Nicolas Geoffray
2015-06-22
4
-0
/
+71
|
/
*
Remove bogus DCHECK in BCE.
Nicolas Geoffray
2015-06-19
3
-0
/
+44
*
Fix premature deoptimization if the loop body isn't entered.
Mingyao Yang
2015-06-19
1
-24
/
+143
*
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
David Srbecky
2015-06-19
7
-2
/
+487
|
\
|
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
7
-2
/
+487
*
|
Fix case where block has no predecessor for StringChange.
Jeff Hao
2015-06-19
3
-0
/
+19
*
|
Quick: Fix optimizations for empty if blocks.
Vladimir Marko
2015-06-19
3
-0
/
+25
*
|
ART: Remove old DCHECK that trips Baseline
David Brazdil
2015-06-19
4
-0
/
+65
*
|
Fix moving GC bugs in proxy stub for X86/X86_64
Mathieu Chartier
2015-06-18
1
-0
/
+2
*
|
Quick: Don't expect move-exception in every catch block.
Vladimir Marko
2015-06-18
3
-0
/
+20
*
|
ART: Allow PackedSwitch instructions with zero targets
David Brazdil
2015-06-18
4
-0
/
+64
*
|
Merge "Add support for inlining already sharpened interface calls. DO NOT MER...
Nicolas Geoffray
2015-06-18
3
-0
/
+30
|
\
\
|
*
|
Add support for inlining already sharpened interface calls. DO NOT MERGE ANYW...
Nicolas Geoffray
2015-06-18
3
-0
/
+30
|
|
/
*
|
Fix reference comparison after redundant phi elimination.
Nicolas Geoffray
2015-06-18
4
-0
/
+62
|
/
*
Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-dev
Andreas Gampe
2015-06-07
1
-0
/
+5
|
\
|
*
Revert "Revert "Turn off duplicate-classes checking""
Andreas Gampe
2015-06-03
1
-0
/
+5
*
|
Use runFinalizationWithTimeout for native allocations
Mathieu Chartier
2015-06-05
1
-5
/
+25
|
/
*
Add more info for attempting to delete non-JNI local reference
Mathieu Chartier
2015-06-02
2
-0
/
+12
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
8
-13
/
+13
*
Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-dev
Andreas Gampe
2015-06-01
3
-0
/
+19
|
\
|
*
ART: Fix wrong hard-failure handling in verifier
Andreas Gampe
2015-05-27
3
-0
/
+19
*
|
Fix test 115-native-bridge for Mips.
Douglas Leung
2015-05-31
1
-0
/
+2
*
|
ART: Add support for special handlers in sigchainlib
Andreas Gampe
2015-05-31
3
-4
/
+111
*
|
ART: Use v2 version of NativeBridge struct
Andreas Gampe
2015-05-31
1
-1
/
+3
*
|
Add JNI String.<init> test for global and weak global refs.
Jeff Hao
2015-05-28
1
-0
/
+16
|
/
*
Merge "Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"" into m...
Andreas Gampe
2015-05-21
1
-5
/
+0
|
\
|
*
Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"
Andreas Gampe
2015-05-21
1
-5
/
+0
*
|
Merge "DO NOT MERGE ART: Turn off duplicate-classes checking" into mnc-dev
Andreas Gampe
2015-05-21
1
-0
/
+5
|
\
\
|
|
/
|
*
DO NOT MERGE ART: Turn off duplicate-classes checking
Andreas Gampe
2015-05-20
1
-0
/
+5
*
|
Merge "Intercept JNI invocation of String.<init> methods." into mnc-dev
Jeff Hao
2015-05-21
2
-13
/
+86
|
\
\
|
*
|
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-05-20
2
-13
/
+86
|
|
/
*
|
ART: Fix RegisterNative order
Andreas Gampe
2015-05-20
9
-1
/
+184
|
/
*
Test and fix bug checking status of secondary multidex files.
Richard Uhler
2015-05-18
5
-0
/
+55
*
Also print class for NoSuchFieldException
Mathieu Chartier
2015-05-13
1
-1
/
+15
*
ART: Rediscover loops after deleting blocks in DCE
David Brazdil
2015-05-13
4
-0
/
+304
*
ART: arm indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-12
1
-0
/
+3
*
Add test for String init called from unresolvable class.
Jeff Hao
2015-05-12
3
-0
/
+13
*
Merge "ART: x86 indexOf intrinsics for the optimizing compiler"
Andreas Gampe
2015-05-11
1
-0
/
+71
|
\
|
*
ART: x86 indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-11
1
-0
/
+71
*
|
Merge "Add a flag to StackVisitor for inlining."
Nicolas Geoffray
2015-05-11
5
-5
/
+10
|
\
\
|
*
|
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
5
-5
/
+10
|
|
/
[prev]
[next]