aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer
2012-11-14Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-12Fix test case added in patch fixing PR14314Michael Liao
2012-11-12Fix PR14314Michael Liao
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-01test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi
2012-11-01Add a few more simple fast-math constant propagations and cancellations.Owen Anderson
2012-10-31(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang
2012-10-30X86 SSE: update rsqrtss and rcpss to use two source operands andManman Ren
2012-10-30X86 MMX: optimize transfer from mmx to i32Manman Ren
2012-10-30Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chanceJakub Staszak
2012-10-29Revert r166971. It causes buildbot failure. To be investigated.Jakub Staszak
2012-10-29llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.NAKAMURA Takumi
2012-10-29Allow to fold vector load if there is more than one bitcast, so in the case:Jakub Staszak
2012-10-29Remove redundant test case from r166949, per Eli's suggestion.Chad Rosier
2012-10-29[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier
2012-10-29Fix PR14204Michael Liao
2012-10-29This patch addresses a problem with the Post RA scheduler generating anPreston Gurd
2012-10-27Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen
2012-10-25Add test for ATOM ISA SSSE3Michael Liao
2012-10-25The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...Elena Demikhovsky
2012-10-24[ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier
2012-10-24Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky
2012-10-24Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao
2012-10-24Add custom conversion from v2u32 to v2f32 in 32-bit modeMichael Liao
2012-10-24Change x86_fastcallcc to require inreg markers. This allows it to knownRafael Espindola
2012-10-23Fix PR14161Michael Liao
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-10-19Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86Michael Liao
2012-10-18Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop
2012-10-18In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem
2012-10-17Revert part of r166049 back and enable test case in r166125.Michael Liao
2012-10-17Disable extract-concat test case temporarilyMichael Liao
2012-10-17Revert r166049Michael Liao
2012-10-17Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao
2012-10-17Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao
2012-10-16Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen
2012-10-16Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao
2012-10-16Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola
2012-10-16Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi
2012-10-16Fix the cpu name and add -verify-machineinstrs.Rafael Espindola
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick