]> granicus.if.org Git - llvm/commit
[ARM] Add support for MSVC stack cookie checking
authorMartin Storsjo <martin@martin.st>
Sun, 7 Jul 2019 18:57:31 +0000 (18:57 +0000)
committerMartin Storsjo <martin@martin.st>
Sun, 7 Jul 2019 18:57:31 +0000 (18:57 +0000)
commit3815be6b4e992b112ff1caf01d61b08aa1fa2974
treea9d9af1338292f0d977bfa4a75b180ee7d00df4f
parent690c681c9fa58bcc20d2ca32140919bf89b7c5a3
[ARM] Add support for MSVC stack cookie checking

Heavily based on the same for AArch64, from SVN r346469.

Differential Revision: https://reviews.llvm.org/D64292

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365283 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/Windows/stack-protector-msvc.ll [new file with mode: 0644]