X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.rst;h=2142162ce58a43468aa3f4b2375e758a28788a33;hb=143d46476cdcf5b88b9ee18ebd799e5820a2db0e;hp=67de9458ebb8cf5ec38223d330e97b01bb1d7f27;hpb=0f80f7bfd72c2a3b49bdd2ac6cd611cad0e6938a;p=oota-llvm.git diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 67de9458ebb..2142162ce58 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -59,6 +59,11 @@ Non-comprehensive list of changes in this release * 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 `_ for more details. + * ... next change ... .. NOTE