index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
common_arm64.h
Age
Commit message (
Expand
)
Author
2024-08-02
ART: Suppress -Wdeprecated-declarations for vixl includes.
Vladimir Marko
2024-03-12
Remove default cases when all cases are defined
Santiago Aboy Solanes
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2023-04-25
Use `down_cast<>` in `HInstruction::As##type()`.
Vladimir Marko
2023-04-06
Clean up creating constant locations.
Vladimir Marko
2023-04-05
Clean up `IsZeroBitPattern(HInstruction*)` usage.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2021-02-05
ARM64: Support SVE VL other than 128-bit.
Artem Serov
2021-02-04
ART: Implement predicated SIMD vectorization.
Artem Serov
2020-11-16
Revert^2 "ART: Fix breaking changes from recent VIXL update."
Artem Serov
2020-10-28
Revert "ART: Fix breaking changes from recent VIXL update."
Ulyana Trafimovich
2020-10-28
ART: Fix breaking changes from recent VIXL update.
Artem Serov
2019-12-03
ARM64: Move from FPRegister to VRegister based API (continued (2)).
Roland Levillain
2019-11-28
ARM64: FP16 greater/less/greaterEquals/lessEquals intrinsics for ARMv8
Usama Arif
2019-10-31
ARM64: Move from FPRegister to VRegister based API
Evgeny Astigeevich
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-06-27
ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64F...
Evgeny Astigeevich
2018-06-14
Small refactor of MIN/MAX compiler code.
Petre-Ionut Tudor
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-06-08
ARM64: Encode constants when it is possible.
Artem Serov
2017-04-10
ARM64: Support vectorization for double and long.
Artem Serov
2017-04-10
ARM64: Support 128-bit registers for SIMD.
Artem Serov
2017-02-17
ARM: Merge data-processing instructions and shifts/(un)signed extensions
Anton Kirilov
2017-01-27
ARM64: VIXL: Fix breaking changes to ternary operator with Register inputs.
Scott Wakeling
2016-09-20
Change remaining slow path throw entrypoints to save everything.
Vladimir Marko
2016-09-06
Remove unnecessary `static` specifiers in `common_arm64.h`.
Alexandre Rames
2016-08-25
ARM64: Use the zero register for field and array set operations.
Alexandre Rames
2016-08-12
ARM64: VIXL: Support a newer version of VIXL.
Artem Serov
2016-07-21
ARM: Port instr simplification of array accesses.
Artem Serov
2016-07-15
Fixes to build against new VIXL interface.
Scott Wakeling
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-04-01
Improve debugging in art/compiler/optimizing/common_arm64.h.
Roland Levillain
2016-03-18
Ensure art::HRor support boolean, byte, short and char inputs.
Roland Levillain
2015-12-11
Replace rotate patterns and invokes with HRor IR.
Scott Wakeling
2015-11-25
ARM64: Use the shifter operands.
Alexandre Rames
2015-10-19
ARM64: Instruction simplification for array accesses.
Alexandre Rames
2015-10-16
ARM64: Better recognition of constants encodable as immediates.
Alexandre Rames
2015-07-07
Improve code generation for ARM64 VisitArrayGet/Set.
Alexandre Rames
2015-04-24
Opt compiler: ARM64: Use ldp/stp on arm64 for slow paths.
Zheng Xu
2015-04-02
Opt Compiler: ARM64 goodness
Serban Constantinescu
2015-03-31
ARM64: Update to VIXL 1.9.
Serban Constantinescu
2015-03-17
Opt Compiler: Materialise constants that cannot be encoded
Serban Constantinescu
2015-03-12
Revert "Opt Compiler: Materialise constants that cannot be encoded"
Nicolas Geoffray
2015-03-11
Opt Compiler: Materialise constants that cannot be encoded
Serban Constantinescu
2015-03-04
Fix arm64 build.
Nicolas Geoffray
2015-01-29
Introduce primitive type helpers.
Alexandre Rames
2015-01-28
ART: Arm64 optimizing compiler intrinsics
Andreas Gampe