aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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