[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Anton Korobeynikov asl at math.spbu.ru
Thu May 10 01:27:03 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.372 -> 1.373
---
Log message:

These attributes are supported!


---
Diffs of the changes:  (+8 -9)

 ReleaseNotes.html |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.372 llvm/docs/ReleaseNotes.html:1.373
--- llvm/docs/ReleaseNotes.html:1.372	Wed May  9 14:31:58 2007
+++ llvm/docs/ReleaseNotes.html	Thu May 10 03:26:24 2007
@@ -427,9 +427,9 @@
       Declaring that functions have no side effects or that they can never
       return.<br>
 
-      <b>Supported:</b> <tt>constructor</tt>, <tt>destructor</tt>,
+      <b>Supported:</b> <tt>alias</tt>, <tt>constructor</tt>, <tt>destructor</tt>,
       <tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>, 
-      <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noreturn</tt>, 
+      <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noreturn</tt>, <tt>regparm</tt>
       <tt>section</tt>, <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>, 
       <tt>visibility</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
 
@@ -437,15 +437,14 @@
       <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>
 
-      <b>Unsupported:</b> <tt>alias</tt>, <tt>regparm</tt>, all other target specific 
-      attributes</li>
+      <b>Unsupported:</b> All other target specific attributes</li>
    
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html#Variable%20Attributes">Variable Attributes</a>:
       Specifying attributes of variables.<br>
-      <b>Supported:</b> <tt>cleanup</tt>, <tt>common</tt>, <tt>nocommon</tt>,
-      <tt>deprecated</tt>, <tt>dllimport</tt>, <tt>dllexport</tt>, 
-      <tt>section</tt>, <tt>transparent_union</tt>, <tt>unused</tt>, 
-      <tt>used</tt>, <tt>weak</tt><br>
+      <b>Supported:</b> <tt>alias</tt>, <tt>cleanup</tt>, <tt>common</tt>,
+      <tt>nocommon</tt>, <tt>deprecated</tt>, <tt>dllimport</tt>, 
+      <tt>dllexport</tt>, <tt>section</tt>, <tt>transparent_union</tt>,
+      <tt>unused</tt>, <tt>used</tt>, <tt>weak</tt><br>
 
       <b>Unsupported:</b> <tt>aligned</tt>, <tt>mode</tt>, <tt>packed</tt>,
                           <tt>shared</tt>, <tt>tls_model</tt>,
@@ -600,7 +599,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/09 19:31:58 $
+  Last modified: $Date: 2007/05/10 08:26:24 $
 </address>
 
 </body>






More information about the llvm-commits mailing list