summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-05-03 16:59:09 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-05-03 16:59:09 +0000
commit30a1f8f234d79920b432c813b745849f55f96ff9 (patch)
treeadabdb03d9ded5079df4b7a7e10f1c5da70dee40 /docs/ReleaseNotes.html
parent279a7b21bbce36a0af0d30a424e86d4012d44030 (diff)
downloadllvm-30a1f8f234d79920b432c813b745849f55f96ff9.tar.gz
llvm-30a1f8f234d79920b432c813b745849f55f96ff9.tar.bz2
llvm-30a1f8f234d79920b432c813b745849f55f96ff9.tar.xz
note the vararg change, and other stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4bcf6c45b2..ed2632f9b0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>