Fix a recent regression. ClrOpcode is not set for i8; for i8, if
[oota-llvm.git] / test / CodeGen / X86 /
2009-01-21 Dan GohmanFix a recent regression. ClrOpcode is not set for i8...
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Evan ChengAdd test case for PR3154.
2009-01-20 Bill WendlingTestcase for limited precision stuff.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-19 Dale Johannesencompile-time fmod was done incorrectly. PR 3316.
2009-01-19 Evan ChengDIVREM isel deficiency: If sign bit is known zero,...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-17 Bill WendlingTestcase for last commit.
2009-01-17 Evan ChengFix MatchAddress bug that's preventing negative displac...
2009-01-17 Mon P WangSimplify extract element of a scalar to vector.
2009-01-16 Dan GohmanDisable the post-RA scheduler on this test, since it...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-15 Mon P WangAdded missing support to widen an operand from a bit...
2009-01-15 Mon P WangExpand insert/extract of a <4 x i32> with a variable...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Evan ChengFIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-10 Evan ChengThis is a dup of pr2659.ll.
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Evan ChengAdd test case from PR2659.
2009-01-09 Dan GohmanPR2659 was fixed by r61847. Add the testcase as a regre...
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
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.
next