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
/
runtime-check.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
1
-16
/
+16
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
1
-1
/
+31
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+179
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-179
/
+0
*
[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...
Craig Topper
2019-03-21
1
-4
/
+2
*
[LAA] Avoid generating RT checks for known deps preventing vectorization.
Florian Hahn
2018-12-20
1
-2
/
+4
*
[LAA] Introduce enum for vectorization safety status (NFC).
Florian Hahn
2018-12-18
1
-0
/
+40
*
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
Tim Northover
2018-09-10
1
-1
/
+1
*
[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)
Nicola Zaghen
2018-09-04
1
-1
/
+1
*
[LoopVectorize] regenerate full checks; NFC
Sanjay Patel
2018-06-21
1
-7
/
+61
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[LV] Test once if vector trip count is zero, instead of twice
Ayal Zaks
2017-07-19
1
-1
/
+1
*
[LV] Remove triples from target-independent vectorizer tests. NFC.
Michael Kuperstein
2016-10-06
1
-1
/
+0
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
Davide Italiano
2016-04-05
1
-0
/
+8
*
[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...
James Molloy
2015-09-02
1
-2
/
+2
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
[LoopVectorize] Use ReplaceInstWithInst() helper where appropriate.
Alexey Samsonov
2015-07-01
1
-15
/
+30
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-3
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-4
/
+4
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-1
/
+1
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-0
/
+28
*
Reapply 184685 after the SetVector iteration order fix.
Arnold Schwaighofer
2013-06-24
1
-1
/
+1
*
Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
2013-06-24
1
-1
/
+1
*
LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
2013-06-24
1
-1
/
+1
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-6
/
+2
*
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-19
1
-0
/
+4
*
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
1
-1
/
+1
*
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-05
1
-1
/
+1
*
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
1
-0
/
+36