Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
3934736709a38f312d9c04707e4f8bb7ca73cb22
/
runtime
/
interpreter
/
mterp
955f0ba
Use clang integrated assembler.
by Chih-Hung Hsieh
· 7 years ago
8338995
ART/mterp: Fix mul-long to clear shadow registers.
by Vladimir Marko
· 7 years ago
9ddef18
Merge "ObjPtr<>-ify array allocations."
by Vladimir Marko
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
ecec828
ART: Refactor mterp slightly
by Andreas Gampe
· 7 years ago
863c880
ART: Add missing .hidden for ExecuteMterpImpl
by Andreas Gampe
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
06d10a7
ART: Add dex::ProtoIndex
by Orion Hodson
· 7 years ago
946bb09
Support unwinding though the switch interpreter.
by David Srbecky
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
64ef58b
Use different method to mark DEX PC in the interpreter's CFI.
by David Srbecky
· 7 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 7 years ago
f65aa50
Merge "Speed up MterpShouldSwitchInterpreters check"
by Alex Light
· 7 years ago
7919db9
Speed up MterpShouldSwitchInterpreters check
by Alex Light
· 7 years ago
5414977
Fix MIPS32 mterp
by Goran Jakovljevic
· 7 years ago
cd5b86d
Frame tracking cfi for mterp
by buzbee
· 7 years ago
0c91988
MIPS: Remove mterp reliance on code item layout
by Alexey Frunze
· 7 years ago
7d86200
Merge "Remove mterp reliance on code item layout"
by Mathieu Chartier
· 7 years ago
846127c
Clear shadow registers only after potentially switching interpreters.
by Nicolas Geoffray
· 7 years ago
fc9555d
Remove mterp reliance on code item layout
by Mathieu Chartier
· 7 years ago
f0536a5
Merge "Fix overlapping cfi ranges in mterp"
by Bill Buzbee
· 7 years ago
0de2d59
Fix overlapping cfi ranges in mterp
by buzbee
· 7 years ago
030fe39
Fix mips64 build
by Lena Djokic
· 7 years ago
e7732be
ART: Implement missing mterp handlers
by Orion Hodson
· 7 years ago
848574c
Implement asynchronous exception support
by Alex Light
· 7 years ago
a710d91
ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight().
by Vladimir Marko
· 7 years ago
9fb1ab1
Revert "Revert "JVMTI Exception and ExceptionCatch events""
by Alex Light
· 7 years ago
9597424
Revert "JVMTI Exception and ExceptionCatch events"
by Nicolas Geoffray
· 7 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 7 years ago
cecc488
Don't increment the hotness for invokes.
by Nicolas Geoffray
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
2419cb7
MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)
by Lena Djokic
· 8 years ago
b9bec2e
Record types when the interpreter executes intrinsics.
by Nicolas Geoffray
· 8 years ago
78f1bdc
Interpreter intrinsics
by buzbee
· 8 years ago
fa6adfd
ART/Mterp: eliminate unnecessary access checks
by buzbee
· 8 years ago
1c5cab0
ART: Let mterp know about invoke-custom
by buzbee
· 8 years ago
42a09cb0
ART: Reduce overhead of mterp OSR checking
by buzbee
· 8 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 8 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 8 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 8 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 8 years ago
aceff18
Delete extra arm64/mips64 MterpReturn suspend check
by Mathieu Chartier
· 8 years ago
a04a5cf
Mterp/arm: Add CFI directives, add missing change
by buzbee
· 8 years ago
ac50aab
Mterp/arm: Add CFI directives.
by buzbee
· 8 years ago
4e1a19b
Merge "Mterp/arm64: Add CFI directives."
by Vladimir Marko
· 8 years ago
112aa10
Mterp/arm64: Add CFI directives.
by Vladimir Marko
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
39ce7d2
Merge "Make empty checkpoint work while weak ref access is disabled."
by Hiroshi Yamauchi
· 8 years ago
3049324
Make empty checkpoint work while weak ref access is disabled.
by Hiroshi Yamauchi
· 8 years ago
261c069
Merge "MIPS32: Improve and moderately clean up mterp."
by Vladimir Marko
· 8 years ago
84603bf
MIPS32: Improve and moderately clean up mterp.
by Alexey Frunze
· 8 years ago
ef41db7
Move interpreter to ObjPtr
by Mathieu Chartier
· 8 years ago
28d06c1
MIPS32R6: Fix floating point compares in mterp.
by Alexey Frunze
· 8 years ago
8a28714
mterp: Placeholder support for invoke-polymorphic
by buzbee
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
89171e4
Merge "[MIPS] Fix a mips64 mterp bug."
by Vladimir Marko
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
4b78706
[MIPS] Fix a mips64 mterp bug.
by Douglas Leung
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 8 years ago
c218427
Merge "Revert experimental lambda feature."
by Narayan Kamath
· 8 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 8 years ago
fbcc830
ARM/ARM64: Improve Mterp */lit8 assembly.
by Vladimir Marko
· 8 years ago
c416502
ARM64: Add comment to mterp int-to-long.
by Vladimir Marko
· 8 years ago
20421b9
ARM64: More mterp improvements.
by Vladimir Marko
· 8 years ago
d9ad357
ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation.
by Vladimir Marko
· 8 years ago
fb6db3f
ARM64: Improve mterp cmpl/cmpg.
by Vladimir Marko
· 8 years ago
e622022
ARM64: Improve Mterp.
by Vladimir Marko
· 9 years ago
5733e98
ARM64: Fix mterp switch table pointer calculation.
by Vladimir Marko
· 9 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 9 years ago
d47fd90
Revert "Revert "ART: Add Mterp export pc poison testing mode""
by Bill Buzbee
· 9 years ago
d7af522
Revert "ART: Add Mterp export pc poison testing mode"
by Bill Buzbee
· 9 years ago
e664cfe
ART: Add Mterp export pc poison testing mode
by buzbee
· 9 years ago
020b18a
ART: Improve JitProfiling perf in mips/mips64 mterp.
by Douglas Leung
· 9 years ago
963758d
ART: Add missing EXPORT_PCs to x86/_64 mterp
by buzbee
· 9 years ago
f59149a
Merge "Add weight to compiled/interpreter transitions."
by Nicolas Geoffray
· 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
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
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
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
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
00b53b7
Fast ART MIPS64 interpreter
by Alexey Frunze
· 9 years ago
Next »