llvm-6502/test/CodeGen/ARM/Windows
Saleem Abdulrasool ddbde80aae ARM: support stack probe emission for Windows on ARM
This introduces the stack lowering emission of the stack probe function for
Windows on ARM. The stack on Windows on ARM is a dynamically paged stack where
any page allocation which crosses a page boundary of the following guard page
will cause a page fault. This page fault must be handled by the kernel to
ensure that the page is faulted in. If this does not occur and a write access
any memory beyond that, the page fault will go unserviced, resulting in an
abnormal program termination.

The watermark for the stack probe appears to be at 4080 bytes (for
accommodating the stack guard canaries and stack alignment) when SSP is
enabled.  Otherwise, the stack probe is emitted on the page size boundary of
4096 bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207615 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30 07:05:07 +00:00
..
aapcs.ll
chkstk.ll ARM: support stack probe emission for Windows on ARM 2014-04-30 07:05:07 +00:00
hard-float.ll
mangling.ll
movw-movt-relocations.ll
no-aeabi.ll
no-arm-mode.ll
no-ehabi.ll