summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/stack-protector.c
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Implement function attribute no_stack_protector.Manoj Gupta2018-05-091-0/+20
* Stricter checks in the stack-protector codegen test.Evgeniy Stepanov2016-04-121-2/+2
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-111-17/+20
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-5/+5
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+4
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-1/+5
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-201-9/+3
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-3/+15
* Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""Dmitri Gribenko2013-02-171-3/+7
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar2009-11-291-3/+3
* Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar2009-11-171-12/+6
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-12/+12
* Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump2009-10-081-2/+1
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+22