Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
02b75806a80f8b75c3d6ba2ff97c995117630f36
/
runtime
« Previous
9ff8460
Add oat checksum check for app image loading
by Mathieu Chartier
· 9 years ago
1945103
Merge "Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE."
by Hiroshi Yamauchi
· 9 years ago
ea59deb
Merge "Fix issue with exception type resolution during linking."
by Alex Light
· 9 years ago
ab00be9
Merge "Do not use atomic increment in allocation as fence."
by Hans Boehm
· 9 years ago
5a55986
Fix issue with exception type resolution during linking.
by Alex Light
· 9 years ago
2e5de78
Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE.
by Hiroshi Yamauchi
· 9 years ago
392899e
Merge "ART: Dump full exception on re-init failure message"
by Andreas Gampe
· 9 years ago
1c720b7
Merge "Optimizing compiler support for directly calling interface methods"
by Alex Light
· 9 years ago
d967266
MIPS64: Remove unaligned memory access from art generated code
by Lazar Trsic
· 9 years ago
c26f128
Re-enable test 566-polymorphic-inlining.
by Nicolas Geoffray
· 9 years ago
10cd5ee
Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests""
by Nicolas Geoffray
· 9 years ago
28a2a18
Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"
by Nicolas Geoffray
· 9 years ago
b0171b9
Do not use atomic increment in allocation as fence.
by Hans Boehm
· 9 years ago
d6b48db
ART: Fix single-step interpretation for mterp
by buzbee
· 9 years ago
1d81df8
Merge "Fix "Never Interpret" option for all interpreters"
by Bill Buzbee
· 9 years ago
734f3aa
Fix "Never Interpret" option for all interpreters
by buzbee
· 9 years ago
fedd91d
Optimizing compiler support for directly calling interface methods
by Alex Light
· 9 years ago
c4695df
Always use pendingNext to test enqueability of references.
by Richard Uhler
· 9 years ago
369c851
ART: Dump full exception on re-init failure message
by Andreas Gampe
· 9 years ago
fd07168
Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()."
by Hiroshi Yamauchi
· 9 years ago
49c9333
Remove ALWAYS_INLINE from ReadBarrier::Mark().
by Hiroshi Yamauchi
· 9 years ago
c68e77b
Fix image test with GSS
by Mathieu Chartier
· 9 years ago
60bc39c
Remove some more read barriers in image relocation
by Mathieu Chartier
· 9 years ago
1c7736c
Merge "Optimizing: Try pattern substitution when we cannot inline."
by Vladimir Marko
· 9 years ago
09cd656
Merge "Fix issue with IMT dispatch."
by Alex Light
· 9 years ago
be10e8e
Optimizing: Try pattern substitution when we cannot inline.
by Vladimir Marko
· 9 years ago
a94d54b
Stop verifier ResolveClass from putting unresolved classes in dex cache.
by Jeff Hao
· 9 years ago
26a04e1
Merge "Factor out common code for SetPendingNext."
by Richard Uhler
· 9 years ago
ae79704
Merge "Change log to avoid polluting logcat."
by Nicolas Geoffray
· 9 years ago
9ff1de0
Merge "Implement first kind of polymorphic inlining."
by Nicolas Geoffray
· 9 years ago
a42363f
Implement first kind of polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
7f3e0db
Change log to avoid polluting logcat.
by Nicolas Geoffray
· 9 years ago
1bbfab6
Pass template args down
by Mathieu Chartier
· 9 years ago
d329a3b
Fix pointer conversion error in SetElementPtrSize
by Mathieu Chartier
· 9 years ago
78e9015
Merge "ART: Add option to ensure deterministic compilation"
by Andreas Gampe
· 9 years ago
ace0dc1
ART: Add option to ensure deterministic compilation
by Andreas Gampe
· 9 years ago
1277108
Fix issue with IMT dispatch.
by Alex Light
· 9 years ago
a3abcb5
Merge "reflection: Add new 1.8 AnnotatedElement methods and tests"
by Igor Murashkin
· 9 years ago
4a6a67c
Remove unused DMB code paths in the ARM64 Optimizing Compiler
by Serban Constantinescu
· 9 years ago
c801425
Merge "ART: Make sure dex files are verified in the compiler"
by Andreas Gampe
· 9 years ago
c167ee9
reflection: Add new 1.8 AnnotatedElement methods and tests
by Igor Murashkin
· 9 years ago
3a2bd29
ART: Make sure dex files are verified in the compiler
by Andreas Gampe
· 9 years ago
76ce917
Move heap trim outside of zygote creation lock region
by Mathieu Chartier
· 9 years ago
a80465a
Merge "Cast method pointer to uintptr_t before uint64_t"
by Mathieu Chartier
· 9 years ago
982a9a8
Rosalloc fast path in assembly for MIPS64
by Goran Jakovljevic
· 9 years ago
05d2415
Add option to never interpret.
by Siva Chandra
· 9 years ago
f4b3dba
Cast method pointer to uintptr_t before uint64_t
by Mathieu Chartier
· 9 years ago
902838d
Merge "Remove GetImageRoots read barrier for image relocation"
by Mathieu Chartier
· 9 years ago
4a26f17
Remove GetImageRoots read barrier for image relocation
by Mathieu Chartier
· 9 years ago
7617216
Convert to UTF8 before doing dex file location comparison
by Mathieu Chartier
· 9 years ago
522d51b
Factor out common code for SetPendingNext.
by Richard Uhler
· 9 years ago
6a507f3
Merge "Use mutator lock to guard adding and removing heap spaces"
by Mathieu Chartier
· 9 years ago
a9d82fe
Use mutator lock to guard adding and removing heap spaces
by Mathieu Chartier
· 9 years ago
b1bd048
Merge "Recognize common utilities as intrinsics."
by Aart Bik
· 9 years ago
7ccb63f
Merge "Enable interface default methods by default."
by Alex Light
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 9 years ago
59c9454
Recognize common utilities as intrinsics.
by Aart Bik
· 9 years ago
8697355
ART: Remove another unnecessary mutator lock annotation.
by Vladimir Marko
· 9 years ago
3260e11
Merge "ART: Remove some unnecessary mutator lock annotations."
by Vladimir Marko
· 9 years ago
005e4b3
Merge "Add profile support for apps with shared runtime."
by Calin Juravle
· 9 years ago
b4eddd2
Add profile support for apps with shared runtime.
by Calin Juravle
· 9 years ago
a87104f
Merge "[WIP] ART Mterp: fix for hidden gc roots"
by Bill Buzbee
· 9 years ago
f39745e
ART: Remove some unnecessary mutator lock annotations.
by Vladimir Marko
· 9 years ago
9cea913
Merge "Fix non-Linux builds."
by Roland Levillain
· 9 years ago
d817560
Fix non-Linux builds.
by Roland Levillain
· 9 years ago
1bceafb
Merge "Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish."
by Roland Levillain
· 9 years ago
a2c97a9
[WIP] ART Mterp: fix for hidden gc roots
by buzbee
· 9 years ago
e778fc7
Reduce app image log spam
by Mathieu Chartier
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
966f533
Only create non-moving space at fixed address if zygote
by Mathieu Chartier
· 9 years ago
3cbad24
Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish.
by Roland Levillain
· 9 years ago
4fe6ce5
Merge "Use dlmalloc from external/dlmalloc instead of bionic/."
by Josh Gao
· 9 years ago
5d5dbeb
Merge "Revert "Load app images""
by Nicolas Geoffray
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
3c44893
Disable the CC collector verbose log.
by Hiroshi Yamauchi
· 9 years ago
0870770
Bump image version
by Mathieu Chartier
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
3220a6d
Use dlmalloc from external/dlmalloc instead of bionic/.
by Josh Gao
· 9 years ago
9b3607d
Generate unique ID for each type during native debugging.
by David Srbecky
· 9 years ago
a7d507e
Merge "Revert "Revert "Fast ART x86 interpreter"""
by Bill Buzbee
· 9 years ago
46ac34f
Merge "Update to INFO to not confuse adb logcat readers."
by Nicolas Geoffray
· 9 years ago
715d06b
Fix cpu-info/cpp-defines mismatch.
by Aart Bik
· 9 years ago
eb804f6
Merge "Use current pid not tid to create a backtrace map."
by Christopher Ferris
· 9 years ago
7c58bd4
Revert "Revert "Fast ART x86 interpreter""
by Bill Buzbee
· 9 years ago
8e629e6
Merge "Add a METHOD_SUPER to the MethodType enum."
by Alex Light
· 9 years ago
857235b
Merge "Implemented BitCount as an intrinsic. With unit test."
by Aart Bik
· 9 years ago
cf22658
Add attribute to fix build.
by Nicolas Geoffray
· 9 years ago
05df393
Merge "Move backward branch instrumentation to all branch."
by Nicolas Geoffray
· 9 years ago
f0b9f61
Merge "Improves recent changes to art::JDWP::JdwpSocketState::Establish."
by Roland Levillain
· 9 years ago
81f0f95
Move backward branch instrumentation to all branch.
by Nicolas Geoffray
· 9 years ago
15f9b27
Improves recent changes to art::JDWP::JdwpSocketState::Establish.
by Roland Levillain
· 9 years ago
9bdf108
Revert "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
0502c44
Fix JDWP host tests on Trusty.
by Roland Levillain
· 9 years ago
3f67e69
Implemented BitCount as an intrinsic. With unit test.
by Aart Bik
· 9 years ago
1376bdf
Invoke all other registered handlers only for generated code
by jgu21
· 9 years ago
71620fe
Merge "Add stack trace info to hprof completion message"
by Mathieu Chartier
· 9 years ago
7268d47
Add a METHOD_SUPER to the MethodType enum.
by Alex Light
· 9 years ago
59a8c0b
Use current pid not tid to create a backtrace map.
by tony.ys_liu
· 9 years ago
c9cd7ac
Add stack trace info to hprof completion message
by Mathieu Chartier
· 9 years ago
932a051
Relax the time interval the profiling data is saved.
by Calin Juravle
· 9 years ago
Next »