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
/
nodes_vector.h
Age
Commit message (
Expand
)
Author
2024-11-06
Support all conditions in predicated vectorization
Chris Jones
2024-10-15
Arm64: fix VecPredToBoolean code generation for SVE
Konstantin Baladurin
2023-07-12
Support autovectorization of diamond loops.
Artem Serov
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2021-02-04
ART: Implement predicated SIMD vectorization.
Artem Serov
2020-06-09
ART: Introduce predicated vector instructions.
Artem Serov
2020-01-28
Enable support of VecLoad/VecStore in LSE
xueliang.zhong
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-14
Rename HVecReduce::GetKind() to GetReductionKind().
Vladimir Marko
2018-09-25
ART: ARM64: Support DotProd SIMD idiom.
Artem Serov
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-07-13
Expand comment for HVecMultiplyAccumulate
Hans Boehm
2018-07-13
Revert "Emit vector mulitply and accumulate instructions for x86."
Hans Boehm
2018-07-02
Emit vector mulitply and accumulate instructions for x86.
Gupta Kumar, Sanjiv
2018-05-08
Store HIR type in HInstruction::packed_field_.
Vladimir Marko
2018-04-13
Bug fix in SIMD result detection.
Aart Bik
2018-03-16
Minor DCHECK bug fix.
Aart Bik
2018-03-15
Vectorization of saturation arithmetic.
Aart Bik
2018-02-21
Fix iCache misses for GetKind on x86,x86_64
Gupta Kumar, Sanjiv
2018-02-01
Clean up signed/unsigned in vectorizer.
Aart Bik
2017-12-13
ARM64: Workaround for the callee saved FP registers and SIMD.
Artem Serov
2017-12-07
Fixed spilling bug (visible on ARM64): missed SIMD type.
Aart Bik
2017-11-07
ART: Introduce individual HInstruction cloning.
Artem Serov
2017-10-20
Improve sign and zero extension analysis.
Aart Bik
2017-10-18
ART: Introduce Uint8 loads in compiled code.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-05
Try to preserve dex pc better in vector code.
Aart Bik
2017-10-03
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-21
Implement Sum-of-Abs-Differences idiom recognition.
Aart Bik
2017-09-20
Ensure extract is seen as having scalar result.
Aart Bik
2017-09-05
Basic SIMD reduction support.
Aart Bik
2017-09-02
Revert "Basic SIMD reduction support."
Nicolas Geoffray
2017-09-01
Basic SIMD reduction support.
Aart Bik
2017-08-30
Revert "Basic SIMD reduction support."
Aart Bik
2017-08-30
Basic SIMD reduction support.
Aart Bik
2017-07-13
Added GVN related attributes to vector nodes.
Aart Bik
2017-07-08
Revert "Added GVN related attributes to vector nodes."
Nicolas Geoffray
2017-07-06
Added GVN related attributes to vector nodes.
Aart Bik
2017-05-16
Merge "Min/max SIMDization support."
Aart Bik
2017-05-15
Min/max SIMDization support.
Aart Bik
2017-05-11
ARM64: Share address computation across SIMD LDRs/STRs.
Artem Serov
2017-05-01
Allow same-length integral type mixing in SIMD.
Aart Bik
2017-04-25
Pack booleans in the already existing bit field.
Aart Bik
2017-04-21
Factor vector unary/binary shared code out into superclass.
Aart Bik
2017-04-20
ARM64: Support MultiplyAccumulate for SIMD.
Artem Serov
[next]