summaryrefslogtreecommitdiff
path: root/test/CodeGen/builtin-attributes.c
AgeCommit message (Expand)Author
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-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2011-09-08The frexp, modf, and remquo builtins are not 'const'.Jakob Stoklund Olesen
2011-03-24Make sure we aggressively attach nounwind (etc.) to calls to libraryEli Friedman
2010-06-16Change the test for which ABI/CC to use on ARM to be base on the environmentRafael Espindola
2010-06-16Fix tests that I missed from my previous commit.Rafael Espindola
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-14Fix subtle bug in generating LLVM function declarations for builtin functions.Daniel Dunbar