summaryrefslogtreecommitdiff
path: root/test/safestack
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-273-3/+3
* compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber2019-01-161-9/+11
* SafeStack: Fix flaky test (PR39001)Vlad Tsyrklevich2018-09-211-8/+16
* SafeStack: Use correct unsafe stack sizesVlad Tsyrklevich2018-08-211-0/+53
* Reland "SafeStack: Delay thread stack clean-up""Vlad Tsyrklevich2018-08-141-8/+23
* SafeStack: Disable Darwin supportVlad Tsyrklevich2018-08-142-3/+1
* Revert "SafeStack: Delay thread stack clean-up"Vlad Tsyrklevich2018-08-101-23/+8
* SafeStack: Delay thread stack clean-upVlad Tsyrklevich2018-08-091-8/+23
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* Enable SafeStack on NetBSDKamil Rytarowski2017-08-101-2/+1
* [Safestack] Fix the canary test to catch the libc's message regarding stack s...Ivan A. Kosarev2017-05-101-1/+2
* [cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov2017-04-211-1/+1
* [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka2016-09-141-1/+0
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-1/+1
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-161-2/+1
* [safestack] Fix stack canary test on Mac.Evgeniy Stepanov2016-04-121-2/+2
* [safestack] A test for stackprotector canaries.Evgeniy Stepanov2016-04-111-0/+37
* Ensure safestack overflow test doesn't segfaultDimitry Andric2016-01-071-0/+4
* [compiler-rt] [safestack] Silent overflow.c test on aarch64Adhemerval Zanella2015-12-142-0/+7
* SafeStack: XFAIL the pthread.c test on Darwin.Peter Collingbourne2015-06-161-0/+2
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-1511-0/+235