[ARM] Add support for MSVC stack cookie checking
commitbf122cad8b25c771259823053d2430495a55876f
authorMartin Storsjo <martin@martin.st>
Sun, 7 Jul 2019 18:57:31 +0000 (7 18:57 +0000)
committerMartin Storsjo <martin@martin.st>
Sun, 7 Jul 2019 18:57:31 +0000 (7 18:57 +0000)
treea9d9af1338292f0d977bfa4a75b180ee7d00df4f
parentc2c567766212e492b75bf1db6644e0cc8c15dd96
[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]