summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMatthew Curtis <mcurtis@codeaurora.org>2013-03-12 12:20:51 +0000
committerMatthew Curtis <mcurtis@codeaurora.org>2013-03-12 12:20:51 +0000
commit29da043ae3a680f96021f1ed02dcbfe0b824c2bf (patch)
tree0f945151a822da60607ab9033015719234a2a86f /docs/ReleaseNotes.rst
parentda6f62950d9d7adc010397c962c5e98367dc1a3c (diff)
downloadllvm-29da043ae3a680f96021f1ed02dcbfe0b824c2bf.tar.gz
llvm-29da043ae3a680f96021f1ed02dcbfe0b824c2bf.tar.bz2
llvm-29da043ae3a680f96021f1ed02dcbfe0b824c2bf.tar.xz
ReleaseNotes: Add Hexagon Target section
And mention removal of hexagonv2 and hexagonv3 support (r176859). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9383c5b3fa..5ee67b9433 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -90,6 +90,11 @@ in fairly early stages, but we expect successful compilation when:
Some additional functionality is also implemented, notably DWARF debugging,
GNU-style thread local storage and inline assembly.
+Hexagon Target
+--------------
+
+- Removed support for hexagonv2 and hexagonv3 processor architectures.
+
Loop Vectorizer
---------------