Fix PR5258, jump-threading creating invalid PHIs.
[oota-llvm.git] / test / Transforms /
2009-10-20 Torok EdwinFix PR5258, jump-threading creating invalid PHIs.
2009-10-20 Torok EdwinFix PR4313: IPSCCP was not setting the lattice value...
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-10-18 Chris Lattnerremove a now-pointless regtest
2009-10-18 Chris Lattnerremove testcase for dead pass
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Chris Lattnerremove # uses from FileCheck lines.
2009-10-17 Chris Lattnerrename test
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Duncan SandsCheck that GVN performs this transform even if the...
2009-10-14 Chris Lattnermake instcombine's instruction sinking more aggressive...
2009-10-13 Chris Lattnerchange simplifycfg to not duplicate 'unwind' instructio...
2009-10-13 Chris Lattnerconvert to filecheck
2009-10-13 Chris Lattnerrename test
2009-10-13 Victor HernandezMemory dependence analysis was incorrectly stopping...
2009-10-12 Edward O'CallaghanMissing CHECK: lines makes test exit abnormally.
2009-10-12 Edward O'CallaghanFileCheck not CheckFile, oops.
2009-10-12 Edward O'CallaghanConvert InstCombine/call.ll to CheckFile.
2009-10-12 Edward O'CallaghanConvert the rest of the InstCombine tests from notcast...
2009-10-12 Nick LewyckyRemove this part of the test, it never actually tested...
2009-10-12 Edward O'CallaghanFix syntax error missed in converting zext.ll test...
2009-10-12 Edward O'CallaghanConvert InstCombine tests from notcast to FileCheck.
2009-10-11 Chris Lattnerreduce vec_shuffle2 and merge into vec_shuffle.
2009-10-11 Chris Lattnerfilecheckize vec_shuffle.ll and merge shuffle.ll into it.
2009-10-11 Chris Lattnerfilecheckize
2009-10-11 Chris Lattnerrename test
2009-10-11 Chris Lattnerremove old testcase
2009-10-11 Chris Lattnermerge test into shift.ll, this also eliminates awful...
2009-10-11 Chris Lattnerconvert to filecheck.
2009-10-11 Chris Lattnerteach instcombine to simplify xor's harder, catching the
2009-10-11 Chris Lattnerconvert xor2 to filecheck, merge in a random regtest
2009-10-11 Chris Lattnergeneralize a transformation even more: we don't care...
2009-10-11 Chris Lattnersimplify a transformation by making it more general.
2009-10-11 Torok EdwinLICM shouldn't sink/delete debug information. Fix this...
2009-10-11 Chris Lattnerwhen folding duplicate conditions, delete the
2009-10-11 Chris Lattnerimplement rdar://7293527, a trivial instcombine that...
2009-10-11 Chris Lattnerimplement a transformation in jump threading that is...
2009-10-11 Chris Lattneranother testcase jump threading shouldn't crash on.
2009-10-11 Chris Lattnerrename a file, remove a poorly reduced testcase.
2009-10-11 Chris Lattnermake jump threading on a phi with undef inputs happen.
2009-10-11 Chris Lattnermerge two tests.
2009-10-11 Chris Lattnersimplify some run lines, convert a test to filecheck.
2009-10-10 Chris Lattnerswitch GVN to use SSAUpdater. Besides removing a lot...
2009-10-09 Dale JohannesenWhen considering whether to inline Callee into Caller,
2009-10-06 Chris Lattnerremove predicate simplifier, it never got the last...
2009-10-05 Evan PhoenixExtend ConstantFolding to understand signed overflow...
2009-10-05 Chris Lattnerteach the optimizer how to constant fold uadd/usub...
2009-10-05 Chris Lattnerinstcombine shouldn't delete all null checks for mallocs.
2009-10-01 Chris Lattnerremove the GVNPRE pass. It has been subsumed by the...
2009-09-28 Dan GohmanAdd a testcase for r83011.
2009-09-28 Dan GohmanAdd a testcase to help test analysis preservation.
2009-09-28 Chris LattnerThe select instruction is not neccesarily in the same...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-27 Chris LattnerEnhance the previous fix for PR4895 to allow more value...
2009-09-27 Chris Lattnerimplement PR4895, by making FoldOpIntoPhi handle select...
2009-09-27 Nick LewyckyFilecheckify this one test.
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanFix a case where ScalarEvolution was expanding pointer...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-25 Dale JohannesenHandle sqrt in CannotBeNegativeZero. absf and absl
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Torok EdwinConstant propagating byval pointer is safe if function...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-24 Torok EdwinDon't constant propagate byval pointers, since they...
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattneradd pr#
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-20 Daniel DunbarWork around a FileCheck bug, for now.
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerthis was not supposed to be committed
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Nick LewyckyRewrite this check so that it checks what it's supposed...
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Nick LewyckyTeach the constant folder how to handle a few simple...
2009-09-16 Dan GohmanFix the comment in this test.
2009-09-16 Dan GohmanDon't sink gep operators through phi nodes if the resul...
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-14 Dan GohmanWhen extending a memset range past the front, set the...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattneranother random update
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-09 Daniel DunbarUpdate test.
next