[llvm-commits] CVS: llvm/docs/CodeGenerator.html
Anton Korobeynikov
asl at math.spbu.ru
Sun Sep 17 13:26:07 PDT 2006
Changes in directory llvm/docs:
CodeGenerator.html updated: 1.39 -> 1.40
---
Log message:
Added some eye-candy for Subtarget type checking
Added X86 StdCall & FastCall calling conventions. Codegen will follow.
---
Diffs of the changes: (+21 -1)
CodeGenerator.html | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletion(-)
Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.39 llvm/docs/CodeGenerator.html:1.40
--- llvm/docs/CodeGenerator.html:1.39 Thu Sep 7 03:39:35 2006
+++ llvm/docs/CodeGenerator.html Sun Sep 17 15:25:45 2006
@@ -1636,6 +1636,7 @@
<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 @@
<!-- _______________________________________________________________________ -->
<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>
@@ -1702,7 +1722,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/09/07 08:39:35 $
+ Last modified: $Date: 2006/09/17 20:25:45 $
</address>
</body>
More information about the llvm-commits
mailing list