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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.
Florian Hahn
2019-07-15
1
-0
/
+30
*
[LV] Exclude loop-invariant inputs from scalar cost computation.
Florian Hahn
2019-07-14
1
-0
/
+109
*
Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"
Petr Hosek
2019-07-07
3
-41
/
+45
*
[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS
Philip Reames
2019-07-06
3
-45
/
+41
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-19
5
-12
/
+102
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
2
-5
/
+117
*
[LV] Deny irregular types in interleavedAccessCanBeWidened
Bjorn Pettersson
2019-06-17
1
-0
/
+29
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
4
-4
/
+0
*
[SCEV] Pass NoWrapFlags when expanding an AddExpr
Sam Parker
2019-06-14
1
-1
/
+1
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
1
-3
/
+3
*
LoopDistribute/LAA: Add tests to catch regressions
Matt Arsenault
2019-06-12
2
-0
/
+53
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
5
-102
/
+12
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
5
-12
/
+102
*
Revert "[SCEV] Use wrap flags in InsertBinop"
Benjamin Kramer
2019-06-06
2
-2
/
+2
*
[SCEV] Use wrap flags in InsertBinop
Sam Parker
2019-06-06
2
-2
/
+2
*
Initial support for IBM MASS vector library
Nemanja Ivanovic
2019-06-05
4
-0
/
+1795
*
[CostModel][X86] Improve masked load/store AVX1/AVX2 costs
Simon Pilgrim
2019-06-02
1
-532
/
+890
*
[LoopVectorize] Add FNeg instruction support
Craig Topper
2019-05-30
2
-16
/
+5
*
[LoopVectorize] Precommit tests for D62510. NFC
Craig Topper
2019-05-30
2
-0
/
+61
*
[LV] Inform about exactly reason of loop illegality
Florian Hahn
2019-05-30
2
-27
/
+82
*
[SimplifyCFG] Added condition assumption for unreachable blocks
David Bolvansky
2019-05-25
1
-0
/
+10
*
[LoopVectorize] Fix test by regenerating checks
Nikita Popov
2019-05-25
1
-10
/
+0
*
[NFC] Make tests more robust for new optimizations
David Bolvansky
2019-05-25
1
-3
/
+13
*
[NFC] Update test checks
David Bolvansky
2019-05-25
1
-79
/
+439
*
[LoopVectorize] update test to be independent of instcombine; NFC
Sanjay Patel
2019-05-24
1
-13
/
+13
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
2
-19
/
+19
*
[LoopVectorizer] add tests for FP minmax; NFC
Sanjay Patel
2019-05-12
1
-0
/
+161
*
[LoopVectorizer] fix test file to not run the entire -O3 pipeline
Sanjay Patel
2019-05-09
1
-2852
/
+1924
*
[SCEV] Suppress hoisting insertion point of binops when unsafe
Warren Ristow
2019-05-08
1
-0
/
+354
*
Delete test cases added in r360162 that should have been deleted in r360190
Reid Kleckner
2019-05-07
1
-0
/
+0
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
5
-102
/
+12
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
5
-12
/
+102
*
[SCEV] Add explicit representations of umin/smin
Keno Fischer
2019-05-07
1
-50
/
+46
*
[PassManagerBuilder] Add option for interleaved loops, for loop vectorize.
Alina Sbirlea
2019-04-30
1
-1
/
+1
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
2
-506
/
+2
*
[NewPM] Add dummy Test for LoopVectorize option parsing.
Serguei Katkov
2019-04-22
1
-0
/
+10
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
314
-0
/
+42557
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
314
-42557
/
+0
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-0
/
+43
*
Add REQUIRES: asserts to test using -debug-only
David Stenberg
2019-04-10
1
-0
/
+1
*
[VPLAN] Minor improvement to testing and debug messages.
Florian Hahn
2019-04-10
3
-2
/
+107
*
[DebugInfo] Fix pr41180 : Loop Vectorization Debugify Failure
Vedant Kumar
2019-04-02
1
-0
/
+110
*
[VPlan] Determine Vector Width programmatically.
Florian Hahn
2019-03-28
3
-7
/
+202
*
[SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...
Simon Pilgrim
2019-03-25
1
-12
/
+12
*
[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...
Craig Topper
2019-03-21
3
-11
/
+5
*
[ValueTracking] Use computeConstantRange() for unsigned add/sub overflow
Nikita Popov
2019-03-19
1
-1
/
+1
*
[SCEV] Guard movement of insertion point for loop-invariants
Warren Ristow
2019-03-18
2
-0
/
+131
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
1
-0
/
+112
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-112
/
+0
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-0
/
+112
[next]