[llvm] r175075 - Add a blurb about the attributes changes to the release notes.

Bill Wendling isanbard at gmail.com
Wed Feb 13 13:10:15 PST 2013


Author: void
Date: Wed Feb 13 15:10:15 2013
New Revision: 175075

URL: http://llvm.org/viewvc/llvm-project?rev=175075&view=rev
Log:
Add a blurb about the attributes changes to the release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=175075&r1=175074&r2=175075&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Wed Feb 13 15:10:15 2013
@@ -59,6 +59,11 @@ Non-comprehensive list of changes in thi
 
 * We've improved the X86 and ARM cost model.
 
+* The Attributes classes have been completely rewritten and expanded. They now
+  support not only enumerated attributes and alignments, but "string"
+  attributes, which are useful for passing information to code generation. See
+  `How To Use Attributes <HowToUseAttributes.html>`_ for more details.
+
 * ... next change ...
 
 .. NOTE





More information about the llvm-commits mailing list