Convert more tests to avoid llvm-as.
[oota-llvm.git] / test / Transforms / GVN /
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-07-13 Chris LattnerMove the re-sort of invalidated NonLocalPointerDeps...
2009-06-17 Dale JohannesenThis fixes a bug introduced in 72661, which can
2009-05-31 Owen AndersonBe more aggressive in doing LoadPRE by tracing backward...
2009-05-25 Chris Lattnermake memdep use the getModRefInfo method for stores...
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2008-12-16 Chris Lattnerfix PR3217: fully cached queries need to be verified...
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Chris Lattnergvn now hoists this load out of the hot non-call path.
2008-12-15 Chris LattnerAdjust testcase to make it more stable across visitatio...
2008-12-15 Chris Lattnermake GVN try to rename inputs to the resultant replaced...
2008-12-15 Chris LattnerImplement initial support for PHI translation in memdep...
2008-12-14 Chris Lattneranother random testcase that shouldn't crash gvn and is
2008-12-13 Chris LattnerRLE isn't smart enough to eliminate this safely yet.
2008-12-13 Chris Lattnerrename some tests to be more uniform in naming convention.
2008-12-13 Chris Lattnergvn should never crash on this.
2008-12-13 Bill WendlingTemporarily revert r60973. It's inexplicably causing...
2008-12-13 Chris Lattnermake RLE preserve the name of the load that it replaces...
2008-12-09 Chris Lattnerloosen up an assertion that isn't valid when called...
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-05 Chris LattnerFix test/Transforms/GVN/pre-load.ll
2008-12-02 Chris LattnerImplement PRE of loads in the GVN pass with a pretty...
2008-12-02 Owen AndersonAdd a test for my previous PRE fix.
2008-12-01 Chris Lattnertestcase for my previous commit.
2008-11-29 Chris Lattnerdon't require GVN to work on dead values, just make the
2008-07-02 Owen AndersonA better fix for PR2503 that doesn't pessimize GVN...
2008-06-26 Owen AndersonUse the -enable-pre flag so this test doesn't fail.
2008-06-18 Owen AndersonAdd local PRE to GVN. This only operates in cases...
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-13 Owen AndersonAdd a testcase for non-local CSE of read-only calls.
2008-04-11 Owen AndersonAdd testcase for PR2213.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-03-29 Chris Lattneradd a testcase for forming memset from noncontiguous...
2008-03-24 Chris Lattnerapparently tclsh doesn't lex like bash. Weird.
2008-03-24 Chris Lattnerpass the option so this test tests the right thing.
2008-03-22 Owen AndersonUse normal naming convention for test.
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
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...