Implement .seh_stackalloc and .seh_pushframe parsing.
authorCharles Davis <cdavis@mines.edu>
Mon, 23 May 2011 16:43:09 +0000 (16:43 +0000)
committerCharles Davis <cdavis@mines.edu>
Mon, 23 May 2011 16:43:09 +0000 (16:43 +0000)
commit16e1b3fcf6f389a6354b5e744730f25bfc0c04c2
treeb825570efc7f27fbafd5a3f913dec9df1e0a4b9d
parentc10ecd8f23ebb4541acbe18563b7f19c4f79e721
Implement .seh_stackalloc and .seh_pushframe parsing.

I haven't implemented any of the ones that take registers yet. The problem is
that for x86-64 the streamer methods expect a native x86 register number (note:
%r8-%r15 want 8-15 instead of 0-7; same for %xmm8-%xmm15). I haven't figured
out exactly how I want to do that yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131899 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/COFFAsmParser.cpp