summaryrefslogtreecommitdiff
path: root/test/CodeGen/stack-protector.c
AgeCommit message (Expand)Author
2016-04-12Stricter checks in the stack-protector codegen test.Evgeniy Stepanov
2016-04-11Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-15Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne
2014-02-11[stackprotector] Add command line option -fstack-protector-strongJosh Magee
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-17Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""Dmitri Gribenko
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-08Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling