aboutsummaryrefslogtreecommitdiff
path: root/test/safestack
AgeCommit message (Expand)Author
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner
2019-01-16compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber
2018-09-21SafeStack: Fix flaky test (PR39001)Vlad Tsyrklevich
2018-08-21SafeStack: Use correct unsafe stack sizesVlad Tsyrklevich
2018-08-14Reland "SafeStack: Delay thread stack clean-up""Vlad Tsyrklevich
2018-08-14SafeStack: Disable Darwin supportVlad Tsyrklevich
2018-08-10Revert "SafeStack: Delay thread stack clean-up"Vlad Tsyrklevich
2018-08-09SafeStack: Delay thread stack clean-upVlad Tsyrklevich
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-08-10Enable SafeStack on NetBSDKamil Rytarowski
2017-05-10[Safestack] Fix the canary test to catch the libc's message regarding stack s...Ivan A. Kosarev
2017-04-21[cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov
2016-09-14[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-12[safestack] Fix stack canary test on Mac.Evgeniy Stepanov
2016-04-11[safestack] A test for stackprotector canaries.Evgeniy Stepanov
2016-01-07Ensure safestack overflow test doesn't segfaultDimitry Andric
2015-12-14[compiler-rt] [safestack] Silent overflow.c test on aarch64Adhemerval Zanella
2015-06-16SafeStack: XFAIL the pthread.c test on Darwin.Peter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne