summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Commit message (Expand)AuthorAge
* Fix type of shuffle resulted from shuffle merge.Serge Pavlov2014-05-13
* Reorder shuffle and binary operation.Serge Pavlov2014-05-11
* [InstCombine] Some cleanup in optimization of redundant insertvalue instructi...Michael Zolotukhin2014-05-08
* [InstCombine] Add optimization of redundant insertvalue instructions.Michael Zolotukhin2014-05-07
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-21
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-07
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* InstCombine: Don't try to use aggregate elements of ConstantExprs.Benjamin Kramer2014-01-24
* Fix known typosAlp Toker2014-01-24
* Fix more instances of dropped fast math flags when optimizing FADD instructio...Owen Anderson2014-01-18
* Fix a bug about generating undef operand when optimising shuffle vector and i...Hao Liu2014-01-08
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-04
* Use type helper functions.Matt Arsenault2013-09-06
* Fix typo.Matt Arsenault2013-08-28
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* Delete dead safety check.Nick Lewycky2013-06-03
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-01
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-31
* Revert r182909.Evgeniy Stepanov2013-05-30
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-30
* Run clang-format over the scalarizePHI function.Joey Gouly2013-05-24
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-24
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-04
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-01
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-18
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-18
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-11
* Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper2013-01-18
* Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper2013-01-18
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-15
* [InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2012-10-16
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* some general cleanup, using new methods and tidying up old code.Chris Lattner2012-01-26
* basic instcombine support for CDS.Chris Lattner2012-01-24
* Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...Eli Friedman2011-10-21
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Instcombile optimization: extractelement(cast) -> cast(extractelement)Nadav Rotem2011-03-31
* PR9218: SimplifyDemandedVectorElts can return a non-null value that is notEli Friedman2011-02-19
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01
* Clean up indentation and other whitespace.Bob Wilson2010-10-29
* Remove trailing whitespace.Bob Wilson2010-10-29
* Fix 80-column violation.Bob Wilson2010-10-29
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-29