Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f969a209c30e3af636342d2fb7851d82a2529bf7
f969a20
Fix and enable java.lang.StringFactory intrinsics.
by Roland Levillain
· 9 years ago
ce51701
Merge "Propagate InstructionSetFeatures to ElfBuilder."
by David Srbecky
· 9 years ago
60a765f
Merge "Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily.""
by Narayan Kamath
· 9 years ago
3dd6e02
Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily."
by Narayan Kamath
· 9 years ago
5d81120
Propagate InstructionSetFeatures to ElfBuilder.
by David Srbecky
· 9 years ago
dddb767
Merge "Re-enable test that was causing TimeoutExceptions on ARM64."
by Roland Levillain
· 9 years ago
9e9411c
Re-enable test that was causing TimeoutExceptions on ARM64.
by Roland Levillain
· 9 years ago
943a70f
Merge "Fix lock order violation"
by Mathieu Chartier
· 9 years ago
0c344f2
Fix lock order violation
by Mathieu Chartier
· 9 years ago
4015a34
Merge "Try to reenable some libcore tests with CC."
by Hiroshi Yamauchi
· 9 years ago
60ab7c9
Try to reenable some libcore tests with CC.
by Hiroshi Yamauchi
· 9 years ago
0310fb0
Merge "Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test."
by Aart Bik
· 9 years ago
9dd26b2
Merge "Add systrace logging to ScopedCodeCacheWrite"
by Mathieu Chartier
· 9 years ago
33fbf37
Add systrace logging to ScopedCodeCacheWrite
by Mathieu Chartier
· 9 years ago
83537c6
Merge "runtime: Add CAS and fences to sun.misc.Unsafe"
by Igor Murashkin
· 9 years ago
0e54c01
Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test.
by Aart Bik
· 9 years ago
f81f596
Merge changes I70f61fe3,I00376b02
by Hiroshi Yamauchi
· 9 years ago
b79eb75
Revert "ProfilingInfo roots should be visited by the declaring class."
by Hiroshi Yamauchi
· 9 years ago
ebd5fc6
Revert "Query declaring class before querying IsNative."
by Hiroshi Yamauchi
· 9 years ago
35e0cbc
Merge "Increase kDumpWaitTimeout 10x for target builds"
by Mathieu Chartier
· 9 years ago
e8843078
Merge "Don't use ScopedObjectAccess in Heap::DumpSpaces"
by Mathieu Chartier
· 9 years ago
47c1959
Increase kDumpWaitTimeout 10x for target builds
by Mathieu Chartier
· 9 years ago
bcd9dd7
Don't use ScopedObjectAccess in Heap::DumpSpaces
by Mathieu Chartier
· 9 years ago
629afab
runtime: Add CAS and fences to sun.misc.Unsafe
by Igor Murashkin
· 9 years ago
810ef37
Merge "ART: Fix RegTypeCache::FromUnresolvedMerge()."
by Vladimir Marko
· 9 years ago
03e31fc
Merge "Typo in comment in MIPS32 mterp."
by Roland Levillain
· 9 years ago
6589d45
Merge "ART: Enable JitProfiling for MIPS64 Mterp"
by Bill Buzbee
· 9 years ago
93e83d3
Merge "Add some debugging for zygote crash."
by Nicolas Geoffray
· 9 years ago
de16654
Add some debugging for zygote crash.
by Nicolas Geoffray
· 9 years ago
b5d3132
Merge "Workaround for broken 'ps' command on M."
by Nicolas Geoffray
· 9 years ago
5521889
Merge "Support multidex run-test with Jack"
by Sebastien Hertz
· 9 years ago
fe6f0b6
Workaround for broken 'ps' command on M.
by Nicolas Geoffray
· 9 years ago
2cbbf16
ART: Fix RegTypeCache::FromUnresolvedMerge().
by Vladimir Marko
· 9 years ago
8a8c841
Merge "Remove useless map in SwapAllocator"
by Vladimir Marko
· 9 years ago
4856ca7
Support multidex run-test with Jack
by Sebastien Hertz
· 9 years ago
e61f01b
Merge "MIPS64: Implement isInfinite intrinsics."
by Andreas Gampe
· 9 years ago
ddec7f9
MIPS64: Implement isInfinite intrinsics.
by Chris Larsen
· 9 years ago
dc97e3c
Merge "Add more systracing everywhere"
by Mathieu Chartier
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
c71dc38
Merge "Remove no thread suspension assert in AddImageSpace"
by Mathieu Chartier
· 9 years ago
095a0b2
Remove no thread suspension assert in AddImageSpace
by Mathieu Chartier
· 9 years ago
cad8657
Merge "Use MarkIfNotInToSpace for SemiSpace::MarkObject"
by Mathieu Chartier
· 9 years ago
9a9aee6
Use MarkIfNotInToSpace for SemiSpace::MarkObject
by Mathieu Chartier
· 9 years ago
42e84e0
Merge "Only visit app image classes in class loader"
by Mathieu Chartier
· 9 years ago
6973100
Only visit app image classes in class loader
by Mathieu Chartier
· 9 years ago
3040f4a
Merge "ART: Fix UTF test and monitor pool old chunks"
by Andreas Gampe
· 9 years ago
1c6f902
Merge "Cache DexRegisterMaps when writing native debug info."
by David Srbecky
· 9 years ago
b4d1d72
Merge "Query declaring class before querying IsNative."
by Nicolas Geoffray
· 9 years ago
26329cd
Query declaring class before querying IsNative.
by Nicolas Geoffray
· 9 years ago
fd409de
Merge "ART: Update arm assembly to use current syntax"
by Bill Buzbee
· 9 years ago
03f9e6b
Merge "Fix very rare bug around JIT code cache collection."
by Nicolas Geoffray
· 9 years ago
dd6c73a
Merge "Ignore 145-alloc-tracking-stress failures in interpreter with CC."
by Roland Levillain
· 9 years ago
f51a235
Merge "ARM64: Implement SystemArrayCopyChar intrinsic."
by Nicolas Geoffray
· 9 years ago
96530d3
ART: Update arm assembly to use current syntax
by buzbee
· 9 years ago
fee8556
Ignore 145-alloc-tracking-stress failures in interpreter with CC.
by Roland Levillain
· 9 years ago
f1e74af
Typo in comment in MIPS32 mterp.
by Roland Levillain
· 9 years ago
2ed15b6
Cache DexRegisterMaps when writing native debug info.
by David Srbecky
· 9 years ago
867a7c7
Merge "Make sure we keep adb logs on buildbots."
by Nicolas Geoffray
· 9 years ago
04ca0a7
Merge "Re-enable CFI test for compressed symbols."
by David Srbecky
· 9 years ago
0274240
Re-enable CFI test for compressed symbols.
by David Srbecky
· 9 years ago
80d9c85
Make sure we keep adb logs on buildbots.
by Nicolas Geoffray
· 9 years ago
9abb297
Fix very rare bug around JIT code cache collection.
by Nicolas Geoffray
· 9 years ago
e8e56f2
Merge "Suppress ArrayDequeTest#testForEachRemaining temporarily."
by Nicolas Geoffray
· 9 years ago
98c38e3
Suppress ArrayDequeTest#testForEachRemaining temporarily.
by Narayan Kamath
· 9 years ago
d3d0da5
ARM64: Implement SystemArrayCopyChar intrinsic.
by Scott Wakeling
· 9 years ago
a3ed89f
Merge "Refine statistics around the JIT."
by Nicolas Geoffray
· 9 years ago
104f22e
Merge "Move back the boot image to debuggable."
by Nicolas Geoffray
· 9 years ago
0c6e334
Move back the boot image to debuggable.
by Nicolas Geoffray
· 9 years ago
b138a6e
Merge "Fix lint issue."
by Nicolas Geoffray
· 9 years ago
457413a
Fix lint issue.
by Nicolas Geoffray
· 9 years ago
dd11dde
Merge "Integer.bitCount and Long.bitCount intrinsics for ARM64"
by Nicolas Geoffray
· 9 years ago
9ec0676
Merge "ProfilingInfo roots should be visited by the declaring class."
by Nicolas Geoffray
· 9 years ago
1028909
Merge "MIPS32: Highest/Lowest One Bit Set:"
by Andreas Gampe
· 9 years ago
9775934
MIPS32: Highest/Lowest One Bit Set:
by Chris Larsen
· 9 years ago
4464a3e
ART: Fix UTF test and monitor pool old chunks
by Andreas Gampe
· 9 years ago
e330de4
Merge "Add ScopedGCCriticalSection to Trace::StopTracing."
by Hiroshi Yamauchi
· 9 years ago
3b13d94
Merge "MIPS32: Improve TrailingZeros"
by Andreas Gampe
· 9 years ago
db045be
ART: Enable JitProfiling for MIPS64 Mterp
by Alexey Frunze
· 9 years ago
bbb2ebe
MIPS32: Improve TrailingZeros
by Chris Larsen
· 9 years ago
7891581
Merge "MIPS32: Implement bitCount intrinsics."
by Andreas Gampe
· 9 years ago
edc1645
MIPS32: Implement bitCount intrinsics.
by Chris Larsen
· 9 years ago
00bc2d3
Merge "MIPS32: Implement isInfinite intrinsics."
by Andreas Gampe
· 9 years ago
9ea02c4
Add ScopedGCCriticalSection to Trace::StopTracing.
by Hiroshi Yamauchi
· 9 years ago
9a3be98
ProfilingInfo roots should be visited by the declaring class.
by Nicolas Geoffray
· 9 years ago
4a01be2
Merge "Add systrace to VerifyClass"
by Mathieu Chartier
· 9 years ago
7211aa6
Add systrace to VerifyClass
by Mathieu Chartier
· 9 years ago
2714fe6
MIPS32: Implement isInfinite intrinsics.
by Chris Larsen
· 9 years ago
66bdb9e
Merge "Move some default-methods tests to Java from Smali."
by Alex Light
· 9 years ago
d204ba5
Move some default-methods tests to Java from Smali.
by Alex Light
· 9 years ago
93504f2
Merge "change image in run-jdwp-tests.sh"
by Mingyao Yang
· 9 years ago
b204d94
Merge "Add a PassScope for PrepareForRegisterAllocation"
by Mingyao Yang
· 9 years ago
9bab082
Merge "Simplify LoadNativeLibrary()"
by Dimitry Ivanov
· 9 years ago
bcd94c8
Refine statistics around the JIT.
by Nicolas Geoffray
· 9 years ago
19a133b
Merge "ART: cleanup exit_block_ in graph if exit block is removed"
by David Brazdil
· 9 years ago
49924c9
Integer.bitCount and Long.bitCount intrinsics for ARM64
by xueliang.zhong
· 9 years ago
982a1ac
Merge "Ignore 145-alloc-tracking-stress run-test failures with CC."
by Roland Levillain
· 9 years ago
7ba9966
ART: cleanup exit_block_ in graph if exit block is removed
by Serguei Katkov
· 9 years ago
eeed32c
Ignore 145-alloc-tracking-stress run-test failures with CC.
by Roland Levillain
· 9 years ago
e283588
Merge "Do a TryLock when allocating a ProfilingInfo from the interpreter."
by Nicolas Geoffray
· 9 years ago
700347e
Add a PassScope for PrepareForRegisterAllocation
by Mingyao Yang
· 9 years ago
Next »