llvm-6502/test/CodeGen
Reid Kleckner c9fbc97e95 x86: Fix large model calls to __chkstk for dynamic allocas
In the large code model, we now put __chkstk in %r11 before calling it.

Refactor the code so that we only do this once. Simplify things by using
__chkstk_ms instead of __chkstk on cygming. We already use that symbol
in the prolog emission, and it simplifies our logic.

Second half of PR18582.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227519 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-29 23:58:04 +00:00
..
AArch64
ARM
BPF
CPP
Generic
Hexagon [Hexagon] Deleting old variants of intrinsics and adding missing tests. 2015-01-29 17:26:56 +00:00
Inputs
Mips
MSP430
NVPTX
PowerPC [PowerPC] Complete setting the baseline for ppc64le 2015-01-29 15:59:09 +00:00
R600 R600/SI: Implement enableAggressiveFMAFusion 2015-01-29 19:34:32 +00:00
SPARC
SystemZ
Thumb
Thumb2
X86 x86: Fix large model calls to __chkstk for dynamic allocas 2015-01-29 23:58:04 +00:00
XCore