summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/SCCP
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1724-660/+0
| | | | llvm-svn: 33296
* For PR1043:Reid Spencer2007-01-131-1/+1
| | | | | | | | Bye, Bye Booly. Remove the use of the bool type from non-upgraded test cases and from grep expressions. The parser doesn't accept it and the asm writer doesn't produce it any more. llvm-svn: 33183
* For PR950:Reid Spencer2006-12-315-6/+6
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-291-1/+2
| | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768
* new testcaseChris Lattner2006-12-201-0/+6
| | | | llvm-svn: 32714
* SCCP does not handle Packed Type properly. Disable Packed Type handlingDevang Patel2006-12-041-0/+149
| | | | | | for now. llvm-svn: 32208
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0220-21/+21
| | | | llvm-svn: 32115
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-2/+2
| | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
* new testcaseChris Lattner2006-10-231-0/+128
| | | | llvm-svn: 31131
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
| | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009
* new testcase for more interesting select sccp casesChris Lattner2006-02-081-0/+12
| | | | llvm-svn: 26048
* fix buggy testChris Lattner2005-05-131-1/+1
| | | | llvm-svn: 21937
* Fix this testChris Lattner2004-12-131-1/+1
| | | | llvm-svn: 18900
* New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-111-0/+8
| | | | | | if the other side is overdefined. llvm-svn: 18806
* Update testChris Lattner2004-12-111-1/+1
| | | | llvm-svn: 18801
* New testcase that ipsccp should handle.Chris Lattner2004-12-111-0/+23
| | | | llvm-svn: 18789
* New testcaseChris Lattner2004-12-101-0/+19
| | | | llvm-svn: 18780
* New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner2004-12-101-0/+11
| | | | | | happen in practice, but IP-SCCP can trigger it. llvm-svn: 18773
* New testcaseChris Lattner2004-12-101-0/+13
| | | | llvm-svn: 18750
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* New testcase for recent patch to SCCP, thanks to Nate Begeman for pointingChris Lattner2004-11-161-0/+14
| | | | | | out this recent regression llvm-svn: 17898
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* New testcaseChris Lattner2004-04-131-0/+24
| | | | llvm-svn: 12920
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-121-0/+26
| | | | llvm-svn: 10766
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-121-0/+23
| | | | | | | as the result of the binary operator is always constant. This does not require the PHI itself to be constant though. llvm-svn: 10762
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-169-9/+9
| | | | llvm-svn: 8558
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
| | | | llvm-svn: 8548
* New testcaseChris Lattner2003-08-271-0/+15
| | | | llvm-svn: 8151
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-286-39/+14
| | | | llvm-svn: 6965
* New testcaseChris Lattner2003-06-241-0/+36
| | | | llvm-svn: 6882
* New testcaseChris Lattner2002-08-301-0/+13
| | | | llvm-svn: 3554
* Must run cfgsimplify to eliminate dead blocksChris Lattner2002-05-221-1/+1
| | | | llvm-svn: 2706
* New testcaseChris Lattner2002-05-211-0/+39
| | | | llvm-svn: 2705
* New testcase for bugChris Lattner2002-05-201-0/+20
| | | | llvm-svn: 2670
* Add const prop pass to eliminate dead branchesChris Lattner2002-05-031-1/+1
| | | | llvm-svn: 2456
* More testcases for SCCPChris Lattner2002-05-023-0/+87
| | | | llvm-svn: 2444
* First testcase for SCCP passChris Lattner2002-05-022-0/+22
llvm-svn: 2440
OpenPOWER on IntegriCloud