add a testcase.
[oota-llvm.git] / test / CodeGen / X86 /
2009-01-07 Chris Lattneradd a testcase.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanNow that fold-pcmpeqd-0.ll is effectively testing that...
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2008-12-25 Chris Lattneradd PR #
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Mon P WangAdded shuffle and splat test cases for r61365.
2008-12-23 Dale JohannesenOne more permutation of subtracting off a base value.
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-20 Dan GohmanUse the correct Preds and Succs lists in setHeightDirty()
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Evan Cheng- CodeGenPrepare does not split loop back edges but...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-12-18 Mon P WangAdded some basic test cases for r61209
2008-12-17 Eli FriedmanFix for PR3225: disable a broken optimization in
2008-12-16 Dale JohannesenA new dag combine; several permutations of this
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-15 Mon P WangAdded support for splitting and scalarizing vector...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-10 Mon P WangFixed a bug when trying to optimize a extract vector...
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-05 Dale JohannesenFix test to pass on Linux.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengThis test also requires -mattr=+sse41.
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Evan ChengFix test.
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Bill WendlingChange label to 'carry' for unsigned adds.
2008-12-03 Dan GohmanFix byval arguments in the fastcc calling convention...
2008-12-03 Dan GohmanAdd nounwind attributes to this test.
2008-12-03 Dale Johannesentestcases for recent dag combiner changes
2008-12-02 Evan ChengFix PR3124: overly strict assert.
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-12-01 Chris LattnerAdd rdar reference, make this actually fail when the...
2008-12-01 Dale JohannesenConsider only references to an IV within the loop when
2008-11-30 Eli FriedmanFollowup to r60283: optimize arbitrary width signed...
2008-11-30 Eli FriedmanFix for PR2164: allow transforming arbitrary-width...
2008-11-30 Eli FriedmanAPIntify a test which is potentially unsafe otherwise...
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-27 Evan ChengAdd -march=x86.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.
2008-11-26 Chris LattnerTurn on my codegen prepare heuristic by default. It...
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Chris Lattnerfix an over-reduced test.
2008-11-26 Chris Lattnerthis doesn't need EH
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-19 Owen AndersonAdd support for rematerialization in pre-alloc-splitting.
2008-11-16 Lang HamesRemoved 2008-10-17-SpillerBug.ll as it does not provide...
2008-11-16 Lang Hames2008-10-17-SpillerBug.ll is currently failing, but...
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dale Johannesentestcase for PR 1779.
2008-11-12 Dale JohannesenFix the testb optimization so x86 also bootstraps.
2008-11-10 Bill WendlingTemporarily revert r58979 and related patch. It's causi...
2008-11-10 Duncan SandsWhen promoting the result of fp_to_uint/fp_to_sint,
2008-11-10 Dale JohannesenReenable test.
2008-11-09 Duncan SandsXFAIL this while waiting for a fix.
2008-11-07 Dale JohannesenTestcase for testb optimization.
2008-11-05 Evan ChengAdd more vector move low and zero-extend patterns.
2008-11-03 Dan GohmanThe ANDMask node folds to a constant, and isn't the...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-03 Duncan SandsMake VAARG work with x86 long double (which is
2008-10-31 Dan GohmanUse MOVSSmr instead of EXTRACTPSmr in the case of extra...
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Dale JohannesenBe kind to non-x86 hosts.
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-21 Dan GohmanFix SelectionDAGBuild lowering of Select instructions to
next