Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
9216b884cf18c869c8c8690d551389751640df27
9216b88
Merge "Use the small thread-local cache for mterp field accesses."
by David Srbecky
· 6 years ago
a13a073
Merge "Use the small thread-local cache for mterp field accesses."
by David Srbecky
· 6 years ago
ef79aa3
Use the small thread-local cache for mterp field accesses.
by David Srbecky
· 7 years ago
3d33203
Merge "Revert "Load boot image at a random address."" am: 233b572a94
by Vladimir Marko
· 6 years ago
233b572
Merge "Revert "Load boot image at a random address.""
by Vladimir Marko
· 6 years ago
f3d0773
Revert "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
4b6e41d
Merge "Add small thread-local cache for use by the interpreter." am: 62741139ea
by David Srbecky
· 6 years ago
6274113
Merge "Add small thread-local cache for use by the interpreter."
by David Srbecky
· 6 years ago
5149ebe
Merge "Load boot image at a random address." am: 334c154f9b
by Vladimir Marko
· 6 years ago
912f36c
Add small thread-local cache for use by the interpreter.
by David Srbecky
· 7 years ago
334c154
Merge "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
ea58b15
Merge "Disable test 080-oom-fragmentation only on GSS and debug CC configurations."
by Roland Levillain
· 6 years ago
a59b1ec
Merge "Disable test 080-oom-fragmentation only on GSS and debug CC configurations."
by Roland Levillain
· 6 years ago
8f83f87
Merge "Fix macOS build after enabling Generational CC by default in ART (cont.)"
by Greg Kaiser
· 6 years ago
eaa4f83
Merge "Fix macOS build after enabling Generational CC by default in ART (cont.)"
by Greg Kaiser
· 6 years ago
d69003a
Fix macOS build after enabling Generational CC by default in ART (cont.)
by Roland Levillain
· 6 years ago
e2363cf
Merge "Give directions on attaching gdb to run-test target" am: d0353ab20c
by Alex Light
· 6 years ago
d0353ab
Merge "Give directions on attaching gdb to run-test target"
by Alex Light
· 6 years ago
9c36f30
Merge "Fix macOS build after enabling Generational CC by default in ART."
by Greg Kaiser
· 6 years ago
06fc2a9
Merge "Fix macOS build after enabling Generational CC by default in ART."
by Greg Kaiser
· 6 years ago
2e8aa8d
Fix macOS build after enabling Generational CC by default in ART.
by Roland Levillain
· 6 years ago
b04a5a7
Merge "ART: Fix run-jdwp-tests.sh" am: 09782d5019
by Andreas Gampe
· 6 years ago
09782d5
Merge "ART: Fix run-jdwp-tests.sh"
by Treehugger Robot
· 6 years ago
b13afbd
Merge "Enable cyclic region allocation in ART's region space only in debug mode."
by Roland Levillain
· 6 years ago
c77bd4a
Merge "Enable Generational GC in Concurrent Copying (CC) collector by default."
by Roland Levillain
· 6 years ago
da38a34
Merge "Enable cyclic region allocation in ART's region space only in debug mode."
by Roland Levillain
· 6 years ago
0203f23
Disable test 080-oom-fragmentation only on GSS and debug CC configurations.
by Roland Levillain
· 6 years ago
00cb268
Merge "Enable Generational GC in Concurrent Copying (CC) collector by default."
by Roland Levillain
· 6 years ago
5ad79d8
Load boot image at a random address.
by Vladimir Marko
· 7 years ago
3bedf52
Merge "ART: Fix const-method-handle method resolution" am: 45d3eaf160
by Orion Hodson
· 6 years ago
45d3eaf
Merge "ART: Fix const-method-handle method resolution"
by Treehugger Robot
· 6 years ago
fc51447
Merge "Revert^2 "ART: Dual mapping of JIT code pages""" am: d3e4015c8d
by Orion Hodson
· 6 years ago
d3e4015
Merge "Revert^2 "ART: Dual mapping of JIT code pages"""
by Orion Hodson
· 6 years ago
817dc66
ART: Fix run-jdwp-tests.sh
by Andreas Gampe
· 6 years ago
ecd5856
ART: Fix const-method-handle method resolution
by Orion Hodson
· 6 years ago
3d68a9e
Merge "[ART] Make killing logd more safe" am: cf0c0658f1
by Roland Levillain
· 6 years ago
cf0c065
Merge "[ART] Make killing logd more safe"
by Roland Levillain
· 6 years ago
d4af68d
Merge "ART: ARM64: Support DotProd SIMD idiom." am: 1ffa7ce292
by Artem Serov
· 6 years ago
1ffa7ce
Merge "ART: ARM64: Support DotProd SIMD idiom."
by Treehugger Robot
· 6 years ago
703322f
Enable cyclic region allocation in ART's region space only in debug mode.
by Roland Levillain
· 6 years ago
95fb31e
Enable Generational GC in Concurrent Copying (CC) collector by default.
by Roland Levillain
· 7 years ago
f7ed73f
Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis."
by Nicolas Geoffray
· 6 years ago
aaac0e3
ART: ARM64: Support DotProd SIMD idiom.
by Artem Serov
· 7 years ago
3fd73b1
Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis."
by Nicolas Geoffray
· 6 years ago
983fbbb
Merge "Improving ART debugging and printing VmSize when OOM occurs"
by Wei Li
· 6 years ago
3125470
Merge "Improving ART debugging and printing VmSize when OOM occurs"
by Treehugger Robot
· 6 years ago
40e287c
Merge "Disable libcore.libcore.io.FdsanTest#testSocket on target."
by Roland Levillain
· 6 years ago
a910f66
Merge "Disable libcore.libcore.io.FdsanTest#testSocket on target."
by Roland Levillain
· 6 years ago
639f279
Turn DCHECKs into return false in ReplaceUninitializedStringPhis.
by Nicolas Geoffray
· 6 years ago
8991ad0
Improving ART debugging and printing VmSize when OOM occurs
by Wei Li
· 7 years ago
5c10d9a
Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings."
by Stephen Hines
· 6 years ago
75112ac
Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings."
by Treehugger Robot
· 6 years ago
1122e73
Merge "Revert^2 "ART: Refactor typedef to using"" am: fc4b2eaa42
by Andreas Gampe
· 6 years ago
fc4b2ea
Merge "Revert^2 "ART: Refactor typedef to using""
by Treehugger Robot
· 6 years ago
48ba197
Fix some performance-unnecessary-value-param tidy and performance-for-range warnings.
by Stephen Hines
· 6 years ago
754e9a6
Give directions on attaching gdb to run-test target
by Alex Light
· 6 years ago
1d27360
[ART] Make killing logd more safe
by Evgeny Astigeevich
· 6 years ago
edd06c1
Disable libcore.libcore.io.FdsanTest#testSocket on target.
by Roland Levillain
· 6 years ago
0e904ff
Revert^2 "ART: Dual mapping of JIT code pages""
by Orion Hodson
· 6 years ago
7ce5d85
Merge "Merge DoFastInvoke and DoInvoke in the interpreter." am: 26f048f48c
by David Srbecky
· 6 years ago
26f048f
Merge "Merge DoFastInvoke and DoInvoke in the interpreter."
by David Srbecky
· 6 years ago
77510b5
Merge "Revert "Test for jit deadlock"" am: 5d7015cd64
by Nicolas Geoffray
· 6 years ago
4350b71
Merge "Revert "Put the right defaults for test lib."" am: fe10f729ec
by Nicolas Geoffray
· 6 years ago
5d7015c
Merge "Revert "Test for jit deadlock""
by Nicolas Geoffray
· 6 years ago
fe10f72
Merge "Revert "Put the right defaults for test lib.""
by Nicolas Geoffray
· 6 years ago
90f2e4e
Revert "Put the right defaults for test lib."
by Nicolas Geoffray
· 6 years ago
819824b
Revert "Test for jit deadlock"
by Nicolas Geoffray
· 6 years ago
b02fd1b
Merge "Revert "ART: Dual mapping of JIT code pages"" am: 604e234e7a
by Orion Hodson
· 6 years ago
604e234
Merge "Revert "ART: Dual mapping of JIT code pages""
by Orion Hodson
· 6 years ago
60eaabe
Revert "ART: Dual mapping of JIT code pages"
by Andreas Gampe
· 6 years ago
b34fe01
Merge "ART: Fix bool-related types in compiler/" am: 6fa1729be6
by Andreas Gampe
· 6 years ago
36b60b7
Merge "ART: Modernize counting-down loops" am: f8120a1c91
by Andreas Gampe
· 6 years ago
18a6fc9
Merge "ART: Fix incorrect dispatch" am: 7ee67be053
by Andreas Gampe
· 6 years ago
6fa1729
Merge "ART: Fix bool-related types in compiler/"
by Treehugger Robot
· 6 years ago
f8120a1
Merge "ART: Modernize counting-down loops"
by Treehugger Robot
· 6 years ago
7ee67be
Merge "ART: Fix incorrect dispatch"
by Treehugger Robot
· 6 years ago
b0905c4
Merge "ART: Dual mapping of JIT code pages" am: d75a268d2e
by Orion Hodson
· 6 years ago
d75a268
Merge "ART: Dual mapping of JIT code pages"
by Orion Hodson
· 6 years ago
bc59eac
Merge "Put the right defaults for test lib." am: 8f676995c0
by Nicolas Geoffray
· 6 years ago
8f67699
Merge "Put the right defaults for test lib."
by Nicolas Geoffray
· 6 years ago
6849c06
Merge DoFastInvoke and DoInvoke in the interpreter.
by David Srbecky
· 6 years ago
0e314f0
ART: Dual mapping of JIT code pages
by Orion Hodson
· 7 years ago
d8d0f19
Put the right defaults for test lib.
by Nicolas Geoffray
· 6 years ago
569a9b4
Merge "ART: Fix incorrect dispatch" am: eb53b68833
by Andreas Gampe
· 6 years ago
8f21816
Merge "Pass JIT roots as a vector<Handle<>> to JIT cache." am: 6c4f8e82a8
by Vladimir Marko
· 6 years ago
eb53b68
Merge "ART: Fix incorrect dispatch"
by Treehugger Robot
· 6 years ago
6c4f8e8
Merge "Pass JIT roots as a vector<Handle<>> to JIT cache."
by Vladimir Marko
· 6 years ago
aeb21a0
Merge "Blacklist more host fdsan tests." am: 72c5d1f723
by Nicolas Geoffray
· 6 years ago
72c5d1f
Merge "Blacklist more host fdsan tests."
by Nicolas Geoffray
· 6 years ago
654698d
ART: Fix bool-related types in compiler/
by Andreas Gampe
· 6 years ago
c74d9cb
ART: Modernize counting-down loops
by Andreas Gampe
· 6 years ago
97191b6
Merge "Test for jit deadlock" am: 0e2cf3f17c
by Alex Light
· 6 years ago
7fa7d71
Merge "Make run-test support multiple --with-agent flags" am: 89468aeaa6
by Alex Light
· 6 years ago
2084a4e
Merge "ART: Refactor test profile generation" am: 0544d2f14a
by Andreas Gampe
· 6 years ago
dcf4aeb
Merge "Revert "ART: Refactor typedef to using"" am: d5245a743d
by Andreas Gampe
· 6 years ago
79822ae
Merge "Use consistent style when checking env vars." am: 98399b8667
by Dario Freni
· 6 years ago
0c29bb0
Merge "Annotate BinderProxy objects with their interface" am: 3659f02632
by Zimuzo
· 6 years ago
e062051
Merge "Revert "Temporarily disable failing libcore tests (caused by mockito merge).""
by David Srbecky
· 6 years ago
2b0b48d
Merge "Clean up more test configurations (Part 2)." am: d3f44e6571
by Roland Levillain
· 6 years ago
20a5b95
Merge "Revert "Use different operations to load string before loops in LICM test.""
by Ian Zerny
· 6 years ago
Next »