diff options
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index f095e36312..405c57b345 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1636,6 +1636,7 @@ that people test.</p> <li><b>i386-unknown-freebsd5.3</b> - FreeBSD 5.3</li> <li><b>i686-pc-cygwin</b> - Cygwin on Win32</li> <li><b>i686-pc-mingw32</b> - MingW on Win32</li> +<li><b>i386-pc-mingw32msvc</b> - MingW crosscompiler on Linux</li> <li><b>i686-apple-darwin*</b> - Apple Darwin on X86</li> </ul> @@ -1643,6 +1644,25 @@ that people test.</p> <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"> + <a name="x86_cc">X86 Calling Conventions supported</a> +</div> + + +<div class="doc_text"> + +<p>The folowing target-specific calling conventions are known to backend:</p> + +<ul> +<li><b>x86_StdCall</b> - stdcall calling convention seen on Microsoft Windows +platform (CC ID = 64).</li> +<li><b>x86_FastCall</b> - fastcall calling convention seen on Microsoft Windows +platform (CC ID = 65).</li> +</ul> + +</div> + +<!-- _______________________________________________________________________ --> +<div class="doc_subsubsection"> <a name="x86_memory">Representing X86 addressing modes in MachineInstrs</a> </div> |