aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/unwind-attr.c
AgeCommit message (Expand)Author
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2010-08-11Revise r110163: don't mark weak functions nounwind, because the optimizerJohn McCall
2010-08-03Fix a warning on a test.John McCall
2010-08-03Do a very simple pass over every function we emit to infer whether we canJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-21Prep for new warning.Mike Stump
2009-06-28make these tests pass with the stack canary stuff even on targets where they ...Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-18Fix test case RUN: line (thanks Argiris)Daniel Dunbar
2008-08-11Add test case for -fexceptionsDaniel Dunbar