index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
2
-24
/
+24
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
2
-24
/
+24
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
2
-24
/
+24
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
2
-24
/
+24
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Daniel Jasper
2017-06-30
2
-24
/
+24
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-27
2
-24
/
+24
*
revert r306336 for breaking ppc test.
Dehao Chen
2017-06-26
2
-24
/
+24
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-26
2
-24
/
+24
*
Revert "Enable vectorizer-maximize-bandwidth by default."
Diana Picus
2017-06-22
2
-24
/
+24
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-21
2
-24
/
+24
*
[LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.
George Burgess IV
2017-06-09
1
-9
/
+37
*
[LV] Reapply r303763 with fix for PR33193
Matthew Simpson
2017-05-30
1
-0
/
+49
*
Revert r303763, results in asserts i.e. while building Ruby.
Joerg Sonnenberger
2017-05-29
1
-26
/
+0
*
[LV] Update type in cost model for scalarization
Matthew Simpson
2017-05-24
1
-0
/
+26
*
Re-commit r302678, fixing PR33053.
Amara Emerson
2017-05-16
2
-23
/
+59
*
Revert 303174, 303176, and 303178
Matthew Simpson
2017-05-16
1
-35
/
+0
*
Make test target-specific
Matthew Simpson
2017-05-16
1
-0
/
+35
*
Revert r302678 "[AArch64] Enable use of reduction intrinsics."
Hans Wennborg
2017-05-15
1
-3
/
+23
*
[AArch64] Enable use of reduction intrinsics.
Amara Emerson
2017-05-10
1
-23
/
+3
*
[LV] Fix the vector code generation for first order recurrence
Anna Thomas
2017-04-13
1
-7
/
+19
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
1
-3
/
+6
*
[LV] Move first order recurrence test to common folder. NFC
Anna Thomas
2017-04-11
1
-351
/
+0
*
[LV] Make test case more robust
Matthew Simpson
2017-04-05
1
-33
/
+49
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
1
-2
/
+2
*
[LV] Select legal insert point when fixing first-order recurrences
Matthew Simpson
2017-03-08
1
-0
/
+22
*
[LV] Make the test case for PR30183 less fragile
Matthew Simpson
2017-03-08
1
-22
/
+31
*
[LV] Add missing check labels to tests and reformat
Matthew Simpson
2017-03-08
1
-115
/
+94
*
[ARM/AArch64] Update costs for interleaved accesses with wide types
Matthew Simpson
2017-03-02
1
-24
/
+54
*
[LV] Considier non-consecutive but vectorizable accesses for VF selection
Matthew Simpson
2017-03-02
1
-0
/
+33
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-22
1
-0
/
+37
*
Reapply "[LV] Extend trunc optimization to all IVs with constant integer steps"
Matthew Simpson
2017-02-14
1
-0
/
+30
*
Revert "[LoopVectorize] Added address space check when analysing interleaved ...
Karl-Johan Karlsson
2017-02-14
1
-37
/
+0
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-14
1
-0
/
+37
*
[Loop Vectorizer] Cost-based decision for vectorization form of memory instru...
Elena Demikhovsky
2017-02-08
1
-0
/
+38
*
[LV] Add new ARM/AArch64 interleaved access cost model tests (NFC)
Matthew Simpson
2017-02-07
1
-0
/
+89
*
[LV] Simplify ARM/AArch64 interleaved access cost model tests (NFC)
Matthew Simpson
2017-02-07
1
-61
/
+50
*
Reapply "[LV] Enable vectorization of loops with conditional stores by default"
Matthew Simpson
2016-12-16
1
-1
/
+1
*
Revert r289863: [LV] Enable vectorization of loops with conditional
Chandler Carruth
2016-12-16
1
-1
/
+1
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
1
-1
/
+1
*
[LV] Scalarize operands of predicated instructions
Matthew Simpson
2016-12-07
2
-2
/
+209
*
Second attempt at r285517.
Dorit Nuzman
2016-10-31
1
-1
/
+1
*
Revert r285517 due to build failures.
Dorit Nuzman
2016-10-30
1
-1
/
+1
*
[LoopVectorize] Make interleaved-accesses analysis less conservative about
Dorit Nuzman
2016-10-30
1
-1
/
+1
*
[LV] Correct misleading comments in test (NFC)
Matthew Simpson
2016-10-28
1
-9
/
+5
*
[LV] Account for predicated stores in instruction costs
Matthew Simpson
2016-10-13
1
-1
/
+39
*
[LV] Avoid rounding errors for predicated instruction costs
Matthew Simpson
2016-10-13
1
-0
/
+53
*
[LV] Move insertelement sequence after scalar definitions
Matthew Simpson
2016-08-29
1
-0
/
+42
*
[LV] Unify vector and scalar maps
Matthew Simpson
2016-08-24
1
-2
/
+2
*
Reapply "[TTI] Refine default cost for interleaved load groups with gaps"
Matthew Simpson
2016-06-10
1
-0
/
+42
*
Revert "[TTI] Refine default cost for interleaved load groups with gaps"
Matthew Simpson
2016-06-10
1
-42
/
+0
[next]