index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix: Java char is 16 bits, can not be treated as boolean.
Fredrik Roubert
2015-07-27
1
-2
/
+2
*
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
David Srbecky
2015-06-19
1
-5
/
+5
|
\
|
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-5
/
+5
*
|
Fix some java_lang_Class related moving GC bugs
Mathieu Chartier
2015-06-18
1
-10
/
+10
|
/
*
Fix compaction bug in Class_getDeclaredMethodsUnchecked
Mathieu Chartier
2015-06-11
1
-2
/
+2
*
Let classloader provide correct LD_LIBRARY_PATH
Dmitriy Ivanov
2015-06-09
1
-31
/
+8
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
9
-126
/
+99
*
Reset libc targetSdkVersion
Dmitriy Ivanov
2015-05-27
1
-0
/
+9
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
2
-0
/
+2
*
Also print class for NoSuchFieldException
Mathieu Chartier
2015-05-13
1
-1
/
+1
*
Hold heap bitmap lock in Heap::GetObjectsAllocated
Mathieu Chartier
2015-05-12
1
-0
/
+1
*
am 1c324341: am 6108ed86: Merge "Add a flag to StackVisitor for inlining."
Nicolas Geoffray
2015-05-11
1
-1
/
+2
|
\
|
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-1
/
+2
*
|
am 5b19928e: am 43e1bc66: Merge "Request full/partial GC type from VMRuntime....
Hiroshi Yamauchi
2015-05-01
1
-2
/
+2
|
\
\
|
|
/
|
*
Request full/partial GC type from VMRuntime.requestConcurrentGC().
Hiroshi Yamauchi
2015-05-01
1
-2
/
+2
*
|
am 61d7ca87: ART: Whitelist DexPathList constructor
Andreas Gampe
2015-04-30
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
ART: Whitelist DexPathList$Element constructor
Andreas Gampe
2015-04-29
1
-4
/
+11
|
*
Fix constructor access check through reflection
Sebastien Hertz
2015-04-28
1
-2
/
+2
|
*
ART: Fix constructor access checking
Andreas Gampe
2015-04-27
1
-6
/
+3
*
|
Fix constructor access check through reflection
Sebastien Hertz
2015-04-28
1
-2
/
+2
*
|
Fix java_lang_Class newInstance for strings; also quick entrypoints.
Jeff Hao
2015-04-27
1
-0
/
+11
*
|
Merge "ART: Fix constructor access checking"
Andreas Gampe
2015-04-28
1
-6
/
+3
|
\
\
|
*
|
ART: Fix constructor access checking
Andreas Gampe
2015-04-27
1
-6
/
+3
|
|
/
*
|
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
7
-8
/
+483
|
/
*
ART: Fix Trace types, check minimum buf size
Andreas Gampe
2015-04-25
1
-1
/
+2
*
Merge "Move Class.newInstance to native"
Mathieu Chartier
2015-04-25
2
-31
/
+96
|
\
|
*
Move Class.newInstance to native
Mathieu Chartier
2015-04-25
2
-31
/
+96
*
|
ART: Add GENERATE_CFI to the ZygoteHooks debug flags
Andreas Gampe
2015-04-24
1
-0
/
+7
|
/
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
9
-60
/
+66
*
Class.forName(..., ..., null) fixes
Brian Carlstrom
2015-04-21
1
-14
/
+7
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
4
-39
/
+243
*
ART: Streaming trace mode
Andreas Gampe
2015-04-15
1
-0
/
+52
*
Merge "ART: Make the PathClassLoader fast-path recursive"
Andreas Gampe
2015-04-14
1
-2
/
+2
|
\
|
*
ART: Make the PathClassLoader fast-path recursive
Andreas Gampe
2015-04-14
1
-2
/
+2
*
|
Merge "getRuntimeStat() support (ART)."
Hiroshi Yamauchi
2015-04-14
1
-0
/
+122
|
\
\
|
|
/
|
/
|
|
*
getRuntimeStat() support (ART).
Hiroshi Yamauchi
2015-04-13
1
-0
/
+122
*
|
Fix DCHECK failures from Class::VisitFieldRoots
Mathieu Chartier
2015-04-13
1
-2
/
+1
|
/
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-1
/
+1
*
ART: Add Array.createObjectArray to unstarted runtime
Andreas Gampe
2015-04-10
1
-4
/
+2
*
Move ArtField to native
Mathieu Chartier
2015-04-10
4
-41
/
+34
*
Merge "Avoid using dex cache array pointers in libart."
Vladimir Marko
2015-04-10
2
-0
/
+44
|
\
|
*
Avoid using dex cache array pointers in libart.
Vladimir Marko
2015-04-10
2
-0
/
+44
*
|
Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"
Richard Uhler
2015-04-09
1
-26
/
+13
|
\
\
|
|
/
|
/
|
|
*
Rename isDexOptNeededInternal and add kSelfPatchOatNeeded
Richard Uhler
2015-04-03
1
-26
/
+13
*
|
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-9
/
+16
*
|
Fix the read barrier builds.
Hiroshi Yamauchi
2015-04-03
1
-1
/
+1
|
/
*
Merge "Fix some reflection errors"
Mathieu Chartier
2015-03-30
2
-4
/
+7
|
\
|
*
Fix some reflection errors
Mathieu Chartier
2015-03-29
2
-4
/
+7
*
|
Merge "ART: Use enums in Trace"
Andreas Gampe
2015-03-30
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
ART: Use enums in Trace
Andreas Gampe
2015-03-29
1
-3
/
+9
[next]