Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
22c4edd865bfdea29e80a789cef70e8e51d2a3a5
22c4edd
Merge "ART: Run GraphChecker after Builder and SsaBuilder"
by David Brazdil
· 9 years ago
2b1bc48
Merge "BCE: Narrow instead of unconditionnaly overwrite the range."
by Nicolas Geoffray
· 9 years ago
a09ff9c
BCE: Narrow instead of unconditionnaly overwrite the range.
by Nicolas Geoffray
· 9 years ago
69ba7b7
ART: Run GraphChecker after Builder and SsaBuilder
by David Brazdil
· 9 years ago
b809daa
Merge "ART: Stop creating a fallthrough block for Goto"
by David Brazdil
· 9 years ago
1c7f2f1
Merge "Fix codegen_test after DCE fix."
by Nicolas Geoffray
· 9 years ago
ea80942
Fix codegen_test after DCE fix.
by Nicolas Geoffray
· 9 years ago
fe65946
ART: Stop creating a fallthrough block for Goto
by David Brazdil
· 9 years ago
9dda8f2
Merge "Fix another case of un-verified dead code."
by Nicolas Geoffray
· 9 years ago
1efcc22
Fix another case of un-verified dead code.
by Nicolas Geoffray
· 9 years ago
d61d77d
Merge "Recompute dominator tree after DCE."
by Nicolas Geoffray
· 9 years ago
1f82ecc
Recompute dominator tree after DCE.
by Nicolas Geoffray
· 9 years ago
a256ee9
Merge "Revert "Use -Xno-dex-file-fallback for libcore tests.""
by Calin Juravle
· 9 years ago
a52d8b5
Revert "Use -Xno-dex-file-fallback for libcore tests."
by Calin Juravle
· 9 years ago
264e63b
Merge "Use -Xno-dex-file-fallback for libcore tests."
by Calin Juravle
· 9 years ago
a12f729
Merge "Remove bogus DCHECK."
by Nicolas Geoffray
· 9 years ago
9638b64
Remove bogus DCHECK.
by Nicolas Geoffray
· 9 years ago
582195d
Merge "libcore tests: increase the timeout in debug mode."
by Nicolas Geoffray
· 9 years ago
442cfa4
Merge "Fix field ordering for String in hprof"
by Mathieu Chartier
· 9 years ago
6f327bf
Merge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371"
by Andreas Gampe
· 9 years ago
f23f33d
ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
by Andreas Gampe
· 9 years ago
07d7eab
Fix field ordering for String in hprof
by Mathieu Chartier
· 9 years ago
b1452c2
Merge "Make dex file verifier check that indexes are increasing."
by Jeff Hao
· 9 years ago
ec96923
Make dex file verifier check that indexes are increasing.
by Jeff Hao
· 9 years ago
03ba67c
libcore tests: increase the timeout in debug mode.
by Nicolas Geoffray
· 9 years ago
bb3daba
Merge "ART: Improve Indenter performance."
by Vladimir Marko
· 9 years ago
568e8f3
Merge "Fix 496 test."
by Nicolas Geoffray
· 9 years ago
9714a6e
Fix 496 test.
by Nicolas Geoffray
· 9 years ago
107b61b
ART: Improve Indenter performance.
by Vladimir Marko
· 9 years ago
d4a02cf
Merge "Replace some run-time assertions with compile-time ones in ART."
by Roland Levillain
· 9 years ago
0b58603
Use -Xno-dex-file-fallback for libcore tests.
by Calin Juravle
· 9 years ago
0022bdf
Merge "ART: Fix data loss when symbolizing oat files."
by Roland Levillain
· 9 years ago
508755a
Merge "Use GetOffsetDuringLinking instead of GetOffset."
by Nicolas Geoffray
· 9 years ago
555b3d0
Use GetOffsetDuringLinking instead of GetOffset.
by Nicolas Geoffray
· 9 years ago
87dc1b0
Merge "ART: Compiler generated GC map should take care of temp registers."
by Vladimir Marko
· 9 years ago
b5061a8
Merge "Do not overwrite an input register in shift operations."
by Nicolas Geoffray
· 9 years ago
a4f3581
Do not overwrite an input register in shift operations.
by Nicolas Geoffray
· 9 years ago
1f22dbc
Merge "ART: Fix GraphVisualizer dlopen crash"
by David Brazdil
· 9 years ago
3a690be
ART: Fix GraphVisualizer dlopen crash
by David Brazdil
· 9 years ago
da0e224
Merge "Restore DDMS recent allocation tracking's behavior"
by Mathieu Chartier
· 9 years ago
3355963
Merge "Fix another miranda method moving GC bug"
by Mathieu Chartier
· 9 years ago
d4d83b8
Fix another miranda method moving GC bug
by Mathieu Chartier
· 9 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 9 years ago
336b0b1
Merge "base: Fix an infinite loop in HashSet::Insert"
by Igor Murashkin
· 9 years ago
3552d96
base: Fix an infinite loop in HashSet::Insert
by Igor Murashkin
· 9 years ago
ac854d2
Merge "New experimental GC stress mode"
by Mathieu Chartier
· 9 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 9 years ago
5aa39bb
Merge "Change GC to allow strings to use large object space."
by Jeff Hao
· 9 years ago
13e0091
Change GC to allow strings to use large object space.
by Jeff Hao
· 9 years ago
d423552
Merge "Make large string use large object space."
by Jeff Hao
· 9 years ago
b7c8c1a
Make large string use large object space.
by Jeff Hao
· 9 years ago
ec3a4e7
Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes"
by Igor Murashkin
· 9 years ago
11dc78c
Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes"
by Andreas Gampe
· 9 years ago
2ee54e2
runtime: Partially implement box-lambda and unbox-lambda experimental opcodes
by Igor Murashkin
· 9 years ago
f701229
Merge "Run an empty checkpoint before marking ends in the CC collector."
by Hiroshi Yamauchi
· 9 years ago
68df320
ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes
by Andreas Gampe
· 9 years ago
ae393c3
Merge "ART: Avoid recursive abort in barrier"
by Andreas Gampe
· 9 years ago
1bb907e
ART: Avoid recursive abort in barrier
by Andreas Gampe
· 9 years ago
59cb521
Merge "Fix in ReferenceTypePropagation"
by Calin Juravle
· 9 years ago
c30e721
Merge "ART: Don't do pre-linked calls to the interpreter bridge."
by Vladimir Marko
· 9 years ago
f91fb4a
Merge "ART: Disallow classes that are abstract and final"
by Andreas Gampe
· 9 years ago
c08ab29
ART: Don't do pre-linked calls to the interpreter bridge.
by Vladimir Marko
· 9 years ago
2d655f1
Merge "Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."""
by Nicolas Geoffray
· 9 years ago
b783b40
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 9 years ago
a63d8f4
Merge "fault_handler : debug output sp in hex and not decimal."
by Narayan Kamath
· 9 years ago
f561aab
fault_handler : debug output sp in hex and not decimal.
by Narayan Kamath
· 9 years ago
ae37039
Merge "Use compiling class instead of outer class for access checks."
by Nicolas Geoffray
· 9 years ago
a948b1a
Merge "Opt compiler: Add disassembly to the '.cfg' output."
by David Brazdil
· 9 years ago
eb7b739
Opt compiler: Add disassembly to the '.cfg' output.
by Alexandre Rames
· 9 years ago
8ec0e20
Merge "ART: Simplify (Not)Equal bool vs. int to true/false"
by David Brazdil
· 9 years ago
1e9ec05
ART: Simplify (Not)Equal bool vs. int to true/false
by David Brazdil
· 9 years ago
0f0be72
Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 9 years ago
463580c
Revert "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 9 years ago
afd0641
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 9 years ago
e85647e
Merge "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 9 years ago
8cf7cbf
Merge "Fix wrong DCHECK in bounds check elimination."
by Nicolas Geoffray
· 9 years ago
7aa5572
Merge "Fix String Change baseline compiler errors."
by Nicolas Geoffray
· 9 years ago
aa91920
Fix String Change baseline compiler errors.
by Nicolas Geoffray
· 9 years ago
74f774f
Merge "Make dump-oat-target work with second architecture"
by Brian Carlstrom
· 9 years ago
8d82a0c
Fix wrong DCHECK in bounds check elimination.
by Nicolas Geoffray
· 9 years ago
183617a
Fix in ReferenceTypePropagation
by Calin Juravle
· 9 years ago
507cc6f
ART: Disallow classes that are abstract and final
by Andreas Gampe
· 9 years ago
883ac20
Merge "Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity."
by David Srbecky
· 9 years ago
c9ede38
Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity.
by David Srbecky
· 9 years ago
ab00b7a
Make dump-oat-target work with second architecture
by Brian Carlstrom
· 9 years ago
1e73a95
Merge "Use signed encoding when using relative CFI addresses."
by David Srbecky
· 9 years ago
1706588
Use signed encoding when using relative CFI addresses.
by David Srbecky
· 9 years ago
a60bd74
Merge "ART: Check for expected args for instance methods"
by Andreas Gampe
· 9 years ago
ef0b1a1
ART: Check for expected args for instance methods
by Andreas Gampe
· 9 years ago
ba7837b
Merge "ART: Check var-arg count earlier in method verifier"
by Andreas Gampe
· 9 years ago
46ec520
Run an empty checkpoint before marking ends in the CC collector.
by Hiroshi Yamauchi
· 9 years ago
29498a2
ART: Check var-arg count earlier in method verifier
by Taiju Tsuiki
· 10 years ago
d1a0633
Merge "Fix GC map generation edge case"
by Mathieu Chartier
· 9 years ago
f8da196
Fix GC map generation edge case
by Mathieu Chartier
· 9 years ago
d5ff8c5
Merge "Fix case where block has no predecessor for StringChange."
by Jeff Hao
· 9 years ago
dde9827
Fix case where block has no predecessor for StringChange.
by Jeff Hao
· 9 years ago
af268bb
Use IsAssignableFrom instead of IsSubclass for robustness.
by Nicolas Geoffray
· 9 years ago
e102f19
Merge "Fix StringChange for optimizing compiler."
by Jeff Hao
· 9 years ago
e4bb626
Merge "Quick: Handle total high/low register overlap on arm/mips."
by Vladimir Marko
· 9 years ago
87a135e
Merge "Be careful with predecessor/successor index."
by Nicolas Geoffray
· 9 years ago
Next »