summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-14 13:43:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-14 13:43:59 +0000
commitdea0c19ab8ab6c773d0972ed4952ab5d995fda1f (patch)
treed684fcf2d11eea41069c503e7c0d74eedf5cdc29 /docs/ReleaseNotes.rst
parent63cca4e2fd4dd70e54055c4d34d858f810e0bd44 (diff)
downloadllvm-dea0c19ab8ab6c773d0972ed4952ab5d995fda1f.tar.gz
llvm-dea0c19ab8ab6c773d0972ed4952ab5d995fda1f.tar.bz2
llvm-dea0c19ab8ab6c773d0972ed4952ab5d995fda1f.tar.xz
Remove a section that was in 3.1's notes.
Just give a shout if this was actually still important.... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index ee8c99c3c6..3bbac43925 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -418,21 +418,6 @@ New features of the ARM target include:
.. _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
------------------------