Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 24 | -660/+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 | 5 | -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 necessary | Reid Spencer | 2006-12-29 | 1 | -1/+2 |
| | | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768 | ||||
* | new testcase | Chris Lattner | 2006-12-20 | 1 | -0/+6 |
| | | | | llvm-svn: 32714 | ||||
* | SCCP does not handle Packed Type properly. Disable Packed Type handling | Devang Patel | 2006-12-04 | 1 | -0/+149 |
| | | | | | | for now. llvm-svn: 32208 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 20 | -21/+21 |
| | | | | llvm-svn: 32115 | ||||
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 1 | -2/+2 |
| | | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896 | ||||
* | new testcase | Chris Lattner | 2006-10-23 | 1 | -0/+128 |
| | | | | llvm-svn: 31131 | ||||
* | 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 | ||||
* | new testcase for more interesting select sccp cases | Chris Lattner | 2006-02-08 | 1 | -0/+12 |
| | | | | llvm-svn: 26048 | ||||
* | fix buggy test | Chris Lattner | 2005-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 21937 | ||||
* | Fix this test | Chris Lattner | 2004-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 18900 | ||||
* | New testcase. If one side of and/or is known to be 0/-1, it doesn't matter | Chris Lattner | 2004-12-11 | 1 | -0/+8 |
| | | | | | | if the other side is overdefined. llvm-svn: 18806 | ||||
* | Update test | Chris Lattner | 2004-12-11 | 1 | -1/+1 |
| | | | | llvm-svn: 18801 | ||||
* | New testcase that ipsccp should handle. | Chris Lattner | 2004-12-11 | 1 | -0/+23 |
| | | | | llvm-svn: 18789 | ||||
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+19 |
| | | | | llvm-svn: 18780 | ||||
* | New testcase that SCCP miscompiles. Luckily this is extremely unlikely to | Chris Lattner | 2004-12-10 | 1 | -0/+11 |
| | | | | | | happen in practice, but IP-SCCP can trigger it. llvm-svn: 18773 | ||||
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+13 |
| | | | | llvm-svn: 18750 | ||||
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 18020 | ||||
* | New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing | Chris Lattner | 2004-11-16 | 1 | -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 Lattner | 2004-11-13 | 1 | -0/+3 |
| | | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712 | ||||
* | New testcase | Chris Lattner | 2004-04-13 | 1 | -0/+24 |
| | | | | llvm-svn: 12920 | ||||
* | Test to make sure we can SCCP load instructions | Chris Lattner | 2004-01-12 | 1 | -0/+26 |
| | | | | llvm-svn: 10766 | ||||
* | New testcase, allow folding of binary operators that use PHI nodes, as long | Chris Lattner | 2004-01-12 | 1 | -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 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 | ||||
* | New testcase | Chris Lattner | 2003-08-27 | 1 | -0/+15 |
| | | | | llvm-svn: 8151 | ||||
* | Remove explicit control flow through the use of the 'not' script | Chris Lattner | 2003-06-28 | 6 | -39/+14 |
| | | | | llvm-svn: 6965 | ||||
* | New testcase | Chris Lattner | 2003-06-24 | 1 | -0/+36 |
| | | | | llvm-svn: 6882 | ||||
* | New testcase | Chris Lattner | 2002-08-30 | 1 | -0/+13 |
| | | | | llvm-svn: 3554 | ||||
* | Must run cfgsimplify to eliminate dead blocks | Chris Lattner | 2002-05-22 | 1 | -1/+1 |
| | | | | llvm-svn: 2706 | ||||
* | New testcase | Chris Lattner | 2002-05-21 | 1 | -0/+39 |
| | | | | llvm-svn: 2705 | ||||
* | New testcase for bug | Chris Lattner | 2002-05-20 | 1 | -0/+20 |
| | | | | llvm-svn: 2670 | ||||
* | Add const prop pass to eliminate dead branches | Chris Lattner | 2002-05-03 | 1 | -1/+1 |
| | | | | llvm-svn: 2456 | ||||
* | More testcases for SCCP | Chris Lattner | 2002-05-02 | 3 | -0/+87 |
| | | | | llvm-svn: 2444 | ||||
* | First testcase for SCCP pass | Chris Lattner | 2002-05-02 | 2 | -0/+22 |
llvm-svn: 2440 |