Temporarily revert r65994. It was causing rdar://6646455.
[oota-llvm.git] / test /
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Dan GohmanRe-apply 66008, now that the unfoldMemoryOperand bug...
2009-03-04 Chris LattnerFix PR3720 by properly propagating alignment informatio...
2009-03-04 Owen AndersonAdd a restore folder, which shaves a dozen or so machin...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-04 Eli FriedmanPR3686: make the legalizer handle bitcast from i80...
2009-03-04 Dan GohmanRevert r66004 for now; it's causing a variety of test...
2009-03-04 Evan ChengRename test.
2009-03-04 Dan GohmanTeach the x86 backend to eliminate "test" instructions...
2009-03-04 Evan ChengFix PR3701. 1. X86 target renamed eflags register to...
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-03-04 Dale JohannesenMake my earlier patch to skip debug intrinsics
2009-03-04 Bill WendlingThe DAG combiner was performing a BT combine. The BT...
2009-03-03 Dale JohannesenInstruction counters must skip the bitcasts that
2009-03-03 Dale JohannesenWhen removing a store to an alloca that has only one
2009-03-03 Bill WendlingRemove accidental check-ins in r65960. :-(
2009-03-03 Bill WendlingUse > instead of >=. We want to promote aggregates...
2009-03-03 Zhou ShengIgnore the debug info intrinsics when adding instructio...
2009-03-03 Dale JohannesenTestcase for line number sinking in InstCombine.
2009-03-02 Devang PatelIf branch conditions' one successor is dominating anoth...
2009-03-02 Duncan SandsFix PR3694: add an instcombine micro-optimization that...
2009-03-01 Nate BegemanFix a problem with DAGCombine on 64b targets where...
2009-03-01 Duncan SandsFunctions marked malloc are noalias return.
2009-03-01 Duncan SandsAdjust this test for recent llvm-gcc changes.
2009-03-01 Evan ChengMinor optimization:
2009-03-01 Chris Lattnertweak this to accept asmprinter changes. I have no...
2009-03-01 Chris LattnerFix a pretty awesome bug that only happened in a strang...
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust test to make it more robust
2009-03-01 Chris LattnerFix a long-standing bug and misfeature of the disassemb...
2009-02-28 Chris Lattnerone less space, fixes failure with rebuilt llvm-gcc.
2009-02-28 Bill WendlingThere is a way to specify targets that should succeed...
2009-02-28 Evan ChengLast commit accidentially deleted this code.
2009-02-28 Stuart HastingsUnable to say "TARGET: *-*-darwin*"; falling back to...
2009-02-27 Stuart HastingsTestcase to insure C strings go to the cstring
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Evan ChengMake sure this test passes on linux-ppc.
2009-02-27 Dan GohmanUpdate another test for the LoopInfo::print changes.
2009-02-27 Dan GohmanUpdate this test for the LoopInfo::print changes.
2009-02-27 Evan ChengMachineLICM CSE should match destination register class...
2009-02-26 Chris Lattnermake sure that make fully evaluates variables when...
2009-02-26 Zhou ShengIgnore dbg info intrinsics when folding conditional...
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Evan ChengThe last commit was overly conservative. It's ok to...
2009-02-26 Julien LerougeFix a typo that prevents hello.mm from running (and...
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...
next