summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP
Commit message (Expand)AuthorAge
* 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
* New testcaseChris Lattner2002-05-21
* New testcase for bugChris Lattner2002-05-20
* Add const prop pass to eliminate dead branchesChris Lattner2002-05-03
* More testcases for SCCPChris Lattner2002-05-02
* First testcase for SCCP passChris Lattner2002-05-02