Convert tests using "| wc -l | grep ..." to use the count script.
[oota-llvm.git] / test / Transforms /
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
2007-05-19 Chris Lattnernew testcase
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-17 Devang PatelNew test.
2007-05-15 Chris LattnerNew testcase that crashes instcombine
2007-05-13 Chris Lattnerthis crashes globalopt
2007-05-11 Chris Lattnernew testcase that crashes instcombine
2007-05-11 Devang PatelDrop ModuleID from comment.
2007-05-09 Devang PatelNew test.
2007-05-09 Devang PatelNew test.
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-05-05 Chris Lattnerthis test is now in Target/README.txt
2007-05-05 Chris Lattnerremove an old xfailed test
2007-05-05 Chris Lattnerun-xfail this.
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-05-05 Chris LattnerMove Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT...
2007-05-05 Chris Lattnerremvoe two tests that cee has never gotten right
2007-05-05 Chris Lattnernew testcase for PR1385
2007-05-05 Chris Lattnernew testacse for PR1384
2007-04-28 Chris Lattnerupdate syntax
2007-04-28 Chris Lattnernew testcase
2007-04-25 Chris Lattnernew testcase, should be able to eliminate the alloca...
2007-04-23 Devang PatelNew test.
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerAdd a .cvsignore file.
2007-04-16 Devang PatelAdd PR number for reference.
2007-04-16 Devang PatelNew test case.
2007-04-16 Reid SpencerFix this test from Duncan's experiment.
next