Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
cb55b29e466939d222b83f0593a1141221f2425c
/
runtime
/
interpreter
b8a00f9
ART: Add Math cutouts
by Andreas Gampe
· 9 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
3ed30c3
ART: Remove Security initialization cutout
by Andreas Gampe
· 9 years ago
8ce9c30
ART: Add cutout for Character.toLower/UpperCase
by Andreas Gampe
· 9 years ago
eb8b0ae
ART: Add ClassLoader.getResourceAsStream cutout
by Andreas Gampe
· 9 years ago
f59149a
Merge "Add weight to compiled/interpreter transitions."
by Nicolas Geoffray
· 9 years ago
d4fa9f4
ART: Add a System.getProperty cutout
by Andreas Gampe
· 9 years ago
9afaac4
Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""
by Bill Buzbee
· 9 years ago
71cd50f
Add weight to compiled/interpreter transitions.
by Nicolas Geoffray
· 9 years ago
274fe4a
Remove the JIT from the instrumentation framework.
by Nicolas Geoffray
· 9 years ago
6990775
Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp"""
by Bill Buzbee
· 9 years ago
b2771b4
Add option to tune sample collection based on thread sensitivity
by Calin Juravle
· 9 years ago
89e3b48
ART: Simplify unstarted-runtime ceil and floor
by Andreas Gampe
· 9 years ago
b2880a9
Merge "unstarted_runtime: add cutout for Math.floor"
by Sergio Giro
· 9 years ago
8326120
unstarted_runtime: add cutout for Math.floor
by Sergio Giro
· 9 years ago
0e6aa6d
ART: Make mterp jit profiling race tolerant
by buzbee
· 9 years ago
1d011d9
Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""""
by Bill Buzbee
· 9 years ago
93e94f2
ART: Fix interpreter single-step when doing OSR
by buzbee
· 9 years ago
8a18fde
ART: Add cutout for Unsafe.putObjectVolatile
by Andreas Gampe
· 9 years ago
13fc1be
ART: Add integer & long parsing cutout to unstarted runtime
by Andreas Gampe
· 9 years ago
6039e56
ART: Add getDeclaredConstructor cutout for unstarted runtime
by Andreas Gampe
· 9 years ago
5c9af61
ART: Add arraycopy(byte) to unstarted runtime
by Andreas Gampe
· 9 years ago
c2c9bcb
Merge "Revert "Remove many `instrumentation` variables from goto interpreter.""
by Vladimir Marko
· 9 years ago
d777983
Revert "Remove many `instrumentation` variables from goto interpreter."
by Vladimir Marko
· 9 years ago
d634208
Revert "Revert "ART: Improve JitProfile perf in x86 mterp""
by Bill Buzbee
· 9 years ago
961ea9f
Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""
by Hiroshi Yamauchi
· 9 years ago
6b7d2c0
Revert "ART: Improve JitProfile perf in x86 mterp"
by Hiroshi Yamauchi
· 9 years ago
0402c56
Revert "ART: Improve JitProfile perf in x86_64 mterp"
by Hiroshi Yamauchi
· 9 years ago
01afcbb
Merge "ART: Better support for arraycopy in unstarted runtime"
by Andreas Gampe
· 9 years ago
85a098a
ART: Better support for arraycopy in unstarted runtime
by Andreas Gampe
· 9 years ago
a1e9312
unstarted_runtime: Update references to decimal format classes.
by Narayan Kamath
· 9 years ago
34a316f
unstarted_runtime: Add additional cutouts
by Narayan Kamath
· 9 years ago
4cb22b4
Remove many `instrumentation` variables from goto interpreter.
by Vladimir Marko
· 9 years ago
099a611
ART: Improve JitProfile perf in x86_64 mterp
by Serguei Katkov
· 9 years ago
3e9edd1
ART: Improve JitProfile perf in x86 mterp
by Serguei Katkov
· 9 years ago
13ce07a
Merge "ART: Fix unstarted runtime for Security"
by Andreas Gampe
· 9 years ago
e0f633e
ART: Fix unstarted runtime for Security
by Andreas Gampe
· 9 years ago
4a8ac9c
Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""
by Bill Buzbee
· 9 years ago
6aef867
Revert "ART: Improve JitProfile perf in arm/arm64 mterp"
by Calin Juravle
· 9 years ago
c1d6b34
ART: Improve JitProfile perf in arm/arm64 mterp
by buzbee
· 9 years ago
908c0b2
ART: Mterp arm64 2-operand double rem fix
by buzbee
· 9 years ago
ace690f
ART: mterp arm/arm64 cleanup
by buzbee
· 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
96530d3
ART: Update arm assembly to use current syntax
by buzbee
· 9 years ago
f1e74af
Typo in comment in MIPS32 mterp.
by Roland Levillain
· 9 years ago
db045be
ART: Enable JitProfiling for MIPS64 Mterp
by Alexey Frunze
· 9 years ago
b5e8ade
Merge "Fast ART MIPS64 interpreter"
by Bill Buzbee
· 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
00b53b7
Fast ART MIPS64 interpreter
by Alexey Frunze
· 9 years ago
c8705a7
ART: Enable JitProfiling for x86_64 Mterp
by Serguei Katkov
· 9 years ago
73e31f8
Merge "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
a96917a
Revert "Use the interpreter as a heartbeat for the JIT."
by Nicolas Geoffray
· 9 years ago
7191fdd
Merge "Revert "Revert "Fast ART x86_64 interpretator"""
by Bill Buzbee
· 9 years ago
4626786
Merge "x86 Fast Interpreter: Fix CFI"
by Bill Buzbee
· 9 years ago
01f4dae
Merge "Use the interpreter as a heartbeat for the JIT."
by Nicolas Geoffray
· 9 years ago
7273a5d
Use the interpreter as a heartbeat for the JIT.
by Nicolas Geoffray
· 9 years ago
897338d
x86 Fast Interpreter: Fix CFI
by Serguei Katkov
· 9 years ago
6cbe081
Revert "Revert "Fast ART x86_64 interpretator""
by Serguei Katkov
· 9 years ago
9f03916
Merge "[MIPS] Add Fast Art interpreter for Mips32."
by Bill Buzbee
· 9 years ago
bc4d218
ART: Add unstarted-runtime functions
by Andreas Gampe
· 9 years ago
200f040
[MIPS] Add Fast Art interpreter for Mips32.
by Douglas Leung
· 9 years ago
481352d
Revert "Revert "ART: Support interpreter switching in x86 mterp""
by Bill Buzbee
· 9 years ago
f1dcacc
ART: Profile all branches for on-stack replacement
by buzbee
· 9 years ago
2de973d
ART: Enable JitProfiling for x86 Mterp
by buzbee
· 9 years ago
eacf4cb
Merge "ART: Add Class.getEnclosingClass() to UnstartedRuntime"
by Andreas Gampe
· 9 years ago
633750c
ART: Add Class.getEnclosingClass() to UnstartedRuntime
by Andreas Gampe
· 9 years ago
e33d20e
Merge "ART: Enable JitProfiling for Arm Mterp"
by Bill Buzbee
· 9 years ago
25633b0
Merge "Use adds instead of add to set the N flag."
by Nicolas Geoffray
· 9 years ago
69564bb
Use adds instead of add to set the N flag.
by Nicolas Geoffray
· 9 years ago
0b38d6a
Merge "Enable bytecode tracing in ART FI"
by Bill Buzbee
· 9 years ago
4ed2e43
Merge "x86 ART FI clean-up"
by Bill Buzbee
· 9 years ago
9fb0ac7
Enable bytecode tracing in ART FI
by Serguei Katkov
· 9 years ago
c3b4c6e
ART: Enable JitProfiling for Arm Mterp
by buzbee
· 9 years ago
29db752
Merge "Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""""
by Bill Buzbee
· 9 years ago
fd522f9
Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""
by Bill Buzbee
· 9 years ago
98e6ce4
Remove string init map.
by Nicolas Geoffray
· 9 years ago
ff8579e
x86 ART FI clean-up
by Serguei Katkov
· 9 years ago
dd5e5e9
Revert "Revert "Make it possible to enable native debugging through debug flags""
by Tamas Berghammer
· 9 years ago
953e4c9
Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""
by Nicolas Geoffray
· 9 years ago
5d03317
Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""
by Nicolas Geoffray
· 9 years ago
797f70c
Merge "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""
by Bill Buzbee
· 9 years ago
50cf600
ART: Fix arm mterp shadow handling
by buzbee
· 9 years ago
9687f24
Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""
by Bill Buzbee
· 9 years ago
27ec302
Merge "Make it possible to enable native debugging through debug flags"
by Tamas Berghammer
· 9 years ago
c94a61f
Make it possible to enable native debugging through debug flags
by Tamas Berghammer
· 9 years ago
05dfaaa
Mterp: Fix and restore mac host build
by Serguei Katkov
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
586996a
Merge "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""
by Nicolas Geoffray
· 9 years ago
95717f0
Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"
by Nicolas Geoffray
· 9 years ago
a4e9812
Merge "ART: Enable Jit Profiling in Mterp for arm/arm64"
by Bill Buzbee
· 9 years ago
a0a1610
ART: Enable Jit Profiling in Mterp for arm/arm64
by buzbee
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
071b933
Merge changes from topic 'reflection_1_8'
by Igor Murashkin
· 9 years ago
9f95ba7
interpreter: Fix proxy method invocation with access checks enabled.
by Igor Murashkin
· 9 years ago
3b0b4b9
Revert "Revert "ART: Mterp for arm64""
by Bill Buzbee
· 9 years ago
43f3fb9
Revert "ART: Mterp for arm64"
by Sebastien Hertz
· 9 years ago
e0c269e
ART: Mterp for arm64
by buzbee
· 9 years ago
Next »