aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-08-31llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -m...NAKAMURA Takumi
2012-08-30Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper
2012-08-30Try to make this test more generic to unbreak buildbots.Owen Anderson
2012-08-30Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson
2012-08-30Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao
2012-08-30Should put test case under test/ExecutionEngine/MCJIT/Michael Liao
2012-08-30Fix PR13727Michael Liao
2012-08-28The commutative flag is already correctly set within the multiclass. If we setBill Wendling
2012-08-28Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper
2012-08-28llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi
2012-08-28Fix PR12312Michael Liao
2012-08-27llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...NAKAMURA Takumi
2012-08-27llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...NAKAMURA Takumi
2012-08-27Commit test change for r162658.Craig Topper
2012-08-27FMA3 tests on bdver2 target for changes made in rev 162012. Also madeAnitha Boyapati
2012-08-27Make sure that FMA3 is favored even when FMA4 is also enabled. Test case for ...Craig Topper
2012-08-20fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao
2012-08-19When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem
2012-08-18Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...Nadav Rotem
2012-08-18Revert r162160 because it made a few buildbots fail.Nadav Rotem
2012-08-18The X86 backend has a number of optimizations for SETCC nodes which useNadav Rotem
2012-08-17Make atomic load and store of pointers work. Tighten verification of atomic ...Eli Friedman
2012-08-17TargetLowering: Use the large shift amount during legalize types. The legaliz...Benjamin Kramer
2012-08-17Fix broken check lines.Benjamin Kramer
2012-08-15Remove invalid test. This test requires that dead basic blocks be keptBill Wendling
2012-08-14fix PR11334Michael Liao
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-13Rename test since it's not linux-specific.Bill Wendling
2012-08-13Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen
2012-08-13Fix failure on Atom bot due to r161769Manman Ren
2012-08-13X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren
2012-08-11fix PR13577, an issue introduced by r161687Michael Liao
2012-08-11PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer
2012-08-10X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren
2012-08-10add X86-specific DAG optimization to simplify boolean testMichael Liao
2012-08-10Update edge weights correctly in replaceSuccessor().Jakob Stoklund Olesen
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen
2012-08-09Partition use lists so defs always come before uses.Jakob Stoklund Olesen
2012-08-09Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-08X86: enable CSE between CMP and SUBManman Ren
2012-08-07X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng
2012-08-07Add a much more conservative strategy for aligning branch targets.Chandler Carruth
2012-08-07MachineCSE: Update the heuristics for isProfitableToCSE.Manman Ren
2012-08-06Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper
2012-08-05Update test to check for r161305Craig Topper
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson