aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend
AgeCommit message (Expand)Author
2008-05-29For PR1338: Rename test dirsAnton Korobeynikov
2008-05-21resurrect lost tests by renaming them to not end with .trGabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-19Check that always_inline functions are inlinedDuncan Sands
2008-05-15Evan has implemented this on ppc, so run the test there.Dale Johannesen
2008-05-12Testcase for PR2264.Duncan Sands
2008-05-06Testcase for PR2292.Duncan Sands
2008-05-02verify builtin optimization works like gcc.Chris Lattner
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-04-29new testcase for PR2094. The inline asms should not pin allocas to theChris Lattner
2008-04-21Make these structs larger to ensure that theyDuncan Sands
2008-04-21Make the struct bigger, to ensure it is returnedDuncan Sands
2008-04-08Check that bodies and calls but not declarationsDuncan Sands
2008-03-27add another testcaseDevang Patel
2008-03-27New test case.Devang Patel
2008-03-25check struct layoutDevang Patel
2008-03-24Fix test name.Devang Patel
2008-03-24Add new test.Devang Patel
2008-03-24Remove incorrect comment.Devang Patel
2008-03-10The __sync primitives only work on x86 and alpha;Dale Johannesen
2008-03-05test for something more interesting than not crashingAndrew Lenharth
2008-03-05sync ops on ptrs, was breaking libgompAndrew Lenharth
2008-03-03new testcaseChris Lattner
2008-02-12Test case for annotate builtin.Tanya Lattner
2008-01-30Pointers change size depending upon the target. Remove them to make the test ...Tanya Lattner
2008-01-29Update this test case.Evan Cheng
2008-01-29After recent changes we fail to optimize this testDuncan Sands
2008-01-29New test.Devang Patel
2008-01-29Add test to make sure that #pragma mark/error doesn't error if there areBill Wendling
2008-01-28Pure/const functions with ByVal parameters cannotDuncan Sands
2008-01-28Make this more likely to be passed byval.Duncan Sands
2008-01-26Move testcase to the code gen directory.Bill Wendling
2008-01-26Create an explicit copy for byval parameters evenDuncan Sands
2008-01-26If we have a function like this:Bill Wendling
2008-01-26Add another testcase.Devang Patel
2008-01-26New test case.Evan Cheng
2008-01-25add a testcase for a bug Duncan pointed out.Chris Lattner
2008-01-24New test.Devang Patel
2008-01-21New test.Devang Patel
2008-01-21New test.Devang Patel
2008-01-13Check that nested functions don't get pointlessDuncan Sands
2008-01-08Testcase for PR1721Chris Lattner
2008-01-04Testcase for PR1386.Duncan Sands
2007-12-30Strengthening this test so it fails in release mode.Gordon Henriksen
2007-12-18Testcase for preceding FE fixDale Johannesen
2007-12-16Make instcombine promote inline asm calls to 'nounwind'Duncan Sands
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman
2007-11-28New testcase for PR1744Chris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner