Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
[oota-llvm.git] / test /
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Chris LattnerFix PR3667
2009-02-25 Duncan SandsCheck that records with a known constant size are not
2009-02-25 Zhou ShengDon't block basic block with only SwitchInst to fold...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-24 Dan GohmanAdd a testcase for the problem fixed in r65289.
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-24 Bill WendlingUn-XFAIL this test.
2009-02-24 Devang PatelWhile folding unconditional return move DbgRegionEndIns...
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-23 Dan GohmanFast-isel can't do TLS yet, so it should fall back...
2009-02-23 Dan GohmanUse the -stack-alignment option instead of using a...
2009-02-23 Zhou ShengAdd test case for checkin @r65314.
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanMake this test use darwin targe triple, to avoid stack...
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Richard Penningtonbug 3610: Test case.
2009-02-22 Evan ChengIf a use operand is marked isKill, don't forget to...
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-20 Evan ChengFix strange logic in CollectIVUsers used to determine...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Chris Lattnermake these tests pass when run on a G5.
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-19 Bill WendlingTemporarily XFAIL this test.
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Devang PatelAnd now, not so elegant, test case...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-17 Devang PatelTestcase for rev. 64704
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Devang PatelTest case for llvm-gcc rev. 64648.
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-15 Evan ChengFix pr3571: If stride is a value defined by an instruct...
2009-02-14 Dan GohmanExtend the IndVarSimplify support for promoting inducti...
2009-02-14 Dale JohannesenTestcase for llvm-gcc 64510.
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Nick LewyckyMark strto* as readonly when the endptr is null.
2009-02-13 Nick LewyckyOn strtod and friends, mark 'endptr' nocapture in the...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-13 Dan GohmanFix the code that checked if a SCEVAddRecExpr Start...
2009-02-13 Dan GohmanFix LSR's IV sorting function to explicitly sort by...
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-12 Chris Lattneradd PR
2009-02-12 Evan ChengIt's (currently) not safe to keep certain physical...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-12 Chris LattnerFix a nasty bug (PR3550) where the inline pass could...
2009-02-12 Chris Lattnerfix PR3537: if resetting bbi back to the start of a...
2009-02-12 Chris Lattnerrename test to avoid messing with tab completion of...
2009-02-11 Evan ChengRemove a bogus assertion. It's possible a live-in avail...
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-02-11 Daniel DunbarUpdate to match space changes in .ll
2009-02-11 Dale JohannesenMake a transformation added in 63266 a bit less aggressive.
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Duncan SandsThis is now done using a real i33, rather than
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Duncan SandsTestcase for PR2437.
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail GlushenkovThe 'false.c' test must depend on llvm-g++.
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris Lattnertestcase for r64049 of llvm-gcc.
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
next