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
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
2017-04-19
Implement halving add idiom (with checker tests).
Aart Bik
2017-04-05
Implemented ABS vectorization.
Aart Bik
2017-03-31
ART vectorizer.
Aart Bik