Regenerate.
[oota-llvm.git] / test / Transforms /
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Devang PatelAdd transformation to update loop interation space...
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-21 Devang PatelFix PR1692
2007-09-20 Duncan SandsTestcase for PR1678.
2007-09-20 Nick LewyckyExcuse me.
2007-09-20 Nick LewyckyFix optimization. %x = sub %x, %y does not imply that...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Devang PatelFix PR1657
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-15 Chris Lattnerremove obsolete tests.
2007-09-11 Duncan SandsTest that a call to a trampoline is turned into a call to
2007-09-10 Chris Lattnerremove obsolete testcase
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-10 Dale JohannesenAdd missing llvm-dis.
2007-09-10 Chris LattnerPrevent tailcallelim from breaking "recursive" calls...
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-09-07 Chris LattnerDon't zap back to back volatile load/stores
2007-09-06 Nick LewyckyWhen the two operands of an icmp are equal, there are...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-26 Anton KorobeynikovDon't promote volatile loads/stores. This is needed...
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-17 Devang PatelAdd loop index split tests.
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-12 Chris Lattneroops, forgot to commit this.
2007-08-11 Chris LattnerTransform a load from an undef/zero global into an...
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Chris LattnerI don't have time to restore this functionality right...
2007-08-02 Chris LattnerReduced testcase for PR1594
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Owen AndersonForgot to update these files for the FastDSE changes.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Lauro Ramos VenancioFix a bug in GetKnownAlignment of packed structs.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Owen AndersonFix a misoptimization in aha.
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-30 Owen AndersonFix a bug caused by indiscriminantly asking for the...
2007-07-26 Owen AndersonFix a bug introduced in my last commit.
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-25 Owen AndersonFix what is _hopefully_ the last corner case for loops.
2007-07-25 Owen AndersonMy last commit was not correct for nested loops. Fix...
2007-07-25 Owen AndersonFix an infinite loop on 300.twolf.
2007-07-25 Owen AndersonFix a bug in non-local memdep that was causing an infin...
2007-07-25 Owen AndersonFix a bug that was causing GVN to crash on 252.eon.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-23 Owen AndersonAdd testcases for FastDLE.
2007-07-23 Owen AndersonMove these tests to use FastDSE instead of old DSE.
2007-07-21 Chris LattnerThis xform isn't safe, removing it.
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
2007-07-19 Reid SpencerFor PR1553:
2007-07-18 Devang PatelNew test.
2007-07-16 Chris Lattnerrename function to avoid llvm-upgrade warning
2007-07-15 Chris LattnerImplement shift-simplify.ll:test[45].
2007-07-15 Chris LattnerImplement shift-simplify.ll:test3, turning:
2007-07-11 Devang PatelNew test.
2007-07-07 Owen AndersonFix an error where ANTIC_OUT was ending up with more...
2007-07-05 Owen AndersonFix a bunch of issues found in a testcase from 400...
2007-07-04 Owen AndersonFix another bug, this time in PREing select instructions.
2007-07-04 Owen AndersonFix a typo that was killing GVNPRE of select instructions.
2007-07-04 Owen AndersonFix an error in phi translation of GEPs that was causin...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on GEP instructions.
2007-07-03 Owen AndersonAdd support for performing GVNPRE on cast instructions...
2007-07-02 Zhou ShengTest case for recent patch for IndVarSimplify.cpp
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 Owen AndersonAdd a test for performing GVNPRE on select instructions.
2007-06-27 Owen AndersonAdd tests for performing GVNPRE on the three vector...
2007-06-25 Chris Lattnernew testcase, the inliner shouldn't inline this.
2007-06-24 Owen AndersonRename variables to expose the fact that this test...
2007-06-21 Chris Lattnernew testcase miscompiled by instcombine, reduced from...
2007-06-19 Owen AndersonTestcase for instances where a constant only occurs...
2007-06-19 Owen AndersonAdd a new testcase for memory corruption issues.
2007-06-16 Owen AndersonTestcase where GVNPRE was getting confused by invoke...
2007-06-15 Owen AndersonAdd a testcase where GVNPRE what getting confused by...
2007-06-15 Chris Lattneradd vector versions of this test
2007-06-15 Chris Lattnertestcase for PR1510
2007-06-12 Owen AndersonAdd a test where phi translation was producing a null...
2007-06-12 Owen AndersonTestcase where GVNPRE crashes on functions with no...
2007-06-12 Owen AndersonMake the run line for this test correct. Thanks to...
2007-06-12 Owen AndersonAdd a GVN-PRE basic regression test.
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Lauro Ramos VenancioAdd a test for PR1499.
2007-06-06 Nick Lewyckynew testcase for PR1487
2007-06-04 Chris Lattnernew testcase for PR1491
2007-05-30 Chris LattnerTestcase for PR1421
2007-05-24 Chris Lattnertestcase for PR1446
2007-05-23 Chris Lattnernew testcase for PR1435
next