aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-08-10Fix a bug in vpermilps mask checking. Fix PR10560Bruno Cardoso Lopes
2011-08-09Add 256-bit support for v8i32, v4i64 and v4f64 ISD::SELECT. Fix PR10556Bruno Cardoso Lopes
2011-08-09Add v16i16 and v32i8 store patternsBruno Cardoso Lopes
2011-08-09Use fp unpack instructions to unpack int types. Until we have AVX2, thisBruno Cardoso Lopes
2011-08-09Fix a couple ridiculous copy-paste errors. rdar://9914773 .Eli Friedman
2011-08-09Reapply a more appropriate solution than in r137114. AVX supportsBruno Cardoso Lopes
2011-08-09Revert r137114Bruno Cardoso Lopes
2011-08-09Handle sitofp between v4f64 <- v4i32. Fix PR10559Bruno Cardoso Lopes
2011-08-09Add support for avx vector fextendBruno Cardoso Lopes
2011-08-09Rename and tidy up testsBruno Cardoso Lopes
2011-08-09Add two patterns to match special vmovss and vmovsd cases. Also fixBruno Cardoso Lopes
2011-08-09Make LowerVSETCC aware of AVX types and add patterns to match them.Bruno Cardoso Lopes
2011-08-08Add support for several vector shifts operations while in AVX mode. Fix PR10581Bruno Cardoso Lopes
2011-08-08Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen
2011-08-04Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling
2011-08-03Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen
2011-08-02Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola
2011-08-02Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes
2011-08-01Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes
2011-08-01Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes
2011-07-30Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen
2011-07-29Don't check liveness of unallocatable registers.Jakob Stoklund Olesen
2011-07-29Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes
2011-07-29Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes
2011-07-29Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes
2011-07-28Add patterns to generate copies for extract_subvector instead ofBruno Cardoso Lopes
2011-07-28Add a few patterns to match allzeros without having to use the fp unit.Bruno Cardoso Lopes
2011-07-28Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also moveBruno Cardoso Lopes
2011-07-27The vpermilps and vpermilpd have different behaviour regarding theBruno Cardoso Lopes
2011-07-27It is quiet possible that inlined function body is split into multiple chunks...Devang Patel
2011-07-26Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen
2011-07-26Update test.Benjamin Kramer
2011-07-26Add a neat little two's complement hack for x86.Benjamin Kramer
2011-07-26Recognize unpckh* masks and match 256-bit versions. The new versions areBruno Cardoso Lopes
2011-07-26Prevent x86-specific DAGCombine from creating nodes with illegal type (which ...Eli Friedman
2011-07-26XFAIL this test while I investigate it; it's failing for an unexpected reason.Eli Friedman
2011-07-26Add obvious missing case to switch. PR10497.Eli Friedman
2011-07-26Add 256-bit isel for movsldup/movshdupBruno Cardoso Lopes
2011-07-25Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes
2011-07-25- Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes
2011-07-25Attempt to fix test failure reported on llvm-commits.Eli Friedman
2011-07-25Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...Eli Friedman
2011-07-25Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman
2011-07-24Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen
2011-07-22Fix test check!Bruno Cardoso Lopes
2011-07-22Fix PR10422 by adding the necessary AVX UCOMISD memory versions toBruno Cardoso Lopes
2011-07-22Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola
2011-07-22-Inspected a AVX code block added by someone in early Feb. This was never usedBruno Cardoso Lopes
2011-07-22Although we already support this, add testcases for consistencyBruno Cardoso Lopes
2011-07-22Add a DAGCombine for transforming 128->256 casts into a simpleBruno Cardoso Lopes