From bcb9770efe409f3291ce21269904744e7bf3397b Mon Sep 17 00:00:00 2001
From: Anton Korobeynikov
Date: Sun, 17 Sep 2006 20:25:45 +0000
Subject: 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
---
docs/CodeGenerator.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
(limited to 'docs/CodeGenerator.html')
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index f095e36312..405c57b345 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1636,11 +1636,31 @@ that people test.
+
+
The folowing target-specific calling conventions are known to backend:
+
+
+- x86_StdCall - stdcall calling convention seen on Microsoft Windows
+platform (CC ID = 64).
+- x86_FastCall - fastcall calling convention seen on Microsoft Windows
+platform (CC ID = 65).
+
+
+
+