summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/shadowcallstack/overflow-x86_64.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete x86_64 ShadowCallStack supportVlad Tsyrklevich2019-03-071-5/+0
| | | | | | | | | | | | | | | | | | | | | Summary: ShadowCallStack on x86_64 suffered from the same racy security issues as Return Flow Guard and had performance overhead as high as 13% depending on the benchmark. x86_64 ShadowCallStack was always an experimental feature and never shipped a runtime required to support it, as such there are no expected downstream users. Reviewers: pcc Reviewed By: pcc Subscribers: mgorny, javed.absar, hiraditya, jdoerfert, cfe-commits, #sanitizers, llvm-commits Tags: #clang, #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D59034 llvm-svn: 355624
* shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne2018-04-091-0/+5
Differential Revision: https://reviews.llvm.org/D45303 llvm-svn: 329614
OpenPOWER on IntegriCloud