[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue May 3 09:59:22 PDT 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.309 -> 1.310
---
Log message:
note the vararg change, and other stuff
---
Diffs of the changes: (+20 -2)
ReleaseNotes.html | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.309 llvm/docs/ReleaseNotes.html:1.310
--- llvm/docs/ReleaseNotes.html:1.309 Fri Apr 22 15:27:33 2005
+++ llvm/docs/ReleaseNotes.html Tue May 3 11:59:09 2005
@@ -130,7 +130,7 @@
<div class="doc_text">
<ol>
- <li></li>
+ <li>Transition code for 1.0 style varargs was removed. </li>
</ol>
</div>
@@ -201,6 +201,7 @@
<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 @@
</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>
@@ -603,7 +621,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/04/22 20:27:33 $
+ Last modified: $Date: 2005/05/03 16:59:09 $
</address>
</body>
More information about the llvm-commits
mailing list