summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/ConstProp
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1719-253/+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-314-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 this test because constant integers are always printed signed now.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32699
* constant folding of bitcast is broken.Chris Lattner2006-12-111-0/+4
| | | | llvm-svn: 32437
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0216-18/+18
| | | | llvm-svn: 32115
* test1 is miscompiledChris Lattner2006-12-011-0/+13
| | | | llvm-svn: 32086
* new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner2006-12-011-0/+5
| | | | llvm-svn: 32079
* new testcaseChris Lattner2006-12-011-0/+7
| | | | llvm-svn: 32061
* new testcaseChris Lattner2006-11-201-0/+9
| | | | llvm-svn: 31885
* 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
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+22
| | | | llvm-svn: 25309
* New testcase.Chris Lattner2005-01-281-0/+12
| | | | llvm-svn: 19873
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* 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
* Fix testcaseChris Lattner2004-07-011-3/+3
| | | | llvm-svn: 14516
* Add tests for isnanChris Lattner2004-06-111-0/+8
| | | | llvm-svn: 14149
* New testcaseChris Lattner2004-04-131-0/+17
| | | | llvm-svn: 12916
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-191-1/+1
| | | | llvm-svn: 10086
* 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
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-287-39/+16
| | | | llvm-svn: 6965
* Testcase which kills the constant folderChris Lattner2003-05-121-0/+15
| | | | llvm-svn: 6124
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-031-0/+22
| | | | llvm-svn: 3575
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-141-2/+4
| | | | llvm-svn: 3330
* Change not's to xorsChris Lattner2002-08-141-4/+4
| | | | llvm-svn: 3329
* Test that logical operators are correctly constant propogated!Chris Lattner2002-07-301-0/+16
| | | | llvm-svn: 3152
* Oops, forgot to check in makefileChris Lattner2002-05-071-0/+10
| | | | llvm-svn: 2542
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-071-0/+18
| | | | llvm-svn: 2541
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-073-3/+3
| | | | llvm-svn: 2540
* Add testcase for not expressionsChris Lattner2002-05-071-0/+22
| | | | llvm-svn: 2539
* New testcase for bugs in the constant propogatorChris Lattner2002-05-031-0/+14
| | | | llvm-svn: 2462
* Add tests for floating point remainder eliminationChris Lattner2002-05-031-0/+9
| | | | llvm-svn: 2461
* New testcase to see if constant propogation of remainder is implementedChris Lattner2002-05-031-0/+17
| | | | llvm-svn: 2460
* This testcase is a sanity checkChris Lattner2002-05-031-0/+20
| | | | llvm-svn: 2459
* Add new testcase for general constant prop.Chris Lattner2002-05-031-0/+18
llvm-svn: 2457
OpenPOWER on IntegriCloud