aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP
Commit message (Expand)AuthorAgeFilesLines
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0838-46/+46
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0837-45/+45
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-042-4/+4
* Use Operands.data() instead of &Operands[0] where Operands is a potentiallyNick Lewycky2009-05-281-0/+10
* adjust for asmprinter change.Chris Lattner2009-03-011-3/+5
* Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner2009-01-141-0/+28
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-131-0/+20
* Enable first-class aggregates support.Dan Gohman2008-07-231-2/+5
* Fix PR2358 by resolving calls with undef arguments to overdefined.Chris Lattner2008-05-241-0/+14
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-161-1/+1
* Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner2008-04-231-0/+11
* make this test more interesting.Chris Lattner2008-04-231-4/+6
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-480/+421
* Initial multiple return values support.Devang Patel2008-03-111-0/+12
* Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner2008-01-281-0/+36
* Change all floating constants that are not exactlyDale Johannesen2007-09-052-2/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* New test.Devang Patel2007-05-171-0/+50
* For PR1319:Reid Spencer2007-04-1529-37/+29
* Add the SCCP regression tests for APInt expressions. These test casesReid Spencer2007-04-1315-0/+360
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* For PR1195:Reid Spencer2007-02-151-2/+2
* For PR1043:Reid Spencer2007-01-131-1/+1
* For PR950:Reid Spencer2006-12-315-6/+6
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-291-1/+2
* new testcaseChris Lattner2006-12-201-0/+6
* SCCP does not handle Packed Type properly. Disable Packed Type handlingDevang Patel2006-12-041-0/+149
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0220-21/+21
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-2/+2
* new testcaseChris Lattner2006-10-231-0/+128
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* new testcase for more interesting select sccp casesChris Lattner2006-02-081-0/+12
* fix buggy testChris Lattner2005-05-131-1/+1
* Fix this testChris Lattner2004-12-131-1/+1
* New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-111-0/+8
* Update testChris Lattner2004-12-111-1/+1
* New testcase that ipsccp should handle.Chris Lattner2004-12-111-0/+23
* New testcaseChris Lattner2004-12-101-0/+19
* New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner2004-12-101-0/+11
* New testcaseChris Lattner2004-12-101-0/+13
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* New testcase for recent patch to SCCP, thanks to Nate Begeman for pointingChris Lattner2004-11-161-0/+14
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* New testcaseChris Lattner2004-04-131-0/+24
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-121-0/+26
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-121-0/+23
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-169-9/+9