summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vec_shuffle.ll
Commit message (Expand)AuthorAge
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-18
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-14
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* 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
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-06
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-01
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-11
* Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky2012-09-28
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-27
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-21
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-29
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-29
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-17
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-13
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-12
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-10
* add newlines at the end of files.Chris Lattner2010-04-07
* reduce vec_shuffle2 and merge into vec_shuffle.Chris Lattner2009-10-11
* filecheckize vec_shuffle.ll and merge shuffle.ll into it.Chris Lattner2009-10-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* Remove use of implementation keyword.Reid Spencer2007-03-28
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* new testChris Lattner2007-01-05
* manually upgrade this testcaseChris Lattner2007-01-05
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-05-25
* new testcasesChris Lattner2006-05-25
* new testcaseChris Lattner2006-04-10
* New testcaseChris Lattner2006-04-10