Set CR1EQ only when lowering vararg floating arguments (not any vararg
[oota-llvm.git] / test / CodeGen / X86 /
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-27 Bill WendlingUpdate to new EH scheme.
2011-08-27 Bill WendlingCannot have an llvm.eh.exception call in a non-landing...
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Craig TopperAdd support for breaking 256-bit v16i16 and v32i8 VSETC...
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...
2011-08-22 Bruno Cardoso LopesAdd support for breaking 256-bit int VETCC into two...
2011-08-19 Jakob Stoklund OlesenAdd test case for r138018.
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-18 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
2011-08-17 Bruno Cardoso LopesFix PR10688. Add support for spliting 256-bit vector...
2011-08-17 Bruno Cardoso LopesIntroduce matching patterns for vbroadcast AVX instruct...
2011-08-17 Bruno Cardoso LopesUpdate test to not use the scalar type to splat from...
2011-08-17 Bruno Cardoso LopesNow that we have a canonical way to handle 256-bit...
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-15 Bruno Cardoso LopesFix PR10656. It's only profitable to use 128-bit insert...
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-11 Bruno Cardoso LopesAdd a dag combine to xform 256-bit shuffles into simple...
2011-08-11 Bruno Cardoso LopesFix the test added by Nadav in r137308. Make it more...
2011-08-11 Bruno Cardoso LopesFix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-11 Nadav Rotem[AVX] If the data which is going to be saved is already...
2011-08-11 Chris Lattneradd missing colon, thanks peter.
2011-08-11 Chris Lattnerfix PR10605 / rdar://9930964 by adding a pretty scary...
2011-08-11 Bruno Cardoso LopesSplats for v8i32/v8f32 can be handled by VPERMILPSY...
2011-08-11 Bruno Cardoso LopesUse the splat index to generate the desired shuffle...
2011-08-11 Eli FriedmanFix X86TargetLowering::LowerExternalSymbol so that...
2011-08-10 NAKAMURA Takumitest/CodeGen/X86/opt-shuff-tstore.ll: Add explicit...
2011-08-10 Devang PatelWhile extending definition range of a debug variable...
2011-08-10 Nadav RotemFix the test. Add cpu target.
2011-08-10 Nadav RotemWhen performing a truncating store, it is sometimes...
2011-08-10 Bruno Cardoso LopesThe following X86 pattern is incorrect:
2011-08-10 Bruno Cardoso LopesFix a bug in vpermilps mask checking. Fix PR10560
2011-08-09 Bruno Cardoso LopesAdd 256-bit support for v8i32, v4i64 and v4f64 ISD...
2011-08-09 Bruno Cardoso LopesAdd v16i16 and v32i8 store patterns
2011-08-09 Bruno Cardoso LopesUse fp unpack instructions to unpack int types. Until...
2011-08-09 Eli FriedmanFix a couple ridiculous copy-paste errors. rdar:/...
2011-08-09 Bruno Cardoso LopesReapply a more appropriate solution than in r137114...
2011-08-09 Bruno Cardoso LopesRevert r137114
2011-08-09 Bruno Cardoso LopesHandle sitofp between v4f64 <- v4i32. Fix PR10559
2011-08-09 Bruno Cardoso LopesAdd support for avx vector fextend
2011-08-09 Bruno Cardoso LopesRename and tidy up tests
2011-08-09 Bruno Cardoso LopesAdd two patterns to match special vmovss and vmovsd...
2011-08-09 Bruno Cardoso LopesMake LowerVSETCC aware of AVX types and add patterns...
2011-08-08 Bruno Cardoso LopesAdd support for several vector shifts operations while...
2011-08-08 Jakob Stoklund OlesenDon't clobber pending ST regs when FP regs are killed.
2011-08-04 Bill WendlingOnly access both operands of an INSERT_SUBVECTOR if...
2011-08-03 Jakob Stoklund OlesenHandle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Bruno Cardoso LopesMake this kind of lowering to be supported by 256-bit...
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-07-30 Jakob Stoklund OlesenRevert "Don't check liveness of unallocatable registers."
2011-07-29 Jakob Stoklund OlesenDon't check liveness of unallocatable registers.
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso LopesAdd a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso LopesAdd SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-07-26 Benjamin KramerUpdate test.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Eli FriedmanXFAIL this test while I investigate it; it's failing...
2011-07-26 Eli FriedmanAdd obvious missing case to switch. PR10497.
2011-07-26 Bruno Cardoso LopesAdd 256-bit isel for movsldup/movshdup
2011-07-25 Bruno Cardoso LopesCodegen allonesvector better while using AVX: vpcmpeqd...
2011-07-25 Bruno Cardoso Lopes- Handle special scalar_to_vector case: splats. Using...
2011-07-25 Eli FriedmanAttempt to fix test failure reported on llvm-commits.
2011-07-25 Eli FriedmanMake sure this DAGCombine actually returns an UNDEF...
2011-07-25 Eli FriedmanGet rid of an incorrect optimization for shuffles with...
2011-07-24 Jakob Stoklund OlesenCorrectly handle <undef> tied uses when rewriting after...
2011-07-22 Bruno Cardoso LopesFix test check!
2011-07-22 Bruno Cardoso LopesFix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Rafael EspindolaTurn shuffles into unpacks for VT == MVT::v2i64 and...
2011-07-22 Bruno Cardoso Lopes-Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso LopesAlthough we already support this, add testcases for...
2011-07-22 Bruno Cardoso LopesAdd a DAGCombine for transforming 128->256 casts into...
2011-07-21 Bruno Cardoso Lopes- Register v16i16 as valid VR256 register class
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-20 Devang PatelWhile emitting constant value, look through derived...
2011-07-20 Eli FriedmanPR10421: Fix a straightforward bug in the widening...
2011-07-20 Eric ChristopherNew pointer rotate test.
2011-07-19 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-07-19 Devang PatelRevert r135423.
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Bruno Cardoso LopesAdd AVX 128-bit sqrt versions
2011-07-18 Nick LewyckyDelete empty unused file.
2011-07-16 Bruno Cardoso LopesAdd AVX 128-bit patterns for sint_to_fp
next