Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
86c8752f64629325026945cd4eabd1dcea224acb
/
compiler
86c8752
Direct calls to @CriticalNative methods.
by Vladimir Marko
· 6 years ago
396198b
Handle unresolved field type in compiler.
by Nicolas Geoffray
· 6 years ago
0d60a2b
Introduce an enum for the compilation kind.
by Nicolas Geoffray
· 6 years ago
289bd1c
Make GVN handle HDeoptimize better
by Alex Light
· 6 years ago
2b74f60
ART: Add recognition of optimized HRems in BCE
by Evgeny Astigeevich
· 6 years ago
6587d91
ART: Simplify HRem to reuse existing HDiv
by Evgeny Astigeevich
· 6 years ago
9974e3c
Clean up generated operator<<(os, enum).
by Vladimir Marko
· 6 years ago
0771884
ART: Introduce predicated vector instructions.
by Artem Serov
· 6 years ago
9922f00
arm/arm64: Clean up intrinsic slow paths.
by Vladimir Marko
· 6 years ago
66704db
x86/x86-64: Clean up intrinsic codegen for SSE4.1.
by Vladimir Marko
· 6 years ago
ef89842
Run LSA as a part of the LSE pass.
by Vladimir Marko
· 6 years ago
4a88a5a
Finish move of jar compilation rules from makefile to soong.
by David Srbecky
· 6 years ago
fc13652
Revert "Don't abort for min/max/abs intrinsics, baseline use them."
by Vladimir Marko
· 6 years ago
2acd1ec
HWASan fixes for ART tests
by David Srbecky
· 6 years ago
695348f
Add compiler type to CompilerOptions.
by Vladimir Marko
· 6 years ago
8284e9a
Add extra failed inlining reasons
by Mathieu Chartier
· 6 years ago
0ddb338
ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem
by Evgeny Astigeevich
· 6 years ago
1439e57
ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem
by Evgeny Astigeevich
· 6 years ago
883c134
Revert^2 "Remove test_per_src from ART tests."
by David Srbecky
· 6 years ago
ecb984d
Optimizing: Run additional tests on target.
by Vladimir Marko
· 6 years ago
f91fc12
Optimizing: Run gtests without creating the Runtime.
by Vladimir Marko
· 6 years ago
33c091e
Code sinking can move around LoadString that can throw.
by Nicolas Geoffray
· 6 years ago
5d2311a
Optimizing: Refactor ImprovedOptimizingUnitTest.
by Vladimir Marko
· 6 years ago
02ca05a
Move HandleCache to HGraph.
by Vladimir Marko
· 6 years ago
5868ada
Move implementations from class_root.h to -inl.h .
by Vladimir Marko
· 6 years ago
5a62af5
Optimizing: Create fewer handles in inliner.
by Vladimir Marko
· 6 years ago
85af16e
Fix two bugs around aput-object.
by Nicolas Geoffray
· 6 years ago
968db3c
ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem
by Evgeny Astigeevich
· 6 years ago
75b961a
Add visibilities for prebuilts.
by Martin Stjernholm
· 6 years ago
fc5e2ef
Revert "Remove test_per_src from ART tests."
by Christopher Ferris
· 6 years ago
8103e47
Remove test_per_src from ART tests.
by David Srbecky
· 6 years ago
a6653d3
ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant
by Evgeny Astigeevich
· 6 years ago
d34b73b
Clean up internal stack trace construction.
by Vladimir Marko
· 6 years ago
1a719e4
RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON).
by Artem Serov
· 7 years ago
0f5b2bf
ART: Introduce Loop Versioning in SuberblockCloner.
by Artem Serov
· 7 years ago
5f84607
Optimizing: Construct intrinsic HIR in builder.
by Vladimir Marko
· 6 years ago
c8150b5
ART: Refactor SIMD slots and regs size processing.
by Artem Serov
· 7 years ago
b47b978
ART: Fix vectorizer HalvingAdd idiom.
by Artem Serov
· 7 years ago
2f40d24
Small cleanup in InstructionBuilder.
by Vladimir Marko
· 6 years ago
605c591
Add more DCHECKs to investigate build bot failure.
by Nicolas Geoffray
· 6 years ago
fbf53b5
DCHECK to ensure processing instruction doesn't leave an exception.
by Nicolas Geoffray
· 6 years ago
4fa07a5
Add explicit compiler option to enable test-specific features.
by David Srbecky
· 6 years ago
fe57c2b
Revert^4 "Add "linkage" test options""
by David Sehr
· 6 years ago
16c08ca
Revert "Revert "Revert "Add "linkage" test options"""
by Nicolas Geoffray
· 6 years ago
80c0c50
Revert "Revert "Add "linkage" test options""
by David Sehr
· 6 years ago
f368882
Add more debugging info around ResolveField.
by Nicolas Geoffray
· 6 years ago
41617b1
Add more logging and sanity checks for JIT mini-debug-info.
by David Srbecky
· 6 years ago
91a8e6f
Revert "Add "linkage" test options"
by Nicolas Geoffray
· 6 years ago
873bb64
Add "linkage" test options
by David Sehr
· 6 years ago
4395284
Consider thumb bit when repacking and compressing JIT mini-debug-info.
by David Srbecky
· 6 years ago
0300822
Move @CriticalNative arguments in registers.
by Vladimir Marko
· 6 years ago
30fd851
Refactor RemoveNativeDebugInfoForJit.
by David Srbecky
· 6 years ago
b1fe5e1
HStringBuilderAppend cannot be null.
by Vladimir Marko
· 6 years ago
76e52e8
Add more information in the trace when JIT compiling.
by Nicolas Geoffray
· 6 years ago
e42876f
Minor improvements in JNI assemblers.
by Vladimir Marko
· 6 years ago
e521eb0
ART: Fix a compiler crash for VectorizeDef() idioms.
by Artem Serov
· 6 years ago
662f12e
Move entry spills determination to JNI compiler.
by Vladimir Marko
· 6 years ago
6cf7a9b
Revert "Revert "If generating an image, run initialization and other optimizations.""
by Nicolas Geoffray
· 6 years ago
03e8716
Remove MIPS support from libelffile.
by Vladimir Marko
· 6 years ago
bbec8a6
Revert "If generating an image, run initialization and other optimizations."
by Eric Holk
· 6 years ago
ada8536
If generating an image, run initialization and other optimizations.
by Nicolas Geoffray
· 6 years ago
6a8e66c
Remove JIT native debug info on failed commits.
by David Srbecky
· 6 years ago
1868de9
Refactor inliner
by Eric Holk
· 6 years ago
5b76889
Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`.
by Roland Levillain
· 6 years ago
ef46e10
Do not verify dex files for --compiler-filter=assume-verified.
by Vladimir Marko
· 6 years ago
be0d3cf
Remove remaining MIPS support.
by Vladimir Marko
· 6 years ago
fa458ac
Allow late lookup for @CriticalNative methods.
by Vladimir Marko
· 6 years ago
2925311
Prevent entering IMT conflict trampoline with j.l.Object methods.
by Nicolas Geoffray
· 6 years ago
67e4a4d
ART: ARM64: Improve FP IsInfinity intrinsic.
by Artem Serov
· 6 years ago
2c8123c
Remove MIPS support from JNI/trampoline compiler.
by Vladimir Marko
· 6 years ago
54f4fbd
Remove MIPS support from Optimizing.
by Vladimir Marko
· 6 years ago
4cbb51a
Fix ART code around JIT zygote.
by Nicolas Geoffray
· 6 years ago
948f062
jni: Fix templates for clang-r377782 update.
by Yabin Cui
· 6 years ago
002eac6
Only flush visualizer output at the end of the compilation.
by Nicolas Geoffray
· 6 years ago
fc58809
Remove old JDWP implementation from ART
by Alex Light
· 6 years ago
d71f1dc
Enable support of VecLoad/VecStore in LSE
by xueliang.zhong
· 8 years ago
c124d1d
Fix name-based detection of JIT-zygote boot image extension.
by Ulya Trafimovich
· 6 years ago
c1cd133
Fix braino in arm64 codegen.
by Nicolas Geoffray
· 6 years ago
6a67bea
Update InstructionBuilder's IsInBootImage for boot image extension.
by Vladimir Marko
· 6 years ago
1c3c106
jni: Do not create a managed frame for @CriticalNative.
by Vladimir Marko
· 7 years ago
14d1307
Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest.
by Roland Levillain
· 6 years ago
a18f5ae
Fix StringBuilder append assumptions.
by Vladimir Marko
· 6 years ago
7ee34a1
Add OptimizingUnitTestHelper::GraphChecker methods
by Evgeny Astigeevich
· 6 years ago
066dd902
Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR
by Jiyong Park
· 6 years ago
80599a2
Revert submission 1191937-art_apex_available
by Joseph Murphy
· 6 years ago
1e88f98
Use apex_available property
by Jiyong Park
· 7 years ago
796aa2c
[baseline] Check that the profiling info is not null.
by Nicolas Geoffray
· 6 years ago
57cacb7
Refactor OSR related code to prepare for "true" OSR.
by Nicolas Geoffray
· 6 years ago
52506e2
Add ImprovedOptimizingUnitTest::CreateParameters for subclasses
by Evgeny Astigeevich
· 7 years ago
270db1c
Revert^4 "Allow structural redefinition on non-final classes."
by Alex Light
· 7 years ago
43f2f75
Revert^4 "Implement Dot Product Vectorization for x86"
by Alex Light
· 7 years ago
9b5271e
Get the baseline information from the graph.
by Nicolas Geoffray
· 7 years ago
4f2e088
ARM64: Move from FPRegister to VRegister based API (continued (2)).
by Roland Levillain
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
664999a
Revert "Revert^2 "Allow structural redefinition on non-final classes.""
by Nicolas Geoffray
· 7 years ago
f1b809c
Revert^2 "Allow structural redefinition on non-final classes."
by Alex Light
· 7 years ago
20036d8
JIT baseline: don't update inline caches for intrinsics.
by Nicolas Geoffray
· 7 years ago
457e9fa
ARM64: FP16 greater/less/greaterEquals/lessEquals intrinsics for ARMv8
by Usama Arif
· 7 years ago
17a39ba
JIT baseline: Don't update the inline cache for an intrinsic.
by Nicolas Geoffray
· 7 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 7 years ago
Next »