summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
...
* Test fp not.Evan Cheng2008-09-241-1/+7
| | | | llvm-svn: 56534
* Test case for fp logical instructions.Evan Cheng2008-09-221-0/+9
| | | | llvm-svn: 56474
* Fix test to account for no more whitespace and that one of the matches is theBill Wendling2008-09-161-2/+2
| | | | | | "declare" statement. llvm-svn: 56241
* Remove space that was forgotten.`Bill Wendling2008-09-161-1/+1
| | | | llvm-svn: 56240
* Prevent our own passes from promoting this toDuncan Sands2008-09-051-1/+1
| | | | | | readonly. llvm-svn: 55858
* Adjust tests to expect new math intrinsics to beDale Johannesen2008-09-043-3/+9
| | | | | | emitted only when errno is not in use. llvm-svn: 55797
* Adjust libcalls tests to expect intrinsic for exp2Dale Johannesen2008-09-043-1/+28
| | | | llvm-svn: 55784
* Update test to check call instruction.Devang Patel2008-09-031-1/+1
| | | | llvm-svn: 55702
* Testcase for PR1678.Duncan Sands2008-09-031-0/+9
| | | | llvm-svn: 55695
* New testcase for targets without 64-bit atomics;Dale Johannesen2008-09-022-1/+238
| | | | | | xfail old test for ppc. llvm-svn: 55651
* Comprehensive test of FE handling of __sync builtins.Dale Johannesen2008-08-221-0/+281
| | | | llvm-svn: 55206
* ll printer prints each zeroinit on the same line now, update regexChris Lattner2008-08-201-1/+1
| | | | llvm-svn: 55025
* Testcase for r54520.Nick Lewycky2008-08-081-0/+14
| | | | llvm-svn: 54521
* Testcases for 54503. One derived from PR 2533, theDale Johannesen2008-08-082-0/+47
| | | | | | other from Python. llvm-svn: 54505
* Testcase for PR2520.Duncan Sands2008-07-081-0/+4
| | | | llvm-svn: 53230
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
| | | | | | Patch by Hasso Tepper! llvm-svn: 52781
* Fix a warning, closing PR2452Chris Lattner2008-06-201-3/+3
| | | | llvm-svn: 52529
* Fix a warning.Chris Lattner2008-06-201-3/+1
| | | | llvm-svn: 52528
* fix a warning.Chris Lattner2008-06-201-4/+2
| | | | llvm-svn: 52526
* Fix PR numbers, I accidentally switched two digits.Matthijs Kooijman2008-06-165-5/+5
| | | | llvm-svn: 52311
* XFAIL some tests that became failing due to the extra error reporting ↵Matthijs Kooijman2008-06-135-0/+11
| | | | | | recently. PR's are created for these. llvm-svn: 52250
* Fix some tests.Evan Cheng2008-06-122-2/+2
| | | | llvm-svn: 52245
* Add -w to inhibit gcc warnings, which causes theDale Johannesen2008-06-108-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 addingMatthijs Kooijman2008-06-1010-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 Lewycky2008-05-301-1/+1
| | | | llvm-svn: 51726
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-29267-0/+3713
llvm-svn: 51695
OpenPOWER on IntegriCloud