aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
AgeCommit message (Expand)Author
2010-08-12fix PR7876: If ipsccp decides that a function's address is takenChris Lattner
2010-04-26fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner
2010-04-09fix a SCCP miscompilation that could happen when aChris Lattner
2010-04-08Print empty structs as {} rather than { }.Dan Gohman
2010-02-27fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner
2009-11-10fix a crash in SCCP handling extractvalue of an array, pointed out andChris Lattner
2009-11-03reimplement multiple return value handling in IPSCCP, making it Chris Lattner
2009-11-03fix testChris Lattner
2009-11-03merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner
2009-11-03fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner
2009-11-03testcase for r85903Chris Lattner
2009-11-02merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner
2009-11-02disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner
2009-11-02improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner
2009-11-02Use the libanalysis 'ConstantFoldLoadFromConstPtr' functionChris Lattner
2009-10-20add a real testcase for PR4313Chris Lattner
2009-10-20add a test similar to that needed for PR4313, but that doesn'tChris Lattner
2009-10-20the date on this testcase is wrong, it is unreduced, and it passes without th...Chris Lattner
2009-10-20merge and filecheckizeChris Lattner
2009-10-20merge two tests and convert to filecheck.Chris Lattner
2009-10-20Fix PR4313: IPSCCP was not setting the lattice value for the invoke instructionTorok Edwin
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-11fix a bunch of spurious failures for people whose home directoryChris Lattner
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-28Use Operands.data() instead of &Operands[0] where Operands is a potentiallyNick Lewycky
2009-03-01adjust for asmprinter change.Chris Lattner
2009-01-14Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner
2008-08-13Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-05-24Fix PR2358 by resolving calls with undef arguments to overdefined.Chris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-16Use loop deletion instead of ADCE in these tests.Owen Anderson
2008-04-23Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner
2008-04-23make this test more interesting.Chris Lattner
2008-03-19Upgrade tests to not use llvm-upgrade.Tanya Lattner
2008-03-11Initial multiple return values support.Devang Patel
2008-01-28Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-17New test.Devang Patel
2007-04-15For PR1319:Reid Spencer
2007-04-13Add the SCCP regression tests for APInt expressions. These test casesReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-15For PR1195:Reid Spencer
2007-01-13For PR1043:Reid Spencer