[InstCombine] fix propagation of fast-math-flags
[oota-llvm.git] / test / Transforms / InstCombine / vec_shuffle.ll
2015-11-24 Sanjay Patel[InstCombine] fix propagation of fast-math-flags
2015-11-21 Sanjay Patelmove a single test case to where most other instcombine...
2015-04-03 David MajnemerFix a typo
2015-04-03 David Majnemer[InstCombine] Use DataLayout to determine vector elemen...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-06-24 Benjamin KramerInstCombine: Don't try to reorder shuffles where the...
2014-05-14 Serge PavlovFix the case when reordering shuffle and binop produces...
2014-05-13 Serge PavlovFix type of shuffle resulted from shuffle merge.
2014-05-12 Serge PavlovFix type of shuffle obtained from reordering with binar...
2014-05-12 Serge PavlovFix reordering of shuffles and binary operations
2014-05-11 Serge PavlovReorder shuffle and binary operation.
2014-01-08 Hao LiuFix a bug about generating undef operand when optimisin...
2013-09-18 Andrea Di BiagioRe-add tests from r179291 which were accidentally remov...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-14 Stephen LinModify two Transforms tests to explicitly check for...
2013-07-12 Joey GoulyFix a crash in EvaluateInDifferentElementOrder where...
2013-06-01 Nick LewyckyWhen determining the new index for an insertelement...
2013-05-31 Nick LewyckyReapply with r182909 with a fix to the calculation...
2013-05-30 Evgeniy StepanovRevert r182909.
2013-05-30 Nick LewyckySwizzle vector inputs if it helps us eliminate shuffles.
2013-05-06 Nadav RotemRevert r164763 because it introduces new shuffles.
2013-05-01 Jim GrosbachRevert "InstCombine: Fold more shuffles of shuffles."
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-04-11 Benjamin KramerFix for wrong instcombine on vector insert/extract
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-10 Nate BegemanAdd test for recent instcombine vector shuffle enhancement
2010-04-07 Chris Lattneradd newlines at the end of files.
2009-10-11 Chris Lattnerreduce vec_shuffle2 and merge into vec_shuffle.
2009-10-11 Chris Lattnerfilecheckize vec_shuffle.ll and merge shuffle.ll into it.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-05 Chris Lattnernew test
2007-01-05 Chris Lattnermanually upgrade this testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnernew testcases
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerNew testcase