aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp
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-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-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling
2013-02-22Update to use references to attribute groups instead of listing the attribute...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
2011-08-15FileCheckize this test.Eric Christopher
2011-08-15'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher