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
...
*
Remove the per-project FDO support. Use the common FDO support from build/core.
Dehao Chen
2014-07-27
1
-0
/
+1
*
Merge "ART: Native bridge command-line parameter"
Andreas Gampe
2014-07-24
5
-24
/
+70
|
\
|
*
ART: Native bridge command-line parameter
Andreas Gampe
2014-07-26
5
-24
/
+70
*
|
Merge "ART: Allow arrays with erroneous component type"
Andreas Gampe
2014-07-25
1
-1
/
+8
|
\
\
|
*
|
ART: Allow arrays with erroneous component type
Andreas Gampe
2014-07-25
1
-1
/
+8
*
|
|
Merge "Tweaks to patchoat and other related things."
Andreas Gampe
2014-07-23
1
-28
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Tweaks to patchoat and other related things.
Alex Light
2014-07-25
1
-28
/
+25
*
|
|
ART: Clean up API after change 102631
Andreas Gampe
2014-07-25
3
-8
/
+12
*
|
|
Fix main space memory leak and add checks.
Mathieu Chartier
2014-07-25
2
-9
/
+10
*
|
|
Fix dangling pointer bug when transitioning to background.
Mathieu Chartier
2014-07-25
1
-11
/
+10
|
/
/
*
|
Merge "Rename openDexFileNative to openDexFile."
Narayan Kamath
2014-07-23
1
-2
/
+2
|
\
\
|
*
|
Rename openDexFileNative to openDexFile.
Calin Juravle
2014-07-25
1
-2
/
+2
*
|
|
Merge "Add a new stack map scheme that encodes compilation info per pc."
Nicolas Geoffray
2014-07-23
2
-7
/
+329
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a new stack map scheme that encodes compilation info per pc.
Nicolas Geoffray
2014-07-21
2
-7
/
+329
*
|
|
ART: Fix wrong CHECK in GetCurrentLocationForThrow
Andreas Gampe
2014-07-25
2
-7
/
+7
*
|
|
Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC"
Andreas Gampe
2014-07-23
2
-1
/
+5
|
\
\
\
|
*
|
|
ART: Relax CurrentMethodVisitor requirements on GetDexPC
Andreas Gampe
2014-07-25
2
-1
/
+5
*
|
|
|
Merge "ART: Account for multidex location strings in VMClassLoader"
Andreas Gampe
2014-07-23
2
-7
/
+24
|
\
\
\
\
|
*
|
|
|
ART: Account for multidex location strings in VMClassLoader
Andreas Gampe
2014-07-24
2
-7
/
+24
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Integrate ART with NativeBridge interfaces
Yong WU
2014-07-24
4
-5
/
+358
*
|
|
|
Fix memory leak in RemoveRememberedSet.
Mathieu Chartier
2014-07-24
2
-0
/
+2
*
|
|
|
Fix stale remembered sets error.
Mathieu Chartier
2014-07-24
1
-0
/
+4
*
|
|
|
Merge "Fix access to long/double stack values from debugger"
Sebastien Hertz
2014-07-23
4
-47
/
+197
|
\
\
\
\
|
*
|
|
|
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
4
-47
/
+197
|
|
|
/
/
|
|
/
|
|
*
|
|
|
ART: Fix x86_64 instrumentation_exit, also movsd -> movq
Andreas Gampe
2014-07-23
2
-5
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fix x86 instrumentation exit entrypoint and trace size limit.
Jeff Hao
2014-07-22
1
-7
/
+5
*
|
|
Merge "Recycle mem-maps for collector transitions."
Mathieu Chartier
2014-07-22
14
-152
/
+215
|
\
\
\
|
*
|
|
Recycle mem-maps for collector transitions.
Mathieu Chartier
2014-07-22
14
-152
/
+215
*
|
|
|
Fix build, missing spaces around =/<.
Mingyao Yang
2014-07-22
1
-1
/
+1
|
/
/
/
*
|
|
Merge "Set vtable in class object to null after linking."
Mingyao Yang
2014-07-22
9
-49
/
+123
|
\
\
\
|
*
|
|
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
9
-49
/
+123
*
|
|
|
ART: Fix checks for relocation delta
Andreas Gampe
2014-07-22
1
-2
/
+2
*
|
|
|
Runtime can now be set to require relocation
Alex Light
2014-07-22
21
-148
/
+834
*
|
|
|
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
3
-5
/
+17
*
|
|
|
Merge "Avoid marking erroneous classes as erroneous twice."
Ian Rogers
2014-07-17
1
-3
/
+9
|
\
\
\
\
|
*
|
|
|
Avoid marking erroneous classes as erroneous twice.
Ian Rogers
2014-07-22
1
-3
/
+9
*
|
|
|
|
Merge "ART: Throw StackOverflowError in native code"
Andreas Gampe
2014-07-21
8
-47
/
+141
|
\
\
\
\
\
|
*
|
|
|
|
ART: Throw StackOverflowError in native code
Andreas Gampe
2014-07-21
8
-47
/
+141
*
|
|
|
|
|
ART: Check high part of dalvik register pairs on put-wide
Andreas Gampe
2014-07-21
1
-2
/
+4
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge "Add detection of zygote vs app vs image objects in hprof"
Mathieu Chartier
2014-07-21
1
-7
/
+19
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add detection of zygote vs app vs image objects in hprof
Mathieu Chartier
2014-07-21
1
-7
/
+19
*
|
|
|
|
Merge "Add read barriers for the GC roots in Instrumentation."
Hiroshi Yamauchi
2014-07-21
4
-29
/
+103
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add read barriers for the GC roots in Instrumentation.
Hiroshi Yamauchi
2014-07-21
4
-29
/
+103
*
|
|
|
|
Fix erroneous behaviors with OOME present.
Ian Rogers
2014-07-21
3
-10
/
+14
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge "ART: Also accept java.lang.Throwable as a catch-all handler."
Andreas Gampe
2014-07-17
1
-4
/
+22
|
\
\
\
\
|
*
|
|
|
ART: Also accept java.lang.Throwable as a catch-all handler.
Andreas Gampe
2014-07-18
1
-4
/
+22
*
|
|
|
|
Merge "ART: Improve overflow detection in dex file verifier"
Andreas Gampe
2014-07-18
2
-27
/
+37
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
ART: Improve overflow detection in dex file verifier
Andreas Gampe
2014-07-17
2
-27
/
+37
|
|
/
/
/
*
|
|
|
Merge "Add optimized assembler implementation of __memcmp16 for x86."
Ian Rogers
2014-07-17
4
-1
/
+1044
|
\
\
\
\
|
*
|
|
|
Add optimized assembler implementation of __memcmp16 for x86.
Alexander Ivchenko
2014-07-17
4
-1
/
+1044
[prev]
[next]