Matt Arsenault
f10061ec70
Add address space mangling to lifetime intrinsics
...
In preparation for allowing allocas to have non-0 addrspace.
llvm-svn: 299876
2017-04-10 20:18:21 +00:00
Vitaly Buka
3c4f6bf654
[asan] Enable new stack poisoning with store instruction by default
...
Reviewers: eugenis
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D23968
llvm-svn: 279993
2016-08-29 19:28:34 +00:00
Vitaly Buka
1ce73ef11c
[Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag
...
Summary: PR27453
Reviewers: eugenis
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D23481
llvm-svn: 278818
2016-08-16 16:24:10 +00:00
Vitaly Buka
79b75d3d11
Unpoison stack memory in use-after-return + use-after-scope mode
...
Summary:
We still want to unpoison full stack even in use-after-return as it can be disabled at runtime.
PR27453
Reviewers: eugenis, kcc
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D21202
llvm-svn: 272334
2016-06-09 23:05:35 +00:00