Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
cad8657a6c30ec615df5bf8a59a4222f4849d0a2
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
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
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
e4cec51
Merge "Delete alloc tracking map outside of critical section"
by Mathieu Chartier
· 9 years ago
0b8b4a6
Delete alloc tracking map outside of critical section
by Mathieu Chartier
· 9 years ago
145c31a
change image in run-jdwp-tests.sh
by Mingyao Yang
· 9 years ago
0b136ac
Merge "Revert "Disable test after libunwind change.""
by Andreas Gampe
· 9 years ago
40f1f0a
Revert "Disable test after libunwind change."
by Andreas Gampe
· 9 years ago
b934571
Merge "Disable 577-profile-foreign-dex temporarily."
by Hiroshi Yamauchi
· 9 years ago
b5e8ade
Merge "Fast ART MIPS64 interpreter"
by Bill Buzbee
· 9 years ago
6cba74b
Disable 577-profile-foreign-dex temporarily.
by Hiroshi Yamauchi
· 9 years ago
0344f4e
Merge "Clear inline caches if a ProfilingInfo gets revived."
by Nicolas Geoffray
· 9 years ago
6ba1d68
Merge "Fix potential linear alloc memory leak"
by Mathieu Chartier
· 9 years ago
e0d1855
Merge "Simplified intrinsic macro mechanism."
by Aart Bik
· 9 years ago
5b83050
Fix potential linear alloc memory leak
by Mathieu Chartier
· 9 years ago
a71ec64
Merge "Remove references to $(ACP)"
by Dan Willemsen
· 9 years ago
511e41b
Clear inline caches if a ProfilingInfo gets revived.
by Nicolas Geoffray
· 9 years ago
2f9fcc9
Simplified intrinsic macro mechanism.
by Aart Bik
· 9 years ago
785eeae
Merge "Improve Checker error messages"
by David Brazdil
· 9 years ago
52d6810
Merge "Revert "Revert "Use the interpreter as a heartbeat for the JIT."""
by Nicolas Geoffray
· 9 years ago
3512244
Revert "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
0f73bda
Improve Checker error messages
by David Brazdil
· 9 years ago
00b53b7
Fast ART MIPS64 interpreter
by Alexey Frunze
· 9 years ago
00e94fb
Merge "ART: Enable JitProfiling for x86_64 Mterp"
by Bill Buzbee
· 9 years ago
15427ae
Merge "oatdump: Add option to print just the header"
by David Brazdil
· 9 years ago
c03d7b6
oatdump: Add option to print just the header
by David Brazdil
· 9 years ago
8c55011
Merge "Fix one more Checker test after switch to Jack"
by David Brazdil
· 9 years ago
40e4ba2
Fix one more Checker test after switch to Jack
by David Brazdil
· 9 years ago
f9f3c5b
Merge "ART: Switch Checker run-tests to Jack"
by David Brazdil
· 9 years ago
f02c3cf
ART: Switch Checker run-tests to Jack
by David Brazdil
· 9 years ago
3d4770c
Merge "Revert "ART: Allow unwinding unattached threads""
by Nicolas Geoffray
· 9 years ago
0c65939
Revert "ART: Allow unwinding unattached threads"
by Nicolas Geoffray
· 9 years ago
8d468e3
Merge "Give the JIT its own arena pool to avoid lock contentions."
by Nicolas Geoffray
· 9 years ago
e33785c
Merge "More run-test with Jack"
by Sebastien Hertz
· 9 years ago
6cb0a02
Merge "Disable test after libunwind change."
by Nicolas Geoffray
· 9 years ago
18047e4
Disable test after libunwind change.
by Nicolas Geoffray
· 9 years ago
c8705a7
ART: Enable JitProfiling for x86_64 Mterp
by Serguei Katkov
· 9 years ago
fa8598d
Remove references to $(ACP)
by Dan Willemsen
· 9 years ago
f484954
Merge "ART: Allow unwinding unattached threads"
by Andreas Gampe
· 9 years ago
c3fe420
Merge "Revert "Disable flaky 130-hprof test.""
by Mathieu Chartier
· 9 years ago
9198976
Revert "Disable flaky 130-hprof test."
by Mathieu Chartier
· 9 years ago
78fb377
Merge "Fix allocation tracking race"
by Mathieu Chartier
· 9 years ago
eebc3af
Fix allocation tracking race
by Mathieu Chartier
· 9 years ago
bbc300c
Merge "Lower JIT thread priority"
by Andreas Gampe
· 9 years ago
31b7431
Merge "ART: Fix overlapping instruction IDs in inliner"
by David Brazdil
· 9 years ago
3f52306
ART: Fix overlapping instruction IDs in inliner
by David Brazdil
· 9 years ago
Next »