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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the BBVectorize pass.
Chandler Carruth
2017-06-30
31
-2831
/
+0
*
[BBVectorize][X86] Regenerate simple tests
Simon Pilgrim
2017-06-28
4
-152
/
+240
*
[BBVectorize] Regenerate simple tests
Simon Pilgrim
2017-06-28
4
-578
/
+609
*
Revert r306528
Nikolai Bozhenov
2017-06-28
1
-1
/
+1
*
[ValueTracking] Enabling existing ValueTracking patch by default.
Nikolai Bozhenov
2017-06-28
1
-1
/
+1
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+1
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-4
/
+4
*
Introduce -unroll-partial-threshold to separate PartialThreshold from Thresho...
Dehao Chen
2017-01-17
2
-2
/
+2
*
[InstCombine] Canonicalize insert splat sequences into an insert + shuffle
Michael Kuperstein
2016-12-28
3
-5
/
+5
*
[ValueTracking] An improvement to IR ValueTracking on Non-negative Integers
Artur Pilipenko
2016-10-12
1
-2
/
+2
*
Revert -r278267 [ValueTracking] An improvement to IR ValueTracking on Non-neg...
Artur Pilipenko
2016-08-22
1
-1
/
+1
*
[ValueTracking] An improvement to IR ValueTracking on Non-negative Integers
Andrew Kaylor
2016-08-10
1
-1
/
+1
*
Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign ...
Craig Topper
2016-06-29
1
-1
/
+1
*
[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for ...
Craig Topper
2016-06-29
1
-1
/
+1
*
[BBVectorize] Don't vectorize selects with a scalar condition and vector oper...
Michael Kuperstein
2016-05-26
1
-0
/
+33
*
Have a single way for creating unique value names.
Rafael Espindola
2015-11-22
1
-8
/
+8
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-4
/
+4
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-4
/
+4
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
2015-05-12
1
-8
/
+8
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
2
-40
/
+40
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
13
-201
/
+201
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
14
-189
/
+189
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
1
-1
/
+1
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-4
/
+4
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+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
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
1
-0
/
+18
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-08-21
1
-13
/
+10
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
BBVectorize: Add initial stores to the write set when tracking uses
Hal Finkel
2013-08-13
1
-0
/
+144
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
25
-65
/
+65
*
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-05-01
1
-4
/
+5
*
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
1
-5
/
+4
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
2
-4
/
+29
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-4
/
+6
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
1
-0
/
+98
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
10
-15
/
+15
*
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2013-01-01
1
-1
/
+1
*
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-26
1
-0
/
+79
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+28
*
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-28
1
-0
/
+24
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+170
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-0
/
+85
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-0
/
+54
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+16
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-0
/
+25
*
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
1
-41
/
+1
[next]