Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
59edf4b8f09d02c10fa87831573151c6b99c3149
/
compiler
5da0507
Support inlining methods that may have soft verifier failures.
by Nicolas Geoffray
· 5 years ago
af5d304
x86_64: add a helper function that displaces an address by a given amount.
by Ulya Trafimovich
· 5 years ago
893e2ed
x86: fix helper function that displaces address by a given amount.
by Ulya Trafimovich
· 5 years ago
33ed33b
x86_64: add intrinsic for Long.divideUnsigned
by Orion Hodson
· 5 years ago
c8451cb
Factor out arch-independent ScaleFactor definition.
by Ulya Trafimovich
· 5 years ago
322eced
x86: Deduplicate load from memory for non-reference types.
by Ulya Trafimovich
· 5 years ago
5c82493
Reduce Partial LSE memory usage.
by Vladimir Marko
· 5 years ago
161911c
x86_64: Deduplicate load from memory for non-reference types.
by Ulya Trafimovich
· 5 years ago
2ee6969
x86_64: Implement VarHandle.get() for static and instance fields.
by Ulya Trafimovich
· 5 years ago
1d326f9
Avoid race on Thread::tlsPtr_::top_handle_scope.
by Vladimir Marko
· 5 years ago
d429026
dex2oat: Abort app compilation without boot image.
by Vladimir Marko
· 5 years ago
642c8f6
Fix scheduler's `FieldAccessHeapLocation()`.
by Vladimir Marko
· 5 years ago
06fb7fa
Fix ReplacementOrValue() for Partial LSE.
by Vladimir Marko
· 5 years ago
07ff283
Compile libart.so and libart-compiler.so with 2MB section alignment.
by Collin Fijalkovich
· 6 years ago
c63d967
Rewrite profile file format.
by Vladimir Marko
· 5 years ago
ec06809
Reland "Devirtualize to HInvokeStaticOrDirect."
by Nicolas Geoffray
· 5 years ago
dac8239
Fix array location aliasing checks in LSE.
by Vladimir Marko
· 5 years ago
053e138
Link libvixl statically.
by Vladimir Marko
· 5 years ago
39d4df6
Revert "Devirtualize to HInvokeStaticOrDirect."
by Nicolas Geoffray
· 5 years ago
2d3354a
Fix .debug_frame_hdr generation.
by David Srbecky
· 5 years ago
5024ddf
Devirtualize to HInvokeStaticOrDirect.
by Nicolas Geoffray
· 5 years ago
807de1e
Fix partial LSE using removed load as Phi input.
by Vladimir Marko
· 5 years ago
9cacdce
Enable mini-debug-info by default.
by David Srbecky
· 5 years ago
889da94
Fix gtests with mini-debug-info enabled by default.
by David Srbecky
· 5 years ago
ba32016
Improve simplifier slightly
by Alex Light
· 5 years ago
88e08c0
Create magic symbol to mark .symtab as sorted.
by David Srbecky
· 5 years ago
e1e0e0f
Reland "Refactor code in inliner."
by Nicolas Geoffray
· 5 years ago
aa1b711
Revert "Refactor code in inliner."
by Winson Chung
· 5 years ago
9215250
Refactor code in inliner.
by Nicolas Geoffray
· 5 years ago
61c6242
Remove RETURN_VOID_NO_BARRIER byte-code.
by David Srbecky
· 5 years ago
bb550e4
Fix issue with Partial LSE and casts/instanceof
by Alex Light
· 5 years ago
ffafe8b
Clean up Handle<> comparison with null.
by Vladimir Marko
· 5 years ago
b895802
Move intrinsic recognition logic in inliner.
by Nicolas Geoffray
· 5 years ago
674e8be
Fix inliner instruction/register limits
by Tim Murray
· 5 years ago
d3e9ff3
Merge libdexfile_external into libdexfile (reland 2).
by Martin Stjernholm
· 5 years ago
8731e70
Add a test and CHECKs around the combination of CHA and default methods.
by Nicolas Geoffray
· 5 years ago
669756d
Revert "Merge libdexfile_external into libdexfile (reland)."
by Ulyana Trafimovich
· 5 years ago
14d9155
Merge libdexfile_external into libdexfile (reland).
by Martin Stjernholm
· 5 years ago
de7c9e1
Fix issue with propagating partial values
by Alex Light
· 5 years ago
e4f7fef
Handle predicated-gets with default values
by Alex Light
· 5 years ago
b2a1416
[metrics] Add JitMethodCompileCount
by Eric Holk
· 5 years ago
7432805
Fix simplifier issue with predicated ifield get
by Alex Light
· 5 years ago
c5cd589
Remove QUICK bytecodes.
by David Srbecky
· 5 years ago
2769f01
Fix IC resolution DCHECK
by Alex Light
· 5 years ago
4924ea9
Remove Vdex::GetQuickenedInfoOf and all its users.
by Nicolas Geoffray
· 5 years ago
5f340ff
JNI: Use callee-save register for IRT cookie.
by Vladimir Marko
· 5 years ago
d3d1a1a
Remove DexToDexCompiler
by David Srbecky
· 5 years ago
c9f4a37
Allocate LSEVisitor on the arena stack.
by Vladimir Marko
· 5 years ago
e9fb3dc
Store inline caches in StackHandleScope<> in HInliner.
by Vladimir Marko
· 5 years ago
a64c1ad
Rewrite hot method info retrieval.
by Vladimir Marko
· 5 years ago
f84ec86
Avoid CHA trying to inline the default conflict method
by v-qianliguo
· 5 years ago
a718d64
Preallocate a HashMap buffer in LSE.
by Vladimir Marko
· 5 years ago
113d6ea
Move code size from OatQuickMethodHeader to CodeInfo.
by David Srbecky
· 5 years ago
7a5a7c3
arm/arm64: Add comment to JNI assemblers' TestGcMarking.
by Vladimir Marko
· 5 years ago
6a5a5b6
arm/arm64: Use marking register in JNI stubs.
by Vladimir Marko
· 5 years ago
17b4d2b
Add code size to CodeInfo.
by David Srbecky
· 5 years ago
93fc098
Mark jclass in JNI stubs in a slow path.
by Vladimir Marko
· 5 years ago
9150de6
[LSC] Add LOCAL_LICENSE_KINDS to art
by Bob Badour
· 5 years ago
5e060ee
Fix implicit null checks for InvokeVirtual.
by Vladimir Marko
· 5 years ago
cedec9d
Do not create HandleScope for JNI transitions.
by Vladimir Marko
· 5 years ago
2cefb3b
x86: Fix CriticalNative argument spilling in JNI stubs.
by Vladimir Marko
· 5 years ago
745da80
Add Math.multiplyHigh intrinsic
by Nikita Iashchenko
· 5 years ago
c7ac91b
[metrics] Report some ART metadata
by Eric Holk
· 5 years ago
a0a20cd
Fix Reference.refersTo() intrinsic for heap poisoning.
by Vladimir Marko
· 5 years ago
55ab7e8
ARM64: Support SVE VL other than 128-bit.
by Artem Serov
· 6 years ago
ac27ac0
Implement Reference.refersTo() intrinsic.
by Vladimir Marko
· 5 years ago
26bf47a
Use memfd_create_compat() in gtests.
by Vladimir Marko
· 5 years ago
8ba4de1
ART: Implement predicated SIMD vectorization.
by Artem Serov
· 7 years ago
37fd800
Use mmap for compiled code for gtest.
by Vladimir Marko
· 5 years ago
36e4d1d
Remove HWASan tag from method entrypoint in tests.
by Vladimir Marko
· 5 years ago
f3f1c8b
Add comment to art_jni_trampoline.
by Yabin Cui
· 5 years ago
a7c66e7
Avoid potential null dereference
by Alex Light
· 5 years ago
853367b
arm: Fix and improve JNI frame entry/exit.
by Vladimir Marko
· 5 years ago
3a73ffb
Revert^4 "Partial Load Store Elimination"
by Alex Light
· 5 years ago
791df7a
Revert "Revert^2 "Partial Load Store Elimination""
by Nicolas Geoffray
· 5 years ago
fc1ce4e
Revert^2 "Partial Load Store Elimination"
by Alex Light
· 5 years ago
c6da1be
Enable LSE of shadow$_monitor_ field
by Alex Light
· 5 years ago
b171bc4
Change offsets in LSE_test to be outside of Object
by Alex Light
· 5 years ago
7968cae
arm: Implement VarHandle intrinsics for byte array views.
by Vladimir Marko
· 5 years ago
47ac531
Revert "Partial Load Store Elimination"
by Nicolas Geoffray
· 5 years ago
b8686ce
Partial Load Store Elimination
by Alex Light
· 6 years ago
d5a8695
Reland "Improve invokeinterface for nterp."
by Nicolas Geoffray
· 5 years ago
09e2337
Avoid passing around LSE Phase
by Alex Light
· 5 years ago
f5a84cb
Rename Value::Unknown to Value::PureUnknown
by Alex Light
· 5 years ago
1e414eb
Make MaterializeLoopPhis more explicit
by Alex Light
· 5 years ago
deef200
Fix minor formatting issue
by Alex Light
· 5 years ago
dc281e7
Add operator<< for HGraph and HInstructions.
by Alex Light
· 5 years ago
98873af
arm64: Implement VarHandle intrinsics for byte array views.
by Vladimir Marko
· 5 years ago
54ed015
Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp.
by Nicolas Geoffray
· 5 years ago
a714dd3
Fix expected results for clang-r407598 update.
by Yabin Cui
· 5 years ago
bd57059
Handle missing methods in compiler and nterp.
by Nicolas Geoffray
· 5 years ago
c9fcfd0
Optimizing: Add debugging output for HInstruction.
by Vladimir Marko
· 5 years ago
cb5f97d
Use ResolveFieldJLS in compiler.
by Nicolas Geoffray
· 5 years ago
f6b9e40
Add constexpr annotations to LSEVisitor member functions.
by Peter Collingbourne
· 5 years ago
ef28d24
Avoid PhiPlaceholder pointers
by Alex Light
· 6 years ago
6d32723
arm: Implement VarHandle intrinsics for arrays.
by Vladimir Marko
· 5 years ago
479cbad
arm64: Implement VarHandle intrinsics for arrays.
by Vladimir Marko
· 5 years ago
3ac2f5a
Make RTP::Visit robust against input order
by Alex Light
· 6 years ago
0615dd9
arm: Better document memory barriers for Unsafe/VarHandle.
by Vladimir Marko
· 6 years ago
2610dfe
Enable LSE of shadow-klass field
by Alex Light
· 5 years ago
Next »