Testcase for LoopIndexSplit and DomFrontier.
[oota-llvm.git] / test / Transforms /
2008-06-03 Owen AndersonTestcase for LoopIndexSplit and DomFrontier.
2008-06-02 Devang PatelUpdate dom tree. Fix PR 2372.
2008-06-01 Owen AndersonFix two issues that Eli Friedman pointed out, where...
2008-06-01 Owen AndersonTest for PR2401
2008-06-01 Duncan SandsWhen simplifying a call to a bitcast function, tighten up
2008-05-31 Nick LewyckyPeer through sext/zext when looking for not(cmp).
2008-05-31 Nick LewyckyAdd more i1 optimizations. add, sub, mul, s/udiv on...
2008-05-31 Nick LewyckyAdding i1 is always Xor.
2008-05-29 Owen AndersonReplace the old ADCE implementation with a new one...
2008-05-28 Chris LattnerImplement PR2370: memmove(x,x,size) -> noop.
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-05-24 Chris LattnerFix a serious brain-o. Obviously no-one reviewed my...
2008-05-24 Chris LattnerFix PR2358 by resolving calls with undef arguments...
2008-05-23 Dan GohmanRemove lingering references to .llx and .tr in the...
2008-05-23 Matthijs KooijmanRestucture a part of the SimplifyCFG pass and include...
2008-05-23 Nick LewyckyConstant integer vectors may also be negated.
2008-05-23 Nick LewyckyRevert X + X --> X * 2 optz'n which pessimizes heavily...
2008-05-23 Nick LewyckyImplement X + X for vectors.
2008-05-23 Nick LewyckyFix a recently added optimization to not crash on vectors.
2008-05-23 Dan GohmanGeneralize the new code in instcombine's ComputeNumSign...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-20 Dan GohmanOops, commit the version of this test that actually...
2008-05-20 Dan GohmanPort SelectionDAG's ComputeNumSignBits-using code to...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-19 Devang PatelDo not erase induction variable increment if it is...
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...
2008-05-19 Chris Lattnerbe more aggressive about transforming add -> or when...
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-18 Chris LattnerFix PR2339
2008-05-18 Chris Lattnerremove empty file?
2008-05-17 Nick LewyckyRevert constant-folding change that will miscompile...
2008-05-17 Nick LewyckyConstant fold inttoptr and ptrtoint.
2008-05-16 Evan ChengFix test.
2008-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-05-16 Owen AndersonUse loop deletion instead of ADCE in these tests.
2008-05-16 Owen AndersonUse loop deletion instead of ADCE for removing loops.
2008-05-16 Chris Lattnerimplement PR2328.
2008-05-14 Bill WendlingSituations can arise when you have a function called...
2008-05-14 Devang PatelSimplify internalize pass. Add test case.
2008-05-13 Dale JohannesenFix for PR 2323, infinite loop in tail dup.
2008-05-13 Owen AndersonAdd a testcase for non-local CSE of read-only calls.
2008-05-10 Duncan SandsTestcase for PR2303.
2008-05-09 Chris LattnerImplement PR2298. This transforms:
2008-05-08 Chris LattnerMore than just loads can read from memory: readonly...
2008-05-08 Chris LattnerMake instcombine's DSE respect loads as well as stores...
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-06 Owen AndersonTestcase for r50770.
2008-05-06 Dan GohmanCorrect the value of LowBits in srem and urem handling in
2008-05-05 Chris LattnerFix a crash when threading a block that includes a...
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-05-01 Dale JohannesenNew test for bug fixed in 50545.
2008-05-01 Dan GohmanFix an overaggressive SimplifyDemandedBits optimization...
2008-05-01 Chris Lattnerfix typo
2008-05-01 Chris Lattnerinstcombine does memset optzns.
2008-05-01 Chris Lattnersimplifylibcalls doesn't optimize llvm.memmove, instcom...
2008-05-01 Chris Lattnermove some tests from libcall optimizer suite.
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.
2008-04-30 Chris Lattnermove lowering of llvm.memset -> store from simplify...
2008-04-30 Chris Lattnerno reason for simplifylibcalls to simplify intrinsics...
2008-04-30 Chris Lattnerremove redundant check.
2008-04-29 Owen AndersonFix a bug in memcpyopt where the memcpy-memcpy transfor...
2008-04-29 Chris Lattnerdon't eliminate load from volatile value on paths where...
2008-04-29 Chris Lattnermake this test reduced and *valid*
2008-04-29 Chris Lattnerfix a subtle volatile handling bug.
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...
2008-04-28 Dan GohmanFix DSE to not eliminate volatile loads with no uses.
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's
2008-04-28 Chris LattnerFix PR2256, yet another miscompilation in simplifycfg...
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-04-23 Chris Lattnermake this test more interesting.
2008-04-23 Chris Lattnerdistill down the essense of this test.
2008-04-23 Dale Johannesennew test
2008-04-23 Evan ChengDon't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattneradd a basic testcase.
2008-04-22 Chris Lattneroptimize "p != gep p, ..." better. This allows us...
2008-04-21 Owen AndersonRefactor memcpyopt based on Chris' suggestions. Consol...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-04-11 Owen AndersonAdd testcase for PR2213.
2008-04-10 Dan GohmanTeach InstCombine's ComputeMaskedBits to handle pointer...
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-04-08 Gabor Greifmerge r48768 from branches/ggreif/parallelized-test
2008-03-29 Chris Lattneradd a testcase for forming memset from noncontiguous...
next