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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
Tim Northover
2018-09-10
1
-3
/
+3
*
[LV] Fix code gen for conditionally executed loads and stores
Anna Thomas
2018-09-07
2
-0
/
+724
*
[LV] First order recurrence phis should not be treated as uniform
Anna Thomas
2018-09-04
1
-0
/
+22
*
[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)
Nicola Zaghen
2018-09-04
1
-3
/
+3
*
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of S...
Roman Tereshin
2018-08-27
1
-4
/
+4
*
Revert "[InstCombine] Delay foldICmpUsingKnownBits until simple transforms ar...
Max Kazantsev
2018-07-06
1
-1
/
+2
*
NFC - Various typo fixes in tests
Gabor Buella
2018-07-04
1
-1
/
+1
*
[InstCombine] Delay foldICmpUsingKnownBits until simple transforms are done
Max Kazantsev
2018-07-03
1
-2
/
+1
*
Move redundant-vf2-cost.ll test to X86 directory
Diego Caballero
2018-06-15
1
-0
/
+34
*
[TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML calls
Sanjay Patel
2018-06-07
1
-4
/
+4
*
[ConstantFold] Disallow folding vector geps into bitcasts
Karl-Johan Karlsson
2018-06-01
1
-3
/
+3
*
[LoopVectorize, x86] add tests to show missing SVML transforms; NFC
Sanjay Patel
2018-05-31
1
-344
/
+356
*
[LoopVectorize, x86] regenerate checks; NFC
Sanjay Patel
2018-05-31
1
-99
/
+403
*
[X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)
Alexander Ivchenko
2018-05-18
1
-1
/
+1
*
[LV] Add lit testcase for bitcast problem. NFC
Karl-Johan Karlsson
2018-05-09
1
-0
/
+54
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
7
-13
/
+13
*
[LV] Move test/Transforms/LoopVectorize/pr23997.ll
Daniel Neilson
2018-05-01
1
-0
/
+109
*
[LV] Preserve inbounds on created GEPs
Daniel Neilson
2018-05-01
2
-229
/
+229
*
Revert r325687 (workaround for PR36032).
Evgeny Stupachenko
2018-03-22
1
-1
/
+1
*
[LV] Let recordVectorLoopValueForInductionCast to check if IV was created fro...
Andrei Elovikov
2018-03-20
1
-0
/
+39
*
[SCEV] Smart range calculation for SCEVUnknown Phis
Max Kazantsev
2018-03-01
1
-3
/
+43
*
Fix r326154 buildbots test fail
Evgeny Stupachenko
2018-02-27
1
-0
/
+213
*
[LV] Fix test checks, NFC
Alexey Bataev
2018-02-21
1
-76
/
+2363
*
revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-21
1
-9
/
+36
*
[LV] Fix test checks, NFC.
Alexey Bataev
2018-02-20
2
-140
/
+3506
*
[TTI CostModel] change default cost of FP ops to 1 (PR36280)
Sanjay Patel
2018-02-19
1
-36
/
+9
*
[LoopVectorize] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-5
/
+80
*
[X86] Add support for passing 'prefer-vector-width' function attribute into X...
Craig Topper
2018-01-20
1
-0
/
+77
*
[X86] Use vmovdqu64/vmovdqa64 for unmasked integer vector stores for consiste...
Craig Topper
2018-01-18
1
-1
/
+1
*
Move Transforms/LoopVectorize/consecutive-ptr-cg-bug.ll into the X86 subdirec...
Hal Finkel
2017-12-16
1
-0
/
+68
*
[LV] Ignore the cost of values that will not appear in the vectorized loop
Dorit Nuzman
2017-12-12
1
-0
/
+80
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
1
-0
/
+38
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-1
/
+1
*
[LV] Avoid computing the register usage for default VF. NFC
Anna Thomas
2017-09-13
1
-4
/
+0
*
[LV] Clamp the VF to the trip count
Anna Thomas
2017-09-12
1
-0
/
+26
*
LoopVectorize: MaxVF should not be larger than the loop trip count
Zvi Rackover
2017-09-04
1
-0
/
+35
*
Changed basic cost of store operation on X86
Elena Demikhovsky
2017-08-20
1
-1
/
+1
*
[Loop Vectorize] Added a separate metadata
Aditya Kumar
2017-08-20
4
-8
/
+7
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-0
/
+4
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
1
-1
/
+1
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
1
-3
/
+3
*
llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...
NAKAMURA Takumi
2017-07-02
1
-0
/
+1
*
[X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
Mohammed Agabaria
2017-07-02
1
-0
/
+48
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Teresa Johnson
2017-07-01
8
-49
/
+40
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
8
-40
/
+49
*
revert r306336 for breaking ppc test.
Teresa Johnson
2017-07-01
8
-49
/
+40
*
Enable vectorizer-maximize-bandwidth by default.
Teresa Johnson
2017-07-01
8
-40
/
+49
*
[LV] Optimize for size when vectorizing loops with tiny trip count
Ayal Zaks
2017-06-30
1
-2
/
+29
*
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...
Daniel Jasper
2017-06-30
8
-49
/
+40
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-27
8
-40
/
+49
[next]