aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/vec_shuffle.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+161
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+17
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-18/+18
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-141-1/+1
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-121-0/+15
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-0/+11
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-311-0/+21
* Revert r182909.Evgeniy Stepanov2013-05-301-12/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+12
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-061-70/+0
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-011-6/+6
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-301-6/+6
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+27
* Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky2012-09-281-0/+8
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-271-0/+35
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-211-0/+46
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-16/+13
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-291-0/+13
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-291-0/+10
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-29/+0
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-131-0/+29
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-121-29/+0
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-101-0/+29
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* reduce vec_shuffle2 and merge into vec_shuffle.Chris Lattner2009-10-111-0/+10
* filecheckize vec_shuffle.ll and merge shuffle.ll into it.Chris Lattner2009-10-111-2/+34
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-1/+0
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
* For PR411:Reid Spencer2007-01-301-2/+2
* For PR761:Reid Spencer2007-01-261-7/+7
* new testChris Lattner2007-01-051-0/+4
* manually upgrade this testcaseChris Lattner2007-01-051-23/+23
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* new testcaseChris Lattner2006-05-251-0/+8
* new testcasesChris Lattner2006-05-251-0/+12
* new testcaseChris Lattner2006-04-101-0/+7
* New testcaseChris Lattner2006-04-101-0/+17