Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test fp not. | Evan Cheng | 2008-09-24 | 1 | -1/+7 | |
| | | | | llvm-svn: 56534 | |||||
* | Test case for fp logical instructions. | Evan Cheng | 2008-09-22 | 1 | -0/+9 | |
| | | | | llvm-svn: 56474 | |||||
* | Fix test to account for no more whitespace and that one of the matches is the | Bill Wendling | 2008-09-16 | 1 | -2/+2 | |
| | | | | | | "declare" statement. llvm-svn: 56241 | |||||
* | Remove space that was forgotten.` | Bill Wendling | 2008-09-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 56240 | |||||
* | Prevent our own passes from promoting this to | Duncan Sands | 2008-09-05 | 1 | -1/+1 | |
| | | | | | | readonly. llvm-svn: 55858 | |||||
* | Adjust tests to expect new math intrinsics to be | Dale Johannesen | 2008-09-04 | 3 | -3/+9 | |
| | | | | | | emitted only when errno is not in use. llvm-svn: 55797 | |||||
* | Adjust libcalls tests to expect intrinsic for exp2 | Dale Johannesen | 2008-09-04 | 3 | -1/+28 | |
| | | | | llvm-svn: 55784 | |||||
* | Update test to check call instruction. | Devang Patel | 2008-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 55702 | |||||
* | Testcase for PR1678. | Duncan Sands | 2008-09-03 | 1 | -0/+9 | |
| | | | | llvm-svn: 55695 | |||||
* | New testcase for targets without 64-bit atomics; | Dale Johannesen | 2008-09-02 | 2 | -1/+238 | |
| | | | | | | xfail old test for ppc. llvm-svn: 55651 | |||||
* | Comprehensive test of FE handling of __sync builtins. | Dale Johannesen | 2008-08-22 | 1 | -0/+281 | |
| | | | | llvm-svn: 55206 | |||||
* | ll printer prints each zeroinit on the same line now, update regex | Chris Lattner | 2008-08-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 55025 | |||||
* | Testcase for r54520. | Nick Lewycky | 2008-08-08 | 1 | -0/+14 | |
| | | | | llvm-svn: 54521 | |||||
* | Testcases for 54503. One derived from PR 2533, the | Dale Johannesen | 2008-08-08 | 2 | -0/+47 | |
| | | | | | | other from Python. llvm-svn: 54505 | |||||
* | Testcase for PR2520. | Duncan Sands | 2008-07-08 | 1 | -0/+4 | |
| | | | | llvm-svn: 53230 | |||||
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -1/+1 | |
| | | | | | | Patch by Hasso Tepper! llvm-svn: 52781 | |||||
* | Fix a warning, closing PR2452 | Chris Lattner | 2008-06-20 | 1 | -3/+3 | |
| | | | | llvm-svn: 52529 | |||||
* | Fix a warning. | Chris Lattner | 2008-06-20 | 1 | -3/+1 | |
| | | | | llvm-svn: 52528 | |||||
* | fix a warning. | Chris Lattner | 2008-06-20 | 1 | -4/+2 | |
| | | | | llvm-svn: 52526 | |||||
* | Fix PR numbers, I accidentally switched two digits. | Matthijs Kooijman | 2008-06-16 | 5 | -5/+5 | |
| | | | | llvm-svn: 52311 | |||||
* | XFAIL some tests that became failing due to the extra error reporting ↵ | Matthijs Kooijman | 2008-06-13 | 5 | -0/+11 | |
| | | | | | | recently. PR's are created for these. llvm-svn: 52250 | |||||
* | Fix some tests. | Evan Cheng | 2008-06-12 | 2 | -2/+2 | |
| | | | | llvm-svn: 52245 | |||||
* | Add -w to inhibit gcc warnings, which causes the | Dale Johannesen | 2008-06-10 | 8 | -8/+8 | |
| | | | | | | | harness to fail the tests. The warning all appear legitimate. llvm-svn: 52186 | |||||
* | Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding | Matthijs Kooijman | 2008-06-10 | 10 | -5/+18 | |
| | | | | | | | | | | declarations. These are the fixes that I was pretty confident about, there are still a lot of other llvm-gcc warnings of which I'm not sure if they can be safely ignored or fixed, without breaking the test case. This fixes 11 testcases. llvm-svn: 52176 | |||||
* | Unbreak this test. | Nick Lewycky | 2008-05-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 51726 | |||||
* | For PR1338: Rename test dirs | Anton Korobeynikov | 2008-05-29 | 267 | -0/+3713 | |
llvm-svn: 51695 |