index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
loop_optimization.h
Age
Commit message (
Expand
)
Author
2021-02-05
ARM64: Support SVE VL other than 128-bit.
Artem Serov
2021-02-04
ART: Implement predicated SIMD vectorization.
Artem Serov
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
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-04
ART: Implement loop full unrolling.
Artem Serov
2018-07-04
ART: Refactor scalar loop optimizations.
Artem Serov
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-05-15
ART: Enable scalar loop peeling and unrolling.
Artem Serov
2018-05-01
Remove some SIMD recognition code.
Aart Bik
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-04-17
ART: Implement scalar loop peeling.
Artem Serov
2018-03-26
ART: Implement scalar loop unrolling.
Artem Serov
2018-03-15
Vectorization of saturation arithmetic.
Aart Bik
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-10-27
Alignment optimizations in vectorizer.
Aart Bik
2017-10-12
ARM: Support SIMD reduction for 32-bit backend.
Artem Serov
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
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-06
Pass stats into the loop optimization phase.
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-08-08
Set basic framework for detecting reductions.
Aart Bik
2017-06-27
Unrolling and dynamic loop peeling framework in vectorizer.
Aart Bik
2017-06-22
Fix loop optimization in the presence of environment uses.
Nicolas Geoffray
2017-05-29
MIPS64: ART Vectorizer
Goran Jakovljevic
2017-05-24
Support for narrow operands in "dangerous" operations.
Aart Bik
2017-05-23
Revert "Support for narrow operands in "dangerous" operations."
Nicolas Geoffray
2017-05-18
Support for narrow operands in "dangerous" operations.
Aart Bik
2017-05-15
Min/max SIMDization support.
Aart Bik
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
2017-03-06
Pass driver to loop opt. Add new side_effects phase.
Aart Bik
2017-01-13
Complete unrolling of loops with small body and trip count one.
Aart Bik
2016-12-09
Added polynomial induction variables analysis. With tests.
Aart Bik
2016-11-04
Account for early exit loop.
Aart Bik
2016-10-24
Improved induction variable analysis and loop optimizations.
Aart Bik
2016-10-18
Enable last value generation of periodic sequence.
Aart Bik
2016-10-11
Improved and simplified loop optimizations.
Aart Bik
2016-10-07
Improved and simplified loop optimizations.
Aart Bik
2016-10-05
Refactoring of graph linearization and linear order.
Aart Bik
2016-10-05
Make it possible to pass an arena allocator to HLoopOptimization.
Nicolas Geoffray
2016-10-05
Properly scope HLoopOptimization's allocator.
Nicolas Geoffray
[next]