index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing include
Wolfgang Wiedmeyer
2016-01-14
1
-0
/
+1
*
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/art...
Steve Kondik
2015-12-08
3
-17
/
+45
|
\
|
*
ART: Add missing GetInterfaceMethodIfProxy
Andreas Gampe
2015-10-12
1
-4
/
+4
|
*
DO NOT MERGE Add locking to prevent races between setting class methods and m...
Mathieu Chartier
2015-10-08
1
-12
/
+25
|
*
ART: Do not abort on exception in CreatePeer
Andreas Gampe
2015-10-02
1
-1
/
+16
|
*
ART: Weaken size check in hprof
Andreas Gampe
2015-08-28
1
-4
/
+5
*
|
ART: Fix arm32 assembly for Clang
Chih-Hung Hsieh
2015-11-06
1
-0
/
+5
*
|
Fix build breaks when using clang on M
Keith Mok
2015-11-06
1
-1
/
+1
*
|
ART: Add scorpion to the known cpu variants list
Michael Bestas
2015-11-05
1
-1
/
+1
*
|
Merge branch 'm' of git://codeaurora.org/platform/art into cm-13.0
Steve Kondik
2015-10-21
1
-1
/
+1
|
\
\
|
*
|
ART: add new arm64 CPU variant kryo
Wei Wang
2015-10-06
1
-1
/
+1
*
|
|
art: Update QC-PERF board flag to TARGET_HAVE_QC_PERF
Steve Kondik
2015-10-12
1
-2
/
+2
|
/
/
*
|
ART: extension
Wei Wang
2015-10-06
1
-0
/
+3
*
|
ART: Weaken size check in hprof
Andreas Gampe
2015-08-28
1
-4
/
+5
|
/
*
ART: Relax verifier aput checking
Andreas Gampe
2015-08-14
1
-1
/
+18
*
ART: Change UninitializedThis tracking in the verifier
Andreas Gampe
2015-08-12
4
-96
/
+60
*
ART: Change UnresolvedMergedType merge
Andreas Gampe
2015-08-10
1
-2
/
+2
*
ART: Change UnresolvedMergedType internal representation
Andreas Gampe
2015-08-10
7
-89
/
+144
*
Don't dump stack when deleting an invalid local ref
Mathieu Chartier
2015-07-30
1
-1
/
+5
*
Bugfix: Java char is 16 bits, can not be treated as boolean.
Fredrik Roubert
2015-07-27
1
-2
/
+2
*
ART: Change the stack dump format to be in line with debuggerd
Andreas Gampe
2015-07-23
6
-4
/
+25
*
Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo" ...
Mathieu Chartier
2015-07-21
1
-1
/
+4
|
\
|
*
Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo
Mathieu Chartier
2015-07-21
1
-1
/
+4
*
|
Get non proxy method for StackDumpVisitor
Mathieu Chartier
2015-07-21
1
-0
/
+1
|
/
*
Merge "Fix cfi information for x86." into mnc-dev
Christopher Ferris
2015-07-13
2
-4
/
+12
|
\
|
*
Fix cfi information for x86.
Christopher Ferris
2015-07-13
2
-4
/
+12
*
|
Merge "Initialize pDeoptimize quick entry pointer for Mips." into mnc-dev
Roland Levillain
2015-07-13
2
-0
/
+7
|
\
\
|
*
|
Initialize pDeoptimize quick entry pointer for Mips.
Douglas Leung
2015-07-13
2
-0
/
+7
*
|
|
Merge "Return an invalid StackMap when none can be found." into mnc-dev
Nicolas Geoffray
2015-07-13
2
-26
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Return an invalid StackMap when none can be found.
Nicolas Geoffray
2015-07-13
2
-26
/
+31
*
|
|
Fix proxy handling in FindDeclaredVirtualMethod
Mathieu Chartier
2015-07-11
1
-2
/
+4
*
|
|
ART: Change merges with Undefined to Undefined
Andreas Gampe
2015-07-09
1
-1
/
+9
|
|
/
|
/
|
*
|
ART: Allow to set and copy conflicts in the verifier
Andreas Gampe
2015-07-08
1
-5
/
+5
*
|
ART: Avoid soft- after hard-fail in verifier
Andreas Gampe
2015-07-08
1
-1
/
+3
|
/
*
Add implicit null pointer and stack overflow checks for Mips.
Douglas Leung
2015-07-03
3
-20
/
+192
*
ART: Remove bad FindSymbol call
Andreas Gampe
2015-06-30
1
-3
/
+2
*
ART: Fix CFI annotation for art_quick_aput_obj
Mathieu Chartier
2015-06-29
3
-2
/
+5
*
ART: Fix invalid access and DCHECK in verifier
Andreas Gampe
2015-06-26
1
-8
/
+16
*
Merge "Require mutator lock for DeleteLocalRef" into mnc-dev
Mathieu Chartier
2015-06-26
1
-6
/
+7
|
\
|
*
Require mutator lock for DeleteLocalRef
Mathieu Chartier
2015-06-26
1
-6
/
+7
*
|
ART: Fix streaming tracing issues
Andreas Gampe
2015-06-26
3
-19
/
+28
|
/
*
ART: Reset runtime_throw_failure flag
Andreas Gampe
2015-06-25
2
-1
/
+11
*
Merge "Do not try to compile resource-only dex files." into mnc-dev
Richard Uhler
2015-06-25
4
-44
/
+109
|
\
|
*
Do not try to compile resource-only dex files.
Richard Uhler
2015-06-24
4
-44
/
+109
*
|
Hard-fail get-/put-object to a non-reference field.
Vladimir Marko
2015-06-25
1
-8
/
+18
*
|
Merge "ART: Fix arm32 instrumentation exit stub" into mnc-dev
Andreas Gampe
2015-06-25
1
-2
/
+7
|
\
\
|
*
|
ART: Fix arm32 instrumentation exit stub
Andreas Gampe
2015-06-24
1
-2
/
+7
*
|
|
Fix force copy
Mathieu Chartier
2015-06-24
2
-44
/
+42
*
|
|
Merge "Fix imt conflict trampoline for mips64" into mnc-dev
Mathieu Chartier
2015-06-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix imt conflict trampoline for mips64
Mathieu Chartier
2015-06-24
1
-1
/
+1
|
|
/
/
[next]