[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 18:30:32 PDT 2005
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.40 -> 1.41
---
Log message:
minor changes
---
Diffs of the changes: (+8 -9)
BytecodeFormat.html | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.40 llvm/docs/BytecodeFormat.html:1.41
--- llvm/docs/BytecodeFormat.html:1.40 Fri May 13 20:26:46 2005
+++ llvm/docs/BytecodeFormat.html Fri May 13 20:30:15 2005
@@ -1624,19 +1624,18 @@
opcode (Invoke, Call, Store) plus some set of modifiers, as follows:</p>
<dl>
<dt>CC</dt>
- <dd>This means a generic (user defined) calling convention number is specified
- in a VBR that follows the opcode immediately. This is used when the calling
- convention for the Invoke or the Call instruction is not one of the LLVM
- standard ones (like FastCC or CCC)
+ <dd>This means an arbitrary calling convention is specified
+ in a VBR that follows the opcode. This is used when the instruction cannot
+ be encoded with one of the more compact forms.
</dd>
<dt>FastCC</dt>
<dd>This indicates that the Call or Invoke is using the FastCC calling
- convention which puts arguments in registers to avoid stack loading.</dd>
+ convention.</dd>
<dt>CCC</dt>
- <dd>This indicates that the Call or Invoke is using the "C" calling convention
- which is specified by the C99 language.</dd>
+ <dd>This indicates that the Call or Invoke is using the native "C" calling
+ convention.</dd>
<dt>TailCall</dt>
- <dd>This indicates that the Call or Invoke is a tail call.</dd>
+ <dd>This indicates that the Call has the 'tail' modifier.</dd>
</dl>
<!-- _______________________________________________________________________ -->
@@ -1936,7 +1935,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/05/14 01:26:46 $
+Last modified: $Date: 2005/05/14 01:30:15 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list