[llvm-commits] [llvm] r170200 - /llvm/trunk/docs/ReleaseNotes.rst

Chandler Carruth chandlerc at gmail.com
Fri Dec 14 05:43:59 PST 2012


Author: chandlerc
Date: Fri Dec 14 07:43:59 2012
New Revision: 170200

URL: http://llvm.org/viewvc/llvm-project?rev=170200&view=rev
Log:
Remove a section that was in 3.1's notes.

Just give a shout if this was actually still important....

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=170200&r1=170199&r2=170200&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 14 07:43:59 2012
@@ -418,21 +418,6 @@
 
 .. _armintegratedassembler:
 
-ARM Integrated Assembler
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-The ARM target now includes a full featured macro assembler, including
-direct-to-object module support for clang.  The assembler is currently enabled
-by default for Darwin only pending testing and any additional necessary
-platform specific support for Linux.
-
-Full support is included for Thumb1, Thumb2 and ARM modes, along with subtarget
-and CPU specific extensions for VFP2, VFP3 and NEON.
-
-The assembler is Unified Syntax only (see ARM Architecural Reference Manual for
-details).  While there is some, and growing, support for pre-unfied (divided)
-syntax, there are still significant gaps in that support.
-
 MIPS Target Improvements
 ------------------------
 





More information about the llvm-commits mailing list