Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 27 | -468/+0 |
| | | | | llvm-svn: 33296 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 24 | -27/+27 |
| | | | | llvm-svn: 32115 | ||||
* | new testcase | Chris Lattner | 2006-04-28 | 1 | -0/+7 |
| | | | | llvm-svn: 28006 | ||||
* | 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 from a FIXME in the code | Chris Lattner | 2006-03-14 | 2 | -2/+16 |
| | | | | llvm-svn: 26756 | ||||
* | Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. | Chris Lattner | 2006-03-14 | 1 | -0/+11 |
| | | | | llvm-svn: 26752 | ||||
* | new testcase | Chris Lattner | 2006-03-04 | 2 | -0/+27 |
| | | | | llvm-svn: 26525 | ||||
* | new testcase for recent bugfix | Chris Lattner | 2005-09-02 | 1 | -0/+21 |
| | | | | llvm-svn: 23212 | ||||
* | new testcase that crashes -reassociate | Chris Lattner | 2005-08-24 | 1 | -0/+12 |
| | | | | llvm-svn: 23018 | ||||
* | add a testcase for a case we do not handle yet | Chris Lattner | 2005-05-08 | 1 | -0/+66 |
| | | | | llvm-svn: 21789 | ||||
* | new testcase | Chris Lattner | 2005-05-08 | 1 | -0/+8 |
| | | | | llvm-svn: 21787 | ||||
* | new testcase | Chris Lattner | 2005-05-08 | 1 | -0/+20 |
| | | | | llvm-svn: 21784 | ||||
* | new testcases for PR557 | Chris Lattner | 2005-05-08 | 2 | -0/+70 |
| | | | | llvm-svn: 21782 | ||||
* | new testcase | Chris Lattner | 2005-05-08 | 1 | -0/+24 |
| | | | | llvm-svn: 21777 | ||||
* | test that reassociate can handle shifts | Chris Lattner | 2005-05-07 | 1 | -0/+10 |
| | | | | llvm-svn: 21760 | ||||
* | 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 | ||||
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 11 | -11/+11 |
| | | | | 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-12 | 1 | -0/+10 |
| | | | | llvm-svn: 7791 | ||||
* | Remove explicit control flow through the use of the 'not' script | Chris Lattner | 2003-06-28 | 9 | -40/+13 |
| | | | | llvm-svn: 6965 | ||||
* | Cleanup test | Chris Lattner | 2002-10-15 | 1 | -1/+1 |
| | | | | llvm-svn: 4185 | ||||
* | Verify is implicit for opt | Chris Lattner | 2002-08-01 | 1 | -1/+1 |
| | | | | llvm-svn: 3204 | ||||
* | New testcase for problem effecting mst | Chris Lattner | 2002-07-09 | 1 | -0/+10 |
| | | | | llvm-svn: 2848 | ||||
* | New testcases for sub/neg reassociation | Chris Lattner | 2002-05-16 | 2 | -2/+2 |
| | | | | llvm-svn: 2635 | ||||
* | Fix testcase | Chris Lattner | 2002-05-16 | 1 | -1/+1 |
| | | | | llvm-svn: 2634 | ||||
* | New testcases to ensure sub's are maximally reassociable | Chris Lattner | 2002-05-15 | 2 | -0/+29 |
| | | | | llvm-svn: 2633 | ||||
* | Testcase to ensure trees structures are correctly linearized | Chris Lattner | 2002-05-15 | 1 | -0/+11 |
| | | | | llvm-svn: 2632 | ||||
* | Test to ensure sub -> neg promotion is working and why. | Chris Lattner | 2002-05-15 | 1 | -0/+13 |
| | | | | llvm-svn: 2631 | ||||
* | New testcase | Chris Lattner | 2002-05-15 | 1 | -0/+11 |
| | | | | llvm-svn: 2630 | ||||
* | New testcase for LICM reassociation | Chris Lattner | 2002-05-08 | 1 | -0/+59 |
| | | | | llvm-svn: 2560 | ||||
* | Add some simple test of reassociation | Chris Lattner | 2002-05-08 | 4 | -0/+66 |
llvm-svn: 2555 |