[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 13 22:13:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.123 -> 1.124
---
Log message:
These should be mentioned
---
Diffs of the changes: (+3 -4)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.123 llvm/docs/ReleaseNotes.html:1.124
--- llvm/docs/ReleaseNotes.html:1.123 Fri Feb 13 22:08:29 2004
+++ llvm/docs/ReleaseNotes.html Fri Feb 13 22:12:41 2004
@@ -99,6 +99,7 @@
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR16">Exception handling support in the X86
& Sparc native code generators</a></li>
+<li>The C/C++ front-end now support the GCC <tt>__builtin_return_address</tt> and <tt>__builtin_frame_address</tt> extensions.</li>
</ol>
@@ -450,9 +451,7 @@
</div>
<!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
- Bugs
-</div>
+<div class="doc_subsubsection">Bugs</div>
<div class="doc_text">
@@ -580,7 +579,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: 2004/02/14 04:08:29 $
+ Last modified: $Date: 2004/02/14 04:12:41 $
</address>
</body>
More information about the llvm-commits
mailing list