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] 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
*
[InstCombine] scalarizePHI should not assume the code it sees has been CSE'd
Michael Kuperstein
2016-06-06
1
-12
/
+26
*
Fix an issue where fast math flags were dropped during scalarization.
Owen Anderson
2016-03-01
1
-2
/
+4
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-21
/
+21
*
[InstCombine] avoid an insertelement transformation that induces the opposite...
Sanjay Patel
2016-01-29
1
-1
/
+17
*
[InstCombine] insert a new shuffle in a safe place (PR25999)
Sanjay Patel
2016-01-08
1
-10
/
+7
*
[InstCombine] insert a new shuffle before its uses (PR26015)
Sanjay Patel
2016-01-05
1
-8
/
+21
*
[InstCombine] transform more extract/insert pairs into shuffles (PR2109)
Sanjay Patel
2015-12-24
1
-3
/
+50
*
fix typos in comments; NFC
Sanjay Patel
2015-11-29
1
-6
/
+8
*
function names start with a lower case letter; NFC
Sanjay Patel
2015-11-17
1
-20
/
+20
*
use range-based for loop; NFCI
Sanjay Patel
2015-11-16
1
-2
/
+2
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+1
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-09-09
1
-6
/
+5
*
[InstSimplify] Teach InstSimplify how to simplify extractelement
David Majnemer
2015-07-13
1
-58
/
+9
*
[InstCombine] Use DataLayout to determine vector element width
David Majnemer
2015-04-03
1
-3
/
+2
*
[opaque pointer type] more gep API migrations
David Blaikie
2015-03-14
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+2
*
InstCombine: extract instead of shuffle when performing vector/array type pun...
JF Bastien
2015-02-25
1
-5
/
+116
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
fixed some typos
Sanjay Patel
2014-07-07
1
-4
/
+4
*
Fix type of shuffle resulted from shuffle merge.
Serge Pavlov
2014-05-13
1
-6
/
+4
*
Reorder shuffle and binary operation.
Serge Pavlov
2014-05-11
1
-10
/
+25
*
[InstCombine] Some cleanup in optimization of redundant insertvalue instructi...
Michael Zolotukhin
2014-05-08
1
-4
/
+3
*
[InstCombine] Add optimization of redundant insertvalue instructions.
Michael Zolotukhin
2014-05-07
1
-0
/
+36
[next]