]> granicus.if.org Git - clang/commit
CodeGen: create a WindowsARMTargetCodeGenInfo
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Jan 2015 23:29:19 +0000 (23:29 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Jan 2015 23:29:19 +0000 (23:29 +0000)
commitf7fea13c22d5354854e94970682be7526d26fbd6
treee08dc68a3919f0120606a260d7d698d3316d12eb
parentbc127a5c68f5101bea4ff91cbb2f27fa8a894dbf
CodeGen: create a WindowsARMTargetCodeGenInfo

Create a new TargetCodeGenInfo for Windows on ARM to permit annotating the
functions with stack-probe-size (for /Gs and -mstack-probe-support) for
generating the stack probe necessary for Windows targets.  This will be used by
the backend when lowering the frame to generate the stack probe appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227641 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/windows-on-arm-stack-probe-size.c [new file with mode: 0644]