summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
Commit message (Expand)AuthorAge
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Add missing newline.Eli Friedman2011-09-01
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-31
* Update the tests to the new EH scheme.Bill Wendling2011-08-31
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-16
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* fix PR7876: If ipsccp decides that a function's address is takenChris Lattner2010-08-12
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-26
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-09
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner2010-02-27
* fix a crash in SCCP handling extractvalue of an array, pointed out andChris Lattner2009-11-10
* reimplement multiple return value handling in IPSCCP, making it Chris Lattner2009-11-03
* fix testChris Lattner2009-11-03
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-03
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-03
* testcase for r85903Chris Lattner2009-11-03
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-02
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-02
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-02
* Use the libanalysis 'ConstantFoldLoadFromConstPtr' functionChris Lattner2009-11-02
* add a real testcase for PR4313Chris Lattner2009-10-20
* add a test similar to that needed for PR4313, but that doesn'tChris Lattner2009-10-20
* the date on this testcase is wrong, it is unreduced, and it passes without th...Chris Lattner2009-10-20
* merge and filecheckizeChris Lattner2009-10-20
* merge two tests and convert to filecheck.Chris Lattner2009-10-20
* Fix PR4313: IPSCCP was not setting the lattice value for the invoke instructionTorok Edwin2009-10-20
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Use Operands.data() instead of &Operands[0] where Operands is a potentiallyNick Lewycky2009-05-28
* adjust for asmprinter change.Chris Lattner2009-03-01
* Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner2009-01-14
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-13
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Fix PR2358 by resolving calls with undef arguments to overdefined.Chris Lattner2008-05-24
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-16
* Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner2008-04-23
* make this test more interesting.Chris Lattner2008-04-23