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