Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
d3e9c62976780e830da79ae32be4192dee196db2
/
compiler
/
optimizing
/
code_generator_arm64.cc
a0130e8
Prepare compiler for adding VarHandle support.
by Andra Danciu
· 6 years ago
f938841
ARM: Optimize Div/Rem by positive const for non-negative dividends
by Evgeny Astigeevich
· 6 years ago
af92a0f
ARM: Optimize Div/Rem by 2^n for non-negative dividends
by Evgeny Astigeevich
· 6 years ago
dec7817
Optimizing: Introduce {Increase,Decrease}Frame().
by Vladimir Marko
· 6 years ago
86c8752
Direct calls to @CriticalNative methods.
by Vladimir Marko
· 6 years ago
6587d91
ART: Simplify HRem to reuse existing HDiv
by Evgeny Astigeevich
· 6 years ago
9922f00
arm/arm64: Clean up intrinsic slow paths.
by Vladimir Marko
· 6 years ago
695348f
Add compiler type to CompilerOptions.
by Vladimir Marko
· 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
f91fc12
Optimizing: Run gtests without creating the Runtime.
by Vladimir Marko
· 6 years ago
968db3c
ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem
by Evgeny Astigeevich
· 6 years ago
a6653d3
ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant
by Evgeny Astigeevich
· 6 years ago
1a719e4
RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON).
by Artem Serov
· 7 years ago
c8150b5
ART: Refactor SIMD slots and regs size processing.
by Artem Serov
· 7 years ago
c1cd133
Fix braino in arm64 codegen.
by Nicolas Geoffray
· 6 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
9b5271e
Get the baseline information from the graph.
by Nicolas Geoffray
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
20036d8
JIT baseline: don't update inline caches for intrinsics.
by Nicolas Geoffray
· 7 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 7 years ago
7d48dcd
ARM64: Move from FPRegister to VRegister based API
by Evgeny Astigeevich
· 7 years ago
0a51605
Revert "Make compiler/optimizing/ symbols hidden."
by Vladimir Marko
· 7 years ago
e272715
Make compiler/optimizing/ symbols hidden.
by Vladimir Marko
· 7 years ago
2bb44fe
ARM64: Change code emitted by ClinitCheck.
by Vladimir Marko
· 7 years ago
988c391
Fix null checks on volatile reference field loads on ARM64.
by Roland Levillain
· 7 years ago
7f8678e
Revert^2 "Prevent overflow for AOT hotness counters"
by Mathieu Chartier
· 7 years ago
7ab0777
Revert "Prevent overflow for AOT hotness counters"
by Nicolas Geoffray
· 7 years ago
79e6eb8
Prevent overflow for AOT hotness counters
by Mathieu Chartier
· 7 years ago
be53085
ARM64: Improve BoundsCheck for constant inputs.
by Georgia Kouveli
· 7 years ago
9df37b9
ART: ARM64: Fix saved fpu stack offsets for SIMD.
by Artem Serov
· 7 years ago
44ca075
Compiler changes for boot image extension.
by Vladimir Marko
· 7 years ago
bf12191
Implement ClassStatus::kVisiblyInitialized.
by Vladimir Marko
· 7 years ago
1a225a7
ARM/ARM64: Improve frame entry/exit codegen.
by Vladimir Marko
· 7 years ago
2d06e02
Clean up linker patches in codegens.
by Vladimir Marko
· 7 years ago
d5fd5c3
Make .bss stores atomic release operations.
by Vladimir Marko
· 7 years ago
f667508
ARM/ARM64: Use trampolines for slow-path entrypoint calls.
by Vladimir Marko
· 7 years ago
8fa839c
Revert^2 "Improve ArraySet codegen."
by Vladimir Marko
· 7 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 9 years ago
0dda8c8
Revert "Improve ArraySet codegen."
by Vladimir Marko
· 7 years ago
0ece864
Improve ArraySet codegen.
by Vladimir Marko
· 7 years ago
403aafa
Fix non-deterministic compilation for const-string...
by Vladimir Marko
· 7 years ago
3db7068
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
aa6f483
ART: ARM64: Pass ISA features to VIXL macroassembler.
by Artem Serov
· 8 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 8 years ago
57e7dbf
Merge "ARM64: Support interm. address for object arrays."
by Vladimir Marko
· 8 years ago
0806f58
ARM64: Support interm. address for object arrays.
by Artem Serov
· 8 years ago
fe89f17
Merge "Block the platform register, x18."
by Treehugger Robot
· 8 years ago
b546163
Fix HNewArray with unresolved primitive array type.
by Vladimir Marko
· 8 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 8 years ago
bdb2ecc
Remove sharpening as an optimization pass.
by Nicolas Geoffray
· 8 years ago
bd8e10c
Block the platform register, x18.
by Peter Collingbourne
· 8 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 8 years ago
75eec5d
Merge "Fix longstanding bug around implicit NPEs and GC, version 2."
by Treehugger Robot
· 8 years ago
61ba8d2
Fix longstanding bug around implicit NPEs and GC, version 2.
by Nicolas Geoffray
· 8 years ago
14e5a29
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
by Roland Levillain
· 8 years ago
e094387
Merge "Document the use of the biased card table in ART's code generators."
by Roland Levillain
· 8 years ago
94796f8
ARM64: Reimplement the UnsafeCASObject intrinsic.
by Vladimir Marko
· 8 years ago
c73f052
Document the use of the biased card table in ART's code generators.
by Roland Levillain
· 8 years ago
248141f
ARM/ARM64: Introspection Baker RB for intrinsics.
by Vladimir Marko
· 8 years ago
0ecac68
ARM64: Introspection Baker RB for volatile fields.
by Vladimir Marko
· 8 years ago
008e09f3
ARM/ARM64: Clean up Baker RB introspection codegen.
by Vladimir Marko
· 8 years ago
a21eca6
Merge "Revert^2 "ARM/ARM64: Use introspection marking for JITted code.""
by Vladimir Marko
· 8 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 8 years ago
966b46f
Revert^2 "ARM/ARM64: Use introspection marking for JITted code."
by Vladimir Marko
· 8 years ago
3232dbb
Do not save/restore regs in ClinitCheck slow path.
by Vladimir Marko
· 8 years ago
b27d874
Merge "Rewrite Class init entrypoint to take a Class arg."
by Vladimir Marko
· 8 years ago
756e722
Revert "ARM/ARM64: Use introspection marking for JITted code."
by Nicolas Geoffray
· 8 years ago
a9f303c
Rewrite Class init entrypoint to take a Class arg.
by Vladimir Marko
· 8 years ago
450f1d0
ARM/ARM64: Use introspection marking for JITted code.
by Vladimir Marko
· 8 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 8 years ago
59d0872
Merge "Always produce PIC code for AOT compilation."
by Treehugger Robot
· 8 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 8 years ago
f58dc65
ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64
by Evgeny Astigeevich
· 8 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 8 years ago
6fd1606
Implement Integer.valueOf() intrinsic for boot image.
by Vladimir Marko
· 8 years ago
86c84f7
Merge "ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation"
by Treehugger Robot
· 8 years ago
f9e9054
ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation
by Evgeny Astigeevich
· 8 years ago
f07d561
Merge "Move instruction_set_ to CompilerOptions."
by Vladimir Marko
· 8 years ago
a3234e9
ARM64: Optimization of HRem and HDiv when a denominator is power of 2
by Evgeny Astigeevich
· 8 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 8 years ago
ccfc88a
Merge "Implement Integer.valueOf() intrinsic for PIC."
by Vladimir Marko
· 8 years ago
bf711e3
Merge "ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions"
by Roland Levillain
· 8 years ago
eebb821
Implement Integer.valueOf() intrinsic for PIC.
by Vladimir Marko
· 8 years ago
2227fe4
Small refactor of MIN/MAX compiler code.
by Petre-Ionut Tudor
· 8 years ago
878f17d
ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions
by Evgeny Astigeevich
· 8 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 8 years ago
dbaa5c7
ART: Compiler support for const-method-handle
by Orion Hodson
· 8 years ago
18259d7
ART: Compiler support for const-method-type
by Orion Hodson
· 8 years ago
7a69505
Rewrite null checks in read barrier introspection thunks.
by Vladimir Marko
· 8 years ago
ca1e038
Revert^2 "Compile link-time thunks in codegen."
by Vladimir Marko
· 8 years ago
5806a9e
Revert "Compile link-time thunks in codegen."
by Vladimir Marko
· 8 years ago
c9dd220
Compile link-time thunks in codegen.
by Vladimir Marko
· 9 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 8 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
9992e09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
by Vladimir Marko
· 8 years ago
8ba5641
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
by Vladimir Marko
· 8 years ago
e47f60c
Retrieve String/Class references from .data.bimg.rel.ro.
by Vladimir Marko
· 8 years ago
Next »