mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Added some eye-candy for Subtarget type checking
Added X86 StdCall & FastCall calling conventions. Codegen will follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30446 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1636,11 +1636,31 @@ 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>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user