[InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
[oota-llvm.git] / test / Transforms / InstCombine / vec_demanded_elts.ll
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-06 Nadav RotemRevert r164763 because it introduces new shuffles.
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-07-26 Pete CooperSimplify demanded bits of select sources where the...
2012-07-26 Pete CooperTeach SimplifyDemandedBits how to look through fpext...
2011-09-15 Eli FriedmanMake demanded-elt simplification for shufflevector...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-01-10 Chandler CarruthTeach instcombine about the rest of the SSE and SSE2...
2011-01-10 Chandler CarruthFold two related tests into the newly FileCheck-ized...
2011-01-10 Chandler CarruthClean up and FileCheck-ize a test.
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...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2007-04-14 Chris Lattnermanually upgrade test. Add a new test2. I have no...
2007-04-14 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-05 Chris Lattnernew testcase