[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
John Criswell
criswell at cs.uiuc.edu
Wed Dec 8 12:36:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.279 -> 1.280
---
Log message:
The noreturn GCC extension is now supported.
Fixed some minor typos.
---
Diffs of the changes: (+6 -5)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.279 llvm/docs/ReleaseNotes.html:1.280
--- llvm/docs/ReleaseNotes.html:1.279 Wed Dec 8 12:29:38 2004
+++ llvm/docs/ReleaseNotes.html Wed Dec 8 14:35:47 2004
@@ -132,7 +132,7 @@
C/C++ and Stacker front ends support generating the required dependencies.
The linker now supports using this information to ensure required libaries are
linked into the module. This minimizes the need to use the <tt>-l</tt> option
- when using <a href="CommandGuide/html/llvmc.html"><tt>llvmc</tt></a>
+ when using <a href="CommandGuide/html/llvmc.html"><tt>llvmc</tt></a>.
</li>
<li>The LLVM makefiles have been improved to build LLVM much faster and
includes new targets (like dist-check, uninstall). One important user-visible
@@ -297,7 +297,7 @@
<div class="doc_text">
-<p>LLVM is known to work in the following platforms:</p>
+<p>LLVM is known to work on the following platforms:</p>
<ul>
<li>Intel and AMD machines running Red Hat Linux and FreeBSD (and probably
@@ -472,10 +472,11 @@
return.<br>
<b>Supported:</b> <tt>format</tt>, <tt>format_arg</tt>, <tt>non_null</tt>,
- <tt>constructor</tt>, <tt>destructor</tt>, <tt>unused</tt>,
+ <tt>noreturn</tt>, <tt>constructor</tt>, <tt>destructor</tt>,
+ <tt>unused</tt>,
<tt>deprecated</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
- <b>Ignored:</b> <tt>noreturn</tt>, <tt>noinline</tt>,
+ <b>Ignored:</b> <tt>noinline</tt>,
<tt>always_inline</tt>, <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
<tt>malloc</tt>, <tt>no_instrument_function</tt>, <tt>cdecl</tt><br>
@@ -716,7 +717,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/12/08 18:29:38 $
+ Last modified: $Date: 2004/12/08 20:35:47 $
</address>
</body>
More information about the llvm-commits
mailing list