Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
7f1fe5d78af99e19ffebc1e5c03f095ea6301ea2
/
runtime
1cb95b1
Merge "Cache the value of MterpShouldSwitchInterpreters()"
by David Srbecky
· 7 years ago
28f6cff
Cache the value of MterpShouldSwitchInterpreters()
by David Srbecky
· 7 years ago
fa9abc2
Merge "ART: Use ObjPtr for GetSuperClass"
by Treehugger Robot
· 7 years ago
6bc39b1
Merge "Avoid holding locks when calling ObjectFree callback"
by Alex Light
· 7 years ago
06ef9aa
Merge "Count transitions from interpreter to intrinsic."
by David Srbecky
· 7 years ago
4f570a4
Merge "Remove oat_data_begin checks from OatFile."
by Vladimir Marko
· 7 years ago
234389a
Merge "ART: Enable bugprone-unused-return-value"
by Andreas Gampe
· 7 years ago
afaf7f8
ART: Enable bugprone-unused-return-value
by Andreas Gampe
· 7 years ago
6c44448
Count transitions from interpreter to intrinsic.
by David Srbecky
· 7 years ago
f1d0b72
Merge "Rename fast_invoke template argument of DoInvoke to is_mterp."
by David Srbecky
· 7 years ago
b71265d
Merge "Move cpp-define related static_assert to runtime."
by David Srbecky
· 7 years ago
50b4743
Move cpp-define related static_assert to runtime.
by David Srbecky
· 7 years ago
9f1893b
Replace hard-coded vreg accesses in mterp with macros.
by David Srbecky
· 7 years ago
f06ca50
Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))."
by Treehugger Robot
· 7 years ago
2d899c4
Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)).
by Josh Gao
· 7 years ago
0d45ba3
Merge "Fix -verbose:image errors"
by Treehugger Robot
· 7 years ago
1f5ab4e
Rename fast_invoke template argument of DoInvoke to is_mterp.
by David Srbecky
· 7 years ago
f4efa9e
Remove oat_data_begin checks from OatFile.
by Vladimir Marko
· 7 years ago
3f1fec6
Fix -verbose:image errors
by Mathieu Chartier
· 7 years ago
21ff4ad
Merge "Remove read barriers in InternTable::Table::AddInternStrings"
by Mathieu Chartier
· 7 years ago
74844fb
Merge "Remove mterp "alternate" opcode handlers."
by David Srbecky
· 7 years ago
a52ac0c
Merge "Shrink couple of x86 mterp handlers."
by David Srbecky
· 7 years ago
2595137
Merge "Disable kAppImageMayContainStrings"
by Treehugger Robot
· 7 years ago
2547af3
Remove read barriers in InternTable::Table::AddInternStrings
by Mathieu Chartier
· 7 years ago
a683248
Merge "Dump heap spaces for heap corruption"
by Treehugger Robot
· 7 years ago
966b933
Disable kAppImageMayContainStrings
by Mathieu Chartier
· 7 years ago
3008ea4
Dump heap spaces for heap corruption
by Mathieu Chartier
· 7 years ago
cd0f38f
Add logic to eagerly resolve const-string for startup methods
by Mathieu Chartier
· 7 years ago
9810499
ART: Use ObjPtr for GetSuperClass
by Andreas Gampe
· 7 years ago
776f3f7
Remove mterp "alternate" opcode handlers.
by David Srbecky
· 7 years ago
d88f5f7
Shrink couple of x86 mterp handlers.
by David Srbecky
· 7 years ago
4c8d22f
Merge "Cache the ImtTable index in the interpreter."
by David Srbecky
· 7 years ago
6071d2d
Merge "Make QuickExceptionHandler handle force-retry-instruction"
by Treehugger Robot
· 7 years ago
6c2b86e
Cache the ImtTable index in the interpreter.
by David Srbecky
· 7 years ago
be1f8d0
Make QuickExceptionHandler handle force-retry-instruction
by Alex Light
· 7 years ago
43c6653
Add support for A76 in art
by Haibo Huang
· 7 years ago
c926e26
Merge "Revert "Fix issues due to updated toolchain.""
by Treehugger Robot
· 7 years ago
710d785
Merge "Add extra handling for loading intern tables"
by Mathieu Chartier
· 7 years ago
3cf0a3e
Merge "ART: Add support for ARMv8.x features for ARM64."
by Vladimir Marko
· 7 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 7 years ago
147a47c
Revert "Fix issues due to updated toolchain."
by Pirama Arumuga Nainar
· 7 years ago
8db8072
Merge "ART: Use reinterpret_cast{32,64}<> when appropriate."
by Vladimir Marko
· 7 years ago
d55f6ee
Merge "Revert^4 "JVMTI PopFrame support""
by Alex Light
· 7 years ago
78baed5
ART: Use reinterpret_cast{32,64}<> when appropriate.
by Vladimir Marko
· 7 years ago
231a953
Merge "Cleanup the cpp-define-generator definitions."
by David Srbecky
· 7 years ago
8e7d0cb
Merge "Rewrite cpp-define-generator"
by David Srbecky
· 7 years ago
0b6b0cb
Merge "Remove CHECK that GetThis() must always work."
by Nicolas Geoffray
· 7 years ago
4cbfadc
Remove CHECK that GetThis() must always work.
by Nicolas Geoffray
· 7 years ago
766e74f
Cleanup the cpp-define-generator definitions.
by David Srbecky
· 7 years ago
0adf4d8
Rewrite cpp-define-generator
by David Srbecky
· 7 years ago
f682870
Merge "Don't mark new non-moving objs in young GC"
by Treehugger Robot
· 7 years ago
0aa7a5a
Revert^4 "JVMTI PopFrame support"
by Alex Light
· 7 years ago
e125756
Merge "Check is-obj-large before is-obj-zygote-large"
by Treehugger Robot
· 7 years ago
16d82a2
Don't mark new non-moving objs in young GC
by Lokesh Gidra
· 7 years ago
c13c713
Merge "ART: Add VMRuntime.hasBootImageSpaces implementation"
by Treehugger Robot
· 7 years ago
407bdb1
Merge "ART: Completely remove the --compile-pic option."
by Vladimir Marko
· 7 years ago
02c230c
Check is-obj-large before is-obj-zygote-large
by Lokesh Gidra
· 7 years ago
b2f61f9
Revert "Disable lld for unrecognized --keep-unique flag."
by Chih-hung Hsieh
· 7 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 7 years ago
4ca6cc7
Merge "Revert "Revert^2 "JVMTI PopFrame support"""
by Nicolas Geoffray
· 7 years ago
202b617
Revert "Revert^2 "JVMTI PopFrame support""
by Nicolas Geoffray
· 7 years ago
6e7e0ea
Merge "ART: Simplify CurrentMethodVisitor"
by Treehugger Robot
· 7 years ago
6359e69
Merge "Avoid sign extending pointers in SetStringInitValueToAllAliases"
by Mathieu Chartier
· 7 years ago
60f3222
Avoid sign extending pointers in SetStringInitValueToAllAliases
by Mathieu Chartier
· 7 years ago
08dfdf9
ART: Add VMRuntime.hasBootImageSpaces implementation
by Andreas Gampe
· 7 years ago
dd47394
ART: Add diagnostic for b/117426281
by Andreas Gampe
· 7 years ago
fc4660b
Merge "Revert^2 "Re-enable ART's region space memory protection on host.""
by Roland Levillain
· 7 years ago
c24133e
Revert^2 "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 7 years ago
b63a4e8
Merge "Fix multi-image boot class path construction."
by Vladimir Marko
· 7 years ago
432d280
Merge changes I46fb4aed,I06410bc3
by Treehugger Robot
· 7 years ago
1c7b1fc
Revert^2 "JVMTI PopFrame support"
by Alex Light
· 7 years ago
6773d08
Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively"
by Tom Cherry
· 7 years ago
59b950f
Prevent jit-compilation from loading classes in jit-on-first-use
by Alex Light
· 7 years ago
036bae0
Fix multi-image boot class path construction.
by Vladimir Marko
· 7 years ago
1b5c5c8
ART: Simplify CurrentMethodVisitor
by Andreas Gampe
· 7 years ago
ae581ed
Change address range for loading boot image.
by Vladimir Marko
· 7 years ago
3cdd57b
Merge "ART: Log /proc/self/maps for RegionSpace failure"
by Treehugger Robot
· 7 years ago
03ceeed
ART: Log /proc/self/maps for RegionSpace failure
by Andreas Gampe
· 7 years ago
d8ee1f5
Merge "Remove the auto-generated asm_support_gen.h"
by David Srbecky
· 7 years ago
068a9be
Merge "Revert "JVMTI PopFrame support""
by Alex Light
· 7 years ago
f67d0cb
Revert "JVMTI PopFrame support"
by Alex Light
· 7 years ago
bc550bb
Merge "Disable ASAN for ExecuteSwitchImplCpp"
by Alex Light
· 7 years ago
6f22e06
Disable ASAN for ExecuteSwitchImplCpp
by Alex Light
· 7 years ago
7bc8e8f
Use only signed/unsigned numbers with ParseInt/ParseUint respectively
by Tom Cherry
· 7 years ago
78940f2
Remove the auto-generated asm_support_gen.h
by David Srbecky
· 7 years ago
dd0f77c
Merge "JVMTI PopFrame support"
by Alex Light
· 7 years ago
c6adcbd
Merge "Revert^2 "Add hand written assembly for mterp field reads.""
by David Srbecky
· 7 years ago
e0e835a
Merge "Make it easier to generate helpers for mterp opcodes."
by David Srbecky
· 7 years ago
b1eff83
Revert^2 "Add hand written assembly for mterp field reads."
by David Srbecky
· 7 years ago
2b6eb71
Make it easier to generate helpers for mterp opcodes.
by David Srbecky
· 7 years ago
3adb7f2
Merge "Implemented a new method for walking string references in AppImages."
by Christian Wailes
· 7 years ago
185a461
Add some comments missed during jit-loading CL
by Alex Light
· 7 years ago
0c61be4
Implemented a new method for walking string references in AppImages.
by Chris Wailes
· 7 years ago
88a2a9d
JVMTI PopFrame support
by Alex Light
· 7 years ago
660718f
Merge "ART: Add bugprone-argument-comment"
by Treehugger Robot
· 7 years ago
9293b53
Merge "Only warn if a pre-P app overrides inlined methods at runtime"
by David Brazdil
· 7 years ago
62f14c8
Merge "Remove InvokeVirtualOrInterface event from instrumentation."
by David Srbecky
· 7 years ago
c177c47
Merge "Use the small thread-local cache for mterp invokes."
by David Srbecky
· 7 years ago
99f9733
Remove InvokeVirtualOrInterface event from instrumentation.
by David Srbecky
· 7 years ago
e8fdf72
Merge "Check the size of pid_t in art::mirror::Class."
by Roland Levillain
· 7 years ago
Next »