aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC
AgeCommit message (Expand)Author
2008-10-14new testcase for PR2797Chris Lattner
2008-10-13Don't barf on 32 bit platforms if llvm-gcc isDuncan Sands
2008-10-12Remove "long" variants so these will pass on a 64-bit host.Dale Johannesen
2008-09-24Test fp not.Evan Cheng
2008-09-22Test case for fp logical instructions.Evan Cheng
2008-09-16Fix test to account for no more whitespace and that one of the matches is theBill Wendling
2008-09-16Remove space that was forgotten.`Bill Wendling
2008-09-05Prevent our own passes from promoting this toDuncan Sands
2008-09-04Adjust tests to expect new math intrinsics to beDale Johannesen
2008-09-04Adjust libcalls tests to expect intrinsic for exp2Dale Johannesen
2008-09-03Update test to check call instruction.Devang Patel
2008-09-03Testcase for PR1678.Duncan Sands
2008-09-02New testcase for targets without 64-bit atomics;Dale Johannesen
2008-08-22Comprehensive test of FE handling of __sync builtins.Dale Johannesen
2008-08-20ll printer prints each zeroinit on the same line now, update regexChris Lattner
2008-08-08Testcase for r54520.Nick Lewycky
2008-08-08Testcases for 54503. One derived from PR 2533, theDale Johannesen
2008-07-08Testcase for PR2520.Duncan Sands
2008-06-26Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman
2008-06-20Fix a warning, closing PR2452Chris Lattner
2008-06-20Fix a warning.Chris Lattner
2008-06-20fix a warning.Chris Lattner
2008-06-16Fix PR numbers, I accidentally switched two digits.Matthijs Kooijman
2008-06-13XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman
2008-06-12Fix some tests.Evan Cheng
2008-06-10Add -w to inhibit gcc warnings, which causes theDale Johannesen
2008-06-10Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman
2008-05-30Unbreak this test.Nick Lewycky
2008-05-29For PR1338: Rename test dirsAnton Korobeynikov