aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2011-11-09Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper
2011-11-09Add instruction selection for AVX2 integer comparisons.Craig Topper
2011-11-09Add AVX2 instruction lowering for add, sub, and mul.Craig Topper
2011-11-09Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen
2011-11-08Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman
2011-11-08Adding test for machine-licm operating on invariant load instructionsPete Cooper
2011-11-08test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi...NAKAMURA Takumi
2011-11-08test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi
2011-11-08test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi
2011-11-08Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman
2011-11-08Add x86 isel logic and patterns to match movlps from clang generated IR for _...Evan Cheng
2011-11-08Convert to the new EH model.Bill Wendling
2011-11-08Convert tests to the new EH model.Bill Wendling
2011-11-08Added missing newlinePete Cooper
2011-11-07Revert r144034 while I try to track down a crash.Eli Friedman
2011-11-07Fix test for Windows as well.Jakob Stoklund Olesen
2011-11-07Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen
2011-11-07InstCombine now optimizes vector udiv by power of 2 to shiftsPete Cooper
2011-11-07Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman
2011-11-07Fix test for Linux.Jakob Stoklund Olesen
2011-11-07Expand V_SET0 to xorps by default.Jakob Stoklund Olesen
2011-11-07Add AVX2 variable shift instructions and intrinsics.Craig Topper
2011-11-07Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper
2011-11-07Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper
2011-11-06More AVX2 instructions and their intrinsics.Craig Topper
2011-11-06Add more AVX2 instructions and intrinsics.Craig Topper
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer
2011-11-04Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman
2011-11-04Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper
2011-11-03Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman
2011-11-03Reverted r143600 - selector reference changePete Cooper
2011-11-03Add new X86 AVX2 VBROADCAST instructions.Craig Topper
2011-11-03Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper
2011-11-02Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky
2011-11-02More AVX2 instructions and intrinsics.Craig Topper
2011-11-02Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper
2011-11-01Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman
2011-11-01Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper
2011-10-31Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper
2011-10-31Test case for X86 FS/GS Base intrinsicsCraig Topper
2011-10-31Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper
2011-10-31Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky
2011-10-30X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer
2011-10-30Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper
2011-10-30Fix pr11266.Nadav Rotem
2011-10-30Stabilize the test by specifying an exact cpu targetNadav Rotem
2011-10-29Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem
2011-10-29Force SSE for this test.Benjamin Kramer
2011-10-29Revert r143206, as there are still some failing tests.Dan Gohman
2011-10-28Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman