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
*
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
*
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
1
-0
/
+77
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+4
*
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
1
-1
/
+1
*
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
1
-7
/
+5
*
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1
-0
/
+9
*
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
1
-2
/
+5
*
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
1
-15
/
+16
*
some general cleanup, using new methods and tidying up old code.
Chris Lattner
2012-01-26
1
-69
/
+26
*
basic instcombine support for CDS.
Chris Lattner
2012-01-24
1
-3
/
+8
*
Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...
Eli Friedman
2011-10-21
1
-2
/
+2
*
Extend instcombine's shufflevector simplification to handle more cases where ...
Eli Friedman
2011-10-21
1
-61
/
+195
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Instcombile optimization: extractelement(cast) -> cast(extractelement)
Nadav Rotem
2011-03-31
1
-1
/
+9
*
PR9218: SimplifyDemandedVectorElts can return a non-null value that is not
Eli Friedman
2011-02-19
1
-2
/
+7
*
PR5207: Rename overloaded APInt methods set(), clear(), flip() to
Jay Foad
2010-12-01
1
-1
/
+1
*
Clean up indentation and other whitespace.
Bob Wilson
2010-10-29
1
-11
/
+9
*
Remove trailing whitespace.
Bob Wilson
2010-10-29
1
-70
/
+69
*
Fix 80-column violation.
Bob Wilson
2010-10-29
1
-1
/
+2
[next]