Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
c2099b0b0c052dd61137b9cf5f9f8b30bab1a7a8
/
runtime
c2099b0
Merge "ART: Dump proc/maps on mem_map_test failure"
by Treehugger Robot
· 7 years ago
da1cc3b
Merge "Revert^2: Add dex item for hiddenapi flags"
by David Brazdil
· 7 years ago
ce4cbaa
Merge "ART: Add array-alloc-inl.h"
by Treehugger Robot
· 7 years ago
c857f4a
ART: Dump proc/maps on mem_map_test failure
by Andreas Gampe
· 7 years ago
f559f57
Merge "ART: Do some include-what-you-use"
by Treehugger Robot
· 7 years ago
7ac6666
Merge changes I9aa705ea,I2faac626
by Christian Wailes
· 7 years ago
fe3a979
Revert^2: Add dex item for hiddenapi flags
by David Brazdil
· 7 years ago
8e0f043
ART: Add array-alloc-inl.h
by Andreas Gampe
· 7 years ago
88dbad3
ART: Do some include-what-you-use
by Andreas Gampe
· 7 years ago
c58dca3
Merge "Revert^2 "Add fast path for interpreter to interpreter invokes.""
by David Srbecky
· 7 years ago
2d99da1
Merge "Revert "Inline ClassLinker::ResolveMethod""
by David Srbecky
· 7 years ago
9cc67b1
Revert "Inline ClassLinker::ResolveMethod"
by David Srbecky
· 7 years ago
65d6892
Merge "Handle quickened opcodes in instrumentation deopt."
by Nicolas Geoffray
· 7 years ago
fe89f17
Merge "Block the platform register, x18."
by Treehugger Robot
· 7 years ago
960327b
Revert^2 "Add fast path for interpreter to interpreter invokes."
by David Srbecky
· 7 years ago
a61b45a
Handle quickened opcodes in instrumentation deopt.
by Nicolas Geoffray
· 7 years ago
55c880e
Revert "Disable kAppImageMayContainStrings"
by Chris Wailes
· 7 years ago
fbeef46
Fixed a GC bug caused by improper AppImage string fixup.
by Chris Wailes
· 7 years ago
5314cae
Merge "Revert "Add fast path for interpreter to interpreter invokes.""
by Andreas Gampe
· 7 years ago
ac355f9
Revert "Add fast path for interpreter to interpreter invokes."
by Andreas Gampe
· 7 years ago
08fc17a
Merge "Split interpreter_switch_impl.cc"
by Treehugger Robot
· 7 years ago
2ee09ff
Split interpreter_switch_impl.cc
by David Srbecky
· 7 years ago
e7e4eda
Merge "ART: Clean up CreateImageSections() comment."
by Vladimir Marko
· 7 years ago
6d3c181
ART: Clean up CreateImageSections() comment.
by Vladimir Marko
· 7 years ago
d9a0437
Revert "Add dex item for hiddenapi flags"
by David Brazdil
· 7 years ago
fd2aa2b
Merge "Add fast path for interpreter to interpreter invokes."
by David Srbecky
· 7 years ago
cd98cde
Merge "Add dex item for hiddenapi flags"
by David Brazdil
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
0233877
Merge "ART: Fix tidy bugprone-macro-parentheses"
by Andreas Gampe
· 7 years ago
0a4510a
Merge "Fix system_weak_test 2: GSS"
by Treehugger Robot
· 7 years ago
065f7cc
Fix system_weak_test 2: GSS
by Alex Light
· 7 years ago
0dbc363
Add dex item for hiddenapi flags
by David Brazdil
· 7 years ago
76d5c1a
Merge "Remove the relocations section from the image."
by Vladimir Marko
· 7 years ago
7584333
Add fast path for interpreter to interpreter invokes.
by David Srbecky
· 7 years ago
d68ab24
Remove the relocations section from the image.
by Vladimir Marko
· 7 years ago
60c5bc1
Add a new cpu variant named kabylake
by Shalini Salomi Bodapati
· 7 years ago
df7c2a6
Merge "Fix system_weak_test"
by Treehugger Robot
· 7 years ago
91fc091
Fix system_weak_test
by Alex Light
· 7 years ago
929f425
Merge "ART: Fix android-cloexec warnings"
by Treehugger Robot
· 7 years ago
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
dfcd82c
ART: Fix android-cloexec warnings
by Andreas Gampe
· 7 years ago
584771b
ART: Fix tidy bugprone-macro-parentheses
by Andreas Gampe
· 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
Next »