summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
Commit message (Expand)AuthorAge
* 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
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-19
* Initial multiple return values support.Devang Patel2008-03-11
* Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner2008-01-28
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* New test.Devang Patel2007-05-17
* For PR1319:Reid Spencer2007-04-15
* Add the SCCP regression tests for APInt expressions. These test casesReid Spencer2007-04-13
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR1195:Reid Spencer2007-02-15
* For PR1043:Reid Spencer2007-01-13
* For PR950:Reid Spencer2006-12-31
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-29
* new testcaseChris Lattner2006-12-20
* SCCP does not handle Packed Type properly. Disable Packed Type handlingDevang Patel2006-12-04
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* new testcaseChris Lattner2006-10-23
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase for more interesting select sccp casesChris Lattner2006-02-08
* fix buggy testChris Lattner2005-05-13
* Fix this testChris Lattner2004-12-13
* New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-11
* Update testChris Lattner2004-12-11
* New testcase that ipsccp should handle.Chris Lattner2004-12-11
* New testcaseChris Lattner2004-12-10
* New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner2004-12-10
* New testcaseChris Lattner2004-12-10
* Adding srcdir argTanya Lattner2004-11-19
* New testcase for recent patch to SCCP, thanks to Nate Begeman for pointingChris Lattner2004-11-16
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcaseChris Lattner2004-04-13
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-12
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-12
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* New testcaseChris Lattner2003-08-27
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* New testcaseChris Lattner2003-06-24
* New testcaseChris Lattner2002-08-30
* Must run cfgsimplify to eliminate dead blocksChris Lattner2002-05-22