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] 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
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-21
/
+22
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+3
*
InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
2014-03-07
1
-49
/
+70
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
InstCombine: Don't try to use aggregate elements of ConstantExprs.
Benjamin Kramer
2014-01-24
1
-5
/
+7
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Fix more instances of dropped fast math flags when optimizing FADD instructio...
Owen Anderson
2014-01-18
1
-0
/
+2
*
Fix a bug about generating undef operand when optimising shuffle vector and i...
Hao Liu
2014-01-08
1
-2
/
+3
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
1
-0
/
+32
*
Use type helper functions.
Matt Arsenault
2013-09-06
1
-1
/
+1
*
Fix typo.
Matt Arsenault
2013-08-28
1
-2
/
+2
*
Fix a crash in EvaluateInDifferentElementOrder where it would generate an
Joey Gouly
2013-07-12
1
-1
/
+3
*
Delete dead safety check.
Nick Lewycky
2013-06-03
1
-6
/
+1
*
When determining the new index for an insertelement, we may not assume that an
Nick Lewycky
2013-06-01
1
-7
/
+9
*
Reapply with r182909 with a fix to the calculation of the new indices for
Nick Lewycky
2013-05-31
1
-2
/
+256
*
Revert r182909.
Evgeniy Stepanov
2013-05-30
1
-245
/
+0
*
Swizzle vector inputs if it helps us eliminate shuffles.
Nick Lewycky
2013-05-30
1
-0
/
+245
*
Run clang-format over the scalarizePHI function.
Joey Gouly
2013-05-24
1
-12
/
+8
*
scalarizePHI needs to insert the next ExtractElement in the same block
Joey Gouly
2013-05-24
1
-2
/
+4
*
Tabs to spaces. No functionality change.
Nick Lewycky
2013-05-04
1
-3
/
+3
*
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-05-01
1
-12
/
+5
*
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
1
-5
/
+12
*
Changed back (relative to commit 179786) the operations executed when extract...
Anat Shemer
2013-04-22
1
-3
/
+3
*
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
1
-4
/
+4
[prev]
[next]