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
/
lib
/
Transforms
/
InstCombine
/
InstCombineVectorOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstCombine] fix formatting in vector evaluators; NFC
Sanjay Patel
2018-09-29
1
-13
/
+13
*
[InstCombine] don't propagate wider shufflevector arguments to predecessors
Sanjay Patel
2018-09-28
1
-1
/
+2
*
[InstCombine] add bitcast+extelt helper function; NFC
Sanjay Patel
2018-09-24
1
-14
/
+26
*
[InstCombine] improve variable name and use 'match'; NFC
Sanjay Patel
2018-09-24
1
-13
/
+15
*
[InstCombine] narrow vector select with padded condition and extracted result...
Sanjay Patel
2018-09-07
1
-0
/
+38
*
[InstCombine] move declarations closer to uses; NFC
Sanjay Patel
2018-08-29
1
-5
/
+3
*
[InstCombine] remove unnecessary shuffle undef folding
Sanjay Patel
2018-08-29
1
-7
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[InstCombine] allow flag propagation when using safe constant
Sanjay Patel
2018-07-10
1
-2
/
+3
*
[InstCombine] safely allow non-commutative binop identity constant folds
Sanjay Patel
2018-07-10
1
-8
/
+11
*
[InstCombine] drop poison flags when shuffle mask undef propagates to constant
Sanjay Patel
2018-07-10
1
-0
/
+5
*
[InstCombine] allow more shuffle-binop folds with safe constants
Sanjay Patel
2018-07-10
1
-10
/
+13
*
[InstCombine] allow more shuffle folds using safe constants
Sanjay Patel
2018-07-09
1
-8
/
+2
*
[InstCombine] generalize safe vector constant utility
Sanjay Patel
2018-07-09
1
-20
/
+4
*
[InstCombine] fix shuffle-of-binops transform to avoid poison/undef
Sanjay Patel
2018-07-09
1
-21
/
+52
*
[InstCombine] fold shuffle-with-binop and common value
Sanjay Patel
2018-07-03
1
-0
/
+47
*
[InstCombine] reverse canonicalization of add --> or to allow more shuffle fo...
Sanjay Patel
2018-07-02
1
-12
/
+55
*
[InstCombine] enhance shuffle-of-binops to allow different variable ops (PR37...
Sanjay Patel
2018-06-29
1
-12
/
+38
*
[InstCombine] fix opcode check in shuffle fold
Sanjay Patel
2018-06-28
1
-1
/
+1
*
[InstCombine] allow shl+mul combos with shuffle (select) fold (PR37806)
Sanjay Patel
2018-06-28
1
-5
/
+29
*
[InstCombine] rearrange shuffle-of-binops logic; NFC
Sanjay Patel
2018-06-22
1
-17
/
+12
*
[InstCombine] fix shuffle-of-binops bug
Sanjay Patel
2018-06-21
1
-2
/
+8
*
[InstCombine] fold vector select of binops with constant ops to 1 binop (PR37...
Sanjay Patel
2018-06-21
1
-0
/
+51
*
[InstCombine] Gracefully handle out of range extractelement indices
Simon Pilgrim
2017-12-27
1
-3
/
+5
*
Reintroduce r320049, r320014 and r319894.
Igor Laevsky
2017-12-13
1
-0
/
+4
*
Revert r320049, r320014 and r319894
Igor Laevsky
2017-12-12
1
-4
/
+0
*
[InstCombine] Don't crash on out of bounds index in the insertelement
Igor Laevsky
2017-12-07
1
-0
/
+4
*
[InstCombine] use 'auto' with 'dyn_cast'; NFC
Sanjay Patel
2017-11-27
1
-3
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-3
/
+26
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2017-10-09
1
-9
/
+7
*
[InstCombine] remove extract-of-select vector transform (2nd try)
Sanjay Patel
2017-09-25
1
-33
/
+0
*
revert r314117 because there are bogus clang tests that depend on the optimizer
Sanjay Patel
2017-09-25
1
-0
/
+33
*
[InstCombine] remove extract-of-select vector transform
Sanjay Patel
2017-09-25
1
-33
/
+0
*
[InstCombine] improve demanded vector elements analysis of insertelement
Sanjay Patel
2017-08-31
1
-3
/
+1
*
[InstCombine] Fold insert sequence if first ins has multiple users.
Florian Hahn
2017-08-30
1
-6
/
+18
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-24
/
+24
*
[InstCombine] Pass a proper context instruction to all of the calls into Inst...
Craig Topper
2017-06-09
1
-3
/
+4
*
[InstCombine] Fix extractelement use before def
Sven van Haastregt
2017-06-05
1
-1
/
+1
*
InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...
Daniel Berlin
2017-04-26
1
-4
/
+4
*
InstCombine: Use the InstSimplify hook for shufflevector
Zvi Rackover
2017-04-04
1
-5
/
+4
*
[InstCombine] canonicalize insertelement of scalar constant ahead of insertel...
Sanjay Patel
2017-03-22
1
-0
/
+33
*
InstCombine: fix extraction when performing vector/array punning
Eugene Leviant
2017-02-17
1
-1
/
+1
*
[InstCombine] Use getVectorNumElements instead of explicitly casting to Vecto...
Craig Topper
2016-12-29
1
-8
/
+7
*
[InstCombine] Canonicalize insert splat sequences into an insert + shuffle
Michael Kuperstein
2016-12-28
1
-0
/
+57
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+1
*
[InstCombine] avoid infinite loop from shuffle-extract-insert sequence (PR30923)
Sanjay Patel
2016-11-10
1
-0
/
+8
*
[InstCombine] Fix for PR29124: reduce insertelements to shufflevector
Alexey Bataev
2016-09-23
1
-44
/
+89
*
[InsttCombine] fold insertelement of constant into shuffle with constant oper...
Sanjay Patel
2016-09-02
1
-0
/
+76
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-1
/
+1
[prev]
[next]