AArch64: expand sincos operations, we don't support them.
[oota-llvm.git] / docs / ReleaseNotes.rst
index 67de9458ebb8cf5ec38223d330e97b01bb1d7f27..9383c5b3fa1572c0e360bbaa3dc668662049e6f7 100644 (file)
@@ -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
+  :doc:`HowToUseAttributes` for more details.
+
 * ... next change ...
 
 .. NOTE