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
/
BBVectorize
/
simple-int.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the BBVectorize pass.
Chandler Carruth
2017-06-30
1
-514
/
+0
*
[BBVectorize] Regenerate simple tests
Simon Pilgrim
2017-06-28
1
-387
/
+395
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+1
*
[InstCombine] Canonicalize insert splat sequences into an insert + shuffle
Michael Kuperstein
2016-12-28
1
-1
/
+1
*
Allow vectorization of bit intrinsics in BB Vectorizer.
Karthik Bhat
2014-04-25
1
-0
/
+157
*
Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...
Karthik Bhat
2014-04-24
1
-1
/
+218
*
Change math intrinsic attributes from readonly to readnone. These
Raul E. Silvera
2014-03-06
1
-3
/
+2
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-5
/
+5
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-4
/
+6
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+28
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
1
-3
/
+3
*
Correctly vectorize powi.
Hal Finkel
2012-03-31
1
-0
/
+44
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
1
-0
/
+59