mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
add a couple of notes
llvm-svn: 21754
This commit is contained in:
parent
5ba10fa79c
commit
069d6762aa
@ -455,9 +455,10 @@ the future:</p>
|
||||
<dd>This calling convention attempts to make calls as fast as possible
|
||||
(e.g. by passing things in registers). This calling convention allows the
|
||||
target to use whatever tricks it wants to produce fast code for the target,
|
||||
without having to conform to an externally specified ABI. This calling
|
||||
convention does not support varargs and requires the prototype of all callees
|
||||
to exactly match the prototype of the function definition.
|
||||
without having to conform to an externally specified ABI. Implementations of
|
||||
this convention should allow arbitrary tail call optimization to be supported.
|
||||
This calling convention does not support varargs and requires the prototype of
|
||||
all callees to exactly match the prototype of the function definition.
|
||||
</dd>
|
||||
|
||||
<dt><b>"<tt>coldcc</tt>" - The cold calling convention</b>:</dt>
|
||||
|
@ -87,6 +87,8 @@ bug fixes for those problems found since the 1.4 release.</p>
|
||||
<li>Configuring LLVM to build targets selectively is now implemented, via the
|
||||
<tt>--enable-targets=</tt> option. This feature is documented
|
||||
<a href="GettingStarted.html#config">here</a>.</li>
|
||||
<li>LLVM now supports <a href="LangRef.html#callingconv">custom and
|
||||
target-specific calling conventions</a>.</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user