Adjust this test for recent sroa improvements.
[oota-llvm.git] / test /
2009-03-12 Duncan SandsAdjust this test for recent sroa improvements.
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-12 Evan ChengOn x86, if the only use of a i64 load is a i64 store...
2009-03-12 Chris Lattneradd no-unwind, remove duplicate run line.
2009-03-12 Chris Lattneradd nounwinds
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Rafael Espindolaoptimize i8 and i16 tls values.
2009-03-11 Evan ChengMy last coalescer fix introduced a subtler one. It...
2009-03-11 Mon P WangFor yonah, fix a vector shuffle case for v16i8 where...
2009-03-11 Chris Lattnerimplement support for C-style string literal concatenat...
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerreapply my previous patch (r66358) with a tweak to...
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingReadd test, but XFAIL it.
2009-03-10 Evan ChengRevert 66358 for now. It's breaking povray, 450.soplex...
2009-03-10 Stuart HastingsTweak the DejaGNU voodoo to match Bill's advice.
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-03-10 Bill WendlingAdd radar number.
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-10 Stuart HastingsCheck for warnings about inappropriate weak_imports.
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-09 Chris LattnerFix PR3763 by using proper APInt methods instead of...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
2009-03-09 Chris Lattnertestcase for PR3744
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-08 Evan ChengIf a MI uses the same register more than once, only...
2009-03-08 Chris Lattnerimplement an optimization to codegen c ? 1.0 : 2.0...
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-06 Mikhail GlushenkovAdd a comment.
2009-03-06 Mikhail GlushenkovTrailing whitespace.
2009-03-06 Mikhail GlushenkovTrailing whitespace.
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-03-06 Dan GohmanFix ScheduleDAGRRList::CopyAndMoveSuccessors' handling...
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-05 Dan GohmanFix the "test" optimization to recognize "dec" as an...
2009-03-05 Dan GohmanMake this test more thorough. Not only should there...
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-05 Evan ChengDo not split edges to EH landing pads. It will cause...
2009-03-05 Zhou ShengIgnore the debug info intrinsics when looking for depen...
2009-03-04 Bill WendlingShould have XFAILed this 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
next