| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | For PR1338: Rename test dirs | Anton Korobeynikov | 2008-05-29 | 88 | -1656/+0 |
| | | | | | llvm-svn: 51695 | ||||
| * | resurrect lost tests by renaming them to not end with .tr | Gabor Greif | 2008-05-21 | 10 | -0/+0 |
| | | | | | llvm-svn: 51375 | ||||
| * | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 51349 | ||||
| * | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | ||||
| * | Remove the S92 code, which really has nothing to do | Dale Johannesen | 2008-05-15 | 1 | -7/+0 |
| | | | | | | | with what the test is testing; makes it pass again on ppc32. llvm-svn: 51167 | ||||
| * | Make this test pass on x86-32 linux. | Duncan Sands | 2008-05-14 | 1 | -2/+1 |
| | | | | | llvm-svn: 51099 | ||||
| * | new testcase. | Chris Lattner | 2008-05-08 | 1 | -0/+8 |
| | | | | | llvm-svn: 50841 | ||||
| * | Add -m32 to compilation line; test is only valid in | Dale Johannesen | 2008-03-10 | 1 | -2/+2 |
| | | | | | | | 32-bit environment. PR 2136. llvm-svn: 48159 | ||||
| * | switch from hard coded g++/as tools to the ones detected from | Chris Lattner | 2008-03-10 | 3 | -4/+4 |
| | | | | | | | the build system. Patch by Joachim Durchholz for PR2121 llvm-svn: 48134 | ||||
| * | This works on x86_64 | Anton Korobeynikov | 2008-03-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 48121 | ||||
| * | Modify test to expect improved code. | Dale Johannesen | 2008-02-15 | 1 | -4/+4 |
| | | | | | llvm-svn: 47182 | ||||
| * | Fix this test on linux, which returns S242 | Duncan Sands | 2008-02-15 | 1 | -1/+2 |
| | | | | | | | using sret. llvm-svn: 47173 | ||||
| * | New test, see comments. | Dale Johannesen | 2008-02-13 | 1 | -0/+48 |
| | | | | | llvm-svn: 47078 | ||||
| * | This should also work on x86 now. | Evan Cheng | 2008-02-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 46730 | ||||
| * | This would be better done as an executable test. | Duncan Sands | 2008-01-29 | 1 | -23/+0 |
| | | | | | llvm-svn: 46493 | ||||
| * | Test for PR1942. | Duncan Sands | 2008-01-25 | 1 | -0/+23 |
| | | | | | llvm-svn: 46357 | ||||
| * | new testcase for rdar://5685492 | Chris Lattner | 2008-01-13 | 1 | -0/+6 |
| | | | | | llvm-svn: 45918 | ||||
| * | this actually does pass with 4.0 | Chris Lattner | 2008-01-12 | 1 | -1/+0 |
| | | | | | llvm-svn: 45899 | ||||
| * | llvm-g++ 4.0 has completely different code for this warning, | Chris Lattner | 2008-01-11 | 1 | -0/+1 |
| | | | | | | | just xfail it. llvm-svn: 45890 | ||||
| * | new testcase | Chris Lattner | 2008-01-11 | 1 | -0/+6 |
| | | | | | llvm-svn: 45888 | ||||
| * | Rename these tests to use the appropriate suffixes. | Dan Gohman | 2007-12-11 | 1 | -0/+0 |
| | | | | | llvm-svn: 44867 | ||||
| * | New test. | Devang Patel | 2007-10-02 | 1 | -0/+14 |
| | | | | | llvm-svn: 42517 | ||||
| * | Testcase for PR1634 | Chris Lattner | 2007-09-11 | 1 | -0/+88 |
| | | | | | llvm-svn: 41824 | ||||
| * | Fix this test: llvm-gcc-4.2 optimizes almost everything away, | Duncan Sands | 2007-08-27 | 1 | -2/+2 |
| | | | | | | | | resulting in zero matches, while llvm-gcc-4.1 manages to remove one pointless selector changing the number of matches. llvm-svn: 41494 | ||||
| * | Fix this test for gcc-4.2. | Duncan Sands | 2007-08-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 41187 | ||||
| * | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -7/+7 |
| | | | | | llvm-svn: 41097 | ||||
| * | test that the ptr-to-method is succefully eliminated, leaving just the ↵ | Chris Lattner | 2007-08-13 | 1 | -0/+14 |
| | | | | | | | vtable dispatch. llvm-svn: 41047 | ||||
| * | Clean up C++ restrict test cases and add a test for restrict qualified methods. | Christopher Lamb | 2007-08-01 | 1 | -0/+13 |
| | | | | | llvm-svn: 40681 | ||||
| * | these tests aren't xfailed. | Chris Lattner | 2007-08-01 | 2 | -2/+0 |
| | | | | | llvm-svn: 40680 | ||||
| * | Un-XFAIL these tests after r40622 fixed them. | Christopher Lamb | 2007-07-31 | 2 | -2/+0 |
| | | | | | llvm-svn: 40623 | ||||
| * | Add tests for generating noalias parameter attribute from __restrict ↵ | Christopher Lamb | 2007-07-29 | 2 | -0/+16 |
| | | | | | | | qualified function parameters. C++ tests are currently XFAILing see PR1582. llvm-svn: 40583 | ||||
| * | The Ada f-e produces various auxiliary output files | Duncan Sands | 2007-07-23 | 1 | -5/+5 |
| | | | | | | | | | | | | that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437 | ||||
| * | Fix this test. We produce pretty cruddy code for this | Duncan Sands | 2007-07-19 | 1 | -1/+1 |
| | | | | | | | | | nowadays, unfortunately it's not so easy to get good code here while still producing correct code in exotic situations. llvm-svn: 40050 | ||||
| * | For PR1558: | Reid Spencer | 2007-07-17 | 5 | -0/+138 |
| | | | | | | | | | Move tests that have C/C++ sources into the appropriate directory. This allows them to be selected for testing based on whether llvm-gcc is present or not. llvm-svn: 39963 | ||||
| * | Nested try-catch-filter testcase. | Duncan Sands | 2007-07-04 | 1 | -0/+32 |
| | | | | | llvm-svn: 37874 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | Use "ignore" rather than grep tricks. | Duncan Sands | 2007-06-15 | 1 | -1/+2 |
| | | | | | llvm-svn: 37592 | ||||
| * | Make this test pass if llvm-g++ was built without exception handling support. | Duncan Sands | 2007-06-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 37488 | ||||
| * | Revert changes for noinline. | Tanya Lattner | 2007-06-06 | 3 | -3/+3 |
| | | | | | llvm-svn: 37476 | ||||
| * | Ignore llvm.noinline | Tanya Lattner | 2007-06-06 | 3 | -3/+3 |
| | | | | | llvm-svn: 37460 | ||||
| * | Testcase for | Duncan Sands | 2007-05-30 | 1 | -0/+15 |
| | | | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070528/050047.html llvm-svn: 37359 | ||||
| * | New test. | Devang Patel | 2007-05-17 | 1 | -0/+24 |
| | | | | | llvm-svn: 37151 | ||||
| * | Don't put test cases into regression test suite before the bug is fixed. | Reid Spencer | 2007-05-15 | 1 | -35/+0 |
| | | | | | llvm-svn: 37085 | ||||
| * | Add a test case for PR1420 | Reid Spencer | 2007-05-15 | 1 | -0/+35 |
| | | | | | llvm-svn: 37082 | ||||
| * | llvm-gcc3 is gone | Chris Lattner | 2007-05-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 36792 | ||||
| * | new testcase | Chris Lattner | 2007-05-04 | 1 | -0/+17 |
| | | | | | llvm-svn: 36722 | ||||
| * | Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of | Duncan Sands | 2007-05-01 | 1 | -0/+12 |
| | | | | | | | ordinary statements, rather than a list of CATCH_EXPRs or an EH_FILTER_EXPR. llvm-svn: 36629 | ||||
| * | Make running these tests conditional on llvm-gcc supporting the language | Reid Spencer | 2007-04-22 | 1 | -1/+3 |
| | | | | | | | of these test cases. llvm-svn: 36328 | ||||
| * | Make it work on 64-bit systems. | Jeff Cohen | 2007-04-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 36194 | ||||
| * | MAke this test portable. | Chris Lattner | 2007-04-16 | 1 | -1/+3 |
| | | | | | llvm-svn: 36164 | ||||

