aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+117
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-32/+83
* Update to LLVM 3.5a.Stephen Hines2014-04-241-61/+87
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-041-0/+32
* Use type helper functions.Matt Arsenault2013-09-061-1/+1
* Fix typo.Matt Arsenault2013-08-281-2/+2
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-121-1/+3
* Delete dead safety check.Nick Lewycky2013-06-031-6/+1
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-7/+9
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-311-2/+256
* Revert r182909.Evgeniy Stepanov2013-05-301-245/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+245
* Run clang-format over the scalarizePHI function.Joey Gouly2013-05-241-12/+8
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-241-2/+4
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-041-3/+3
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-011-12/+5
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-301-5/+12
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-221-3/+3
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-181-4/+4
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-181-0/+77
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+4
* Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper2013-01-181-1/+1
* Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper2013-01-181-7/+5
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-151-0/+9
* [InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2012-10-161-2/+5
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-15/+16
* some general cleanup, using new methods and tidying up old code.Chris Lattner2012-01-261-69/+26
* basic instcombine support for CDS.Chris Lattner2012-01-241-3/+8
* Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...Eli Friedman2011-10-211-2/+2
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-211-61/+195
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Instcombile optimization: extractelement(cast) -> cast(extractelement)Nadav Rotem2011-03-311-1/+9
* PR9218: SimplifyDemandedVectorElts can return a non-null value that is notEli Friedman2011-02-191-2/+7
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-011-1/+1
* Clean up indentation and other whitespace.Bob Wilson2010-10-291-11/+9
* Remove trailing whitespace.Bob Wilson2010-10-291-70/+69
* Fix 80-column violation.Bob Wilson2010-10-291-1/+2
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-291-40/+36
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-291-15/+22
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-123/+64
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-131-64/+123
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-121-141/+64
* Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman2010-08-101-64/+141
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* fix some problems handling large vectors reported in PR6230Chris Lattner2010-02-081-1/+2
* reduce indentationChris Lattner2010-01-051-4/+7
* split vector stuff out to InstCombineVectorOps.cppChris Lattner2010-01-051-0/+557