Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.343 -> 1.344 --- Log message: attribute((used)) is now supported --- Diffs of the changes: (+4 -4) ReleaseNotes.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u llvm/docs/ReleaseNotes.html:1.343 llvm/docs/ReleaseNotes.html:1.344 --- llvm/docs/ReleaseNotes.html:1.343 Tue Nov 8 15:29:17 2005 +++ llvm/docs/ReleaseNotes.html Sun Dec 4 23:23:06 2005 @@ -254,14 +254,14 @@ <b>Supported:</b> <tt>format</tt>, <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noreturn</tt>, <tt>constructor</tt>, <tt>destructor</tt>, - <tt>unused</tt>, + <tt>unused</tt>, <tt>used</tt>, <tt>deprecated</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br> <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> - <b>Unsupported:</b> <tt>used</tt>, <tt>section</tt>, <tt>alias</tt>, + <b>Unsupported:</b> <tt>section</tt>, <tt>alias</tt>, <tt>visibility</tt>, <tt>regparm</tt>, <tt>stdcall</tt>, <tt>fastcall</tt>, all other target specific attributes</li> @@ -269,7 +269,7 @@ Specifying attributes of variables.<br> <b>Supported:</b> <tt>cleanup</tt>, <tt>common</tt>, <tt>nocommon</tt>, <tt>deprecated</tt>, <tt>transparent_union</tt>, - <tt>unused</tt>, <tt>weak</tt><br> + <tt>unused</tt>, <tt>used</tt>, <tt>weak</tt><br> <b>Unsupported:</b> <tt>aligned</tt>, <tt>mode</tt>, <tt>packed</tt>, <tt>section</tt>, <tt>shared</tt>, <tt>tls_model</tt>, @@ -556,7 +556,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: 2005/11/08 21:29:17 $ + Last modified: $Date: 2005/12/05 05:23:06 $ </address> </body> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits