summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.regex/re.regex.construct/awk_oct.pass.cpp
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2015-11-10 01:50:49 +0000
committerAndy Ayers <andya@microsoft.com>2015-11-10 01:50:49 +0000
commit809cbe9ea03325c268855fd0f0da308227fbf43b (patch)
tree267e26f60a017033a6d641b7d0c22024bd5124ac /libcxx/test/std/re/re.regex/re.regex.construct/awk_oct.pass.cpp
parent88ae650d6ac3dedd20d29df061bb22fa69f8588d (diff)
downloadbcm5719-llvm-809cbe9ea03325c268855fd0f0da308227fbf43b.tar.gz
bcm5719-llvm-809cbe9ea03325c268855fd0f0da308227fbf43b.zip
Support for emitting inline stack probes
For CoreCLR on Windows, stack probes must be emitted as inline sequences that probe successive stack pages between the current stack limit and the desired new stack pointer location. This implements support for the inline expansion on x64. For in-body alloca probes, expansion is done during instruction lowering. For prolog probes, a stub call is initially emitted during prolog creation, and expanded after epilog generation, to avoid complications that arise when introducing new machine basic blocks during prolog and epilog creation. Added a new test case, modified an existing one to exclude non-x64 coreclr (for now). Add test case Fix tests llvm-svn: 252578
Diffstat (limited to 'libcxx/test/std/re/re.regex/re.regex.construct/awk_oct.pass.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud