mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
note the vararg change, and other stuff
llvm-svn: 21672
This commit is contained in:
parent
84cde851a5
commit
56638cf76c
@ -130,7 +130,7 @@ improvements:</a>
|
||||
|
||||
<div class="doc_text">
|
||||
<ol>
|
||||
<li></li>
|
||||
<li>Transition code for 1.0 style varargs was removed. </li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@ -201,6 +201,7 @@ were fixed:</a>
|
||||
<li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
|
||||
support is available for native builds with Visual C++).</li>
|
||||
<li>PowerPC-based Mac OS X systems, running 10.2 and above.</li>
|
||||
<li>Alpha-based machines running Debian GNU/Linux</li>
|
||||
</ul>
|
||||
|
||||
<p>The core LLVM infrastructure uses
|
||||
@ -571,6 +572,23 @@ frontends.</li>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="alpha-be">Known problems with the Alpha back-end</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<ul>
|
||||
|
||||
<li>On 21164s, some rare FP arithmatic sequences which may trap do not have the appropriate nops inserted to ensure restartability.</li>
|
||||
|
||||
<li>Vararg functions are not supported.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_section">
|
||||
<a name="additionalinfo">Additional Information</a>
|
||||
|
Loading…
Reference in New Issue
Block a user