summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-17733-27701/+0
| | | | llvm-svn: 33296
* new testcaseChris Lattner2007-01-151-0/+12
| | | | llvm-svn: 33233
* add a simple case where instcombine can detect and remove a dead allocaChris Lattner2007-01-151-0/+13
| | | | llvm-svn: 33230
* ensure these don't xpass if opt crashesChris Lattner2007-01-152-0/+2
| | | | llvm-svn: 33215
* new testcaseChris Lattner2007-01-141-0/+6
| | | | llvm-svn: 33206
* testcase reduced from pr1107Chris Lattner2007-01-131-0/+9
| | | | llvm-svn: 33186
* For PR1043:Reid Spencer2007-01-1310-15/+20
| | | | | | | | 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
* Can't grep for bool any more.Reid Spencer2007-01-131-1/+1
| | | | llvm-svn: 33178
* New predicate simplifier!Nick Lewycky2007-01-111-0/+19
| | | | | | Please do not enable, there is still some known miscompile problem. llvm-svn: 33066
* testcase for PR1097Chris Lattner2007-01-081-0/+19
| | | | llvm-svn: 33013
* llvm.isunordered.* are gone.Reid Spencer2007-01-071-2/+0
| | | | llvm-svn: 33002
* Simplify the testcaseChris Lattner2007-01-071-11/+0
| | | | llvm-svn: 32975
* Testcase for PR1015Chris Lattner2007-01-071-0/+53
| | | | llvm-svn: 32973
* this testcase is too large to be useful, and requires a .bc file to beChris Lattner2007-01-062-5/+0
| | | | | | kept around. We can do without it. llvm-svn: 32960
* Regenerate for new bytecode file format.Reid Spencer2007-01-061-0/+0
| | | | llvm-svn: 32957
* Accomodate new name manglinge done by llvm-upgradeReid Spencer2007-01-061-2/+2
| | | | llvm-svn: 32954
* Global variables are not renamed by llvm-upgrade any more.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32925
* new testChris Lattner2007-01-051-0/+4
| | | | llvm-svn: 32898
* manually upgrade this testcaseChris Lattner2007-01-051-23/+23
| | | | llvm-svn: 32897
* new testcaseChris Lattner2007-01-051-0/+9
| | | | llvm-svn: 32892
* llvm upgrade doesn't accept 'define'Chris Lattner2007-01-051-1/+2
| | | | llvm-svn: 32891
* new testcaseChris Lattner2007-01-051-0/+6
| | | | llvm-svn: 32889
* remove xfailed test that depends on obsolete argument to lliChris Lattner2007-01-041-76/+0
| | | | llvm-svn: 32876
* Remove a manual renaming of a variable that was introduced beforeReid Spencer2007-01-041-1/+1
| | | | | | llvm-upgrade could properly handle collapsed type planes. llvm-svn: 32875
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-032-3/+6
| | | | | | as a result of llvm-upgrade handling collapsed type planes better. llvm-svn: 32849
* For PR1070:Reid Spencer2007-01-024-6/+12
| | | | | | | | | | Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name collisons for collapsed type planes. Conflicting names have a .u (unsigned) or .s (signed) suffix added. This patch updates the grep expression to accommodate the new names. llvm-svn: 32815
* For PR1070:Reid Spencer2007-01-021-4/+14
| | | | | | | Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. llvm-svn: 32814
* Back out last revision now that llvm-upgrade can remove useless bitcasts.Reid Spencer2007-01-011-2/+2
| | | | | | This serves as a test of that feature. llvm-svn: 32806
* For PR950:Reid Spencer2006-12-3146-104/+94
| | | | | | | | | | | | | | | | | | | | | | 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-2910-11/+15
| | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768
* Test case for PR1065.Reid Spencer2006-12-231-0/+33
| | | | llvm-svn: 32755
* For PR950:Reid Spencer2006-12-2312-13/+355
| | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
* new testcaseChris Lattner2006-12-201-0/+6
| | | | llvm-svn: 32714
* Update this test because constant integers are always printed signed now.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32699
* Back out last revision, a bit premature, its not an upgrade-only change.Reid Spencer2006-12-191-2/+2
| | | | llvm-svn: 32670
* For PR950:Reid Spencer2006-12-192-3/+3
| | | | | | Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669
* Fix borken testcaseChris Lattner2006-12-161-1/+3
| | | | llvm-svn: 32627
* fix buggy testcaseChris Lattner2006-12-161-1/+3
| | | | llvm-svn: 32626
* reenable theseChris Lattner2006-12-152-4/+0
| | | | llvm-svn: 32596
* Remove DSA tests.John Criswell2006-12-131-4/+0
| | | | llvm-svn: 32549
* Remove DSA tests.John Criswell2006-12-1314-331/+0
| | | | llvm-svn: 32547
* xfail these until I recommit the scalarrepl patchChris Lattner2006-12-132-0/+4
| | | | llvm-svn: 32545
* new testcase for pr1045Chris Lattner2006-12-121-0/+24
| | | | llvm-svn: 32467
* constant folding of bitcast is broken.Chris Lattner2006-12-111-0/+4
| | | | llvm-svn: 32437
* new testcaseChris Lattner2006-12-111-0/+12
| | | | llvm-svn: 32421
* testcase for a regression introduced by the recent cast patchChris Lattner2006-12-111-0/+38
| | | | llvm-svn: 32419
* new testcaseChris Lattner2006-12-101-0/+10
| | | | llvm-svn: 32417
* Too soon to commit, revert.Reid Spencer2006-12-091-1/+1
| | | | llvm-svn: 32397
* New test cases for regressions in the SetCC -> ICmp patch.Reid Spencer2006-12-093-1/+97
| | | | llvm-svn: 32396
* This test needs to be upgraded.Reid Spencer2006-12-081-1/+1
| | | | llvm-svn: 32359
OpenPOWER on IntegriCloud