Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 19 | -253/+0 |
| | | | | llvm-svn: 33296 | ||||
* | For PR1043: | Reid Spencer | 2007-01-13 | 1 | -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 Spencer | 2006-12-31 | 4 | -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 Spencer | 2006-12-19 | 1 | -1/+1 |
| | | | | llvm-svn: 32699 | ||||
* | constant folding of bitcast is broken. | Chris Lattner | 2006-12-11 | 1 | -0/+4 |
| | | | | llvm-svn: 32437 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 16 | -18/+18 |
| | | | | llvm-svn: 32115 | ||||
* | test1 is miscompiled | Chris Lattner | 2006-12-01 | 1 | -0/+13 |
| | | | | llvm-svn: 32086 | ||||
* | new 'cast' miscompilation, reduced from perlbmk by Evan | Chris Lattner | 2006-12-01 | 1 | -0/+5 |
| | | | | llvm-svn: 32079 | ||||
* | new testcase | Chris Lattner | 2006-12-01 | 1 | -0/+7 |
| | | | | llvm-svn: 32061 | ||||
* | new testcase | Chris Lattner | 2006-11-20 | 1 | -0/+9 |
| | | | | llvm-svn: 31885 | ||||
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | llvm-svn: 27635 | ||||
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -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 Reference | Nate Begeman | 2006-01-14 | 1 | -0/+22 |
| | | | | llvm-svn: 25309 | ||||
* | New testcase. | Chris Lattner | 2005-01-28 | 1 | -0/+12 |
| | | | | llvm-svn: 19873 | ||||
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 18020 | ||||
* | Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵ | Tanya Lattner | 2004-11-13 | 1 | -0/+3 |
| | | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712 | ||||
* | Fix testcase | Chris Lattner | 2004-07-01 | 1 | -3/+3 |
| | | | | llvm-svn: 14516 | ||||
* | Add tests for isnan | Chris Lattner | 2004-06-11 | 1 | -0/+8 |
| | | | | llvm-svn: 14149 | ||||
* | New testcase | Chris Lattner | 2004-04-13 | 1 | -0/+17 |
| | | | | llvm-svn: 12916 | ||||
* | Fix testcase. This should no longer be XFAIL'd | Chris Lattner | 2003-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 10086 | ||||
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 9 | -9/+9 |
| | | | | llvm-svn: 8558 | ||||
* | Removing Makefiles. Regression tests are now run by QMTest. | John Criswell | 2003-09-15 | 1 | -10/+0 |
| | | | | llvm-svn: 8548 | ||||
* | Remove explicit control flow through the use of the 'not' script | Chris Lattner | 2003-06-28 | 7 | -39/+16 |
| | | | | llvm-svn: 6965 | ||||
* | Testcase which kills the constant folder | Chris Lattner | 2003-05-12 | 1 | -0/+15 |
| | | | | llvm-svn: 6124 | ||||
* | Make sure that setcc is implemented for bools. | Chris Lattner | 2002-09-03 | 1 | -0/+22 |
| | | | | llvm-svn: 3575 | ||||
* | Fix testcases that used to now dead 'not' instruction | Chris Lattner | 2002-08-14 | 1 | -2/+4 |
| | | | | llvm-svn: 3330 | ||||
* | Change not's to xors | Chris Lattner | 2002-08-14 | 1 | -4/+4 |
| | | | | llvm-svn: 3329 | ||||
* | Test that logical operators are correctly constant propogated! | Chris Lattner | 2002-07-30 | 1 | -0/+16 |
| | | | | llvm-svn: 3152 | ||||
* | Oops, forgot to check in makefile | Chris Lattner | 2002-05-07 | 1 | -0/+10 |
| | | | | llvm-svn: 2542 | ||||
* | Add check that phi nodes get constant propogated away | Chris Lattner | 2002-05-07 | 1 | -0/+18 |
| | | | | llvm-svn: 2541 | ||||
* | constprop doesn't delete dead instructions, it just makes them dead. | Chris Lattner | 2002-05-07 | 3 | -3/+3 |
| | | | | llvm-svn: 2540 | ||||
* | Add testcase for not expressions | Chris Lattner | 2002-05-07 | 1 | -0/+22 |
| | | | | llvm-svn: 2539 | ||||
* | New testcase for bugs in the constant propogator | Chris Lattner | 2002-05-03 | 1 | -0/+14 |
| | | | | llvm-svn: 2462 | ||||
* | Add tests for floating point remainder elimination | Chris Lattner | 2002-05-03 | 1 | -0/+9 |
| | | | | llvm-svn: 2461 | ||||
* | New testcase to see if constant propogation of remainder is implemented | Chris Lattner | 2002-05-03 | 1 | -0/+17 |
| | | | | llvm-svn: 2460 | ||||
* | This testcase is a sanity check | Chris Lattner | 2002-05-03 | 1 | -0/+20 |
| | | | | llvm-svn: 2459 | ||||
* | Add new testcase for general constant prop. | Chris Lattner | 2002-05-03 | 1 | -0/+18 |
llvm-svn: 2457 |