Upgrade tests to not use llvm-upgrade.
[oota-llvm.git] / test / Transforms / GVN /
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-12 Owen AndersonImprove the return slot optimization to be both more...
2008-02-26 Owen AndersonAdd PR number to testcase.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-25 Owen AndersonFix an issue where GVN was performing the return slot...
2008-02-25 Owen AndersonFix an issue where GVN would try to use an instruction...
2008-02-18 Chris Lattnermake this just a bit more strict.
2008-02-18 Owen AndersonAdd support to GVN for performing sret return slot...
2008-02-14 Nick LewyckyTestcase for PR2032.
2008-02-13 Eli FriedmanAdd a note pointing to PR1996.
2008-02-13 Eli FriedmanAdd test for PR1996. (This is my first time adding...
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-06 Bill WendlingTemporarily reverting:
2008-02-04 Owen AndersonMake this test more aggressive, to cover recent improve...
2008-02-04 Owen AndersonAllow GVN to hack on memcpy's, making them open to...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Owen AndersonFix a misoptimization in aha.
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...