summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-13 12:46:32 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-13 12:46:32 +0000
commit0f80f7bfd72c2a3b49bdd2ac6cd611cad0e6938a (patch)
treedfa10c5461af9e85c7b1a30d658112b4da5a5513 /docs/ReleaseNotes.rst
parent782a65056aeed8ed3b632deeeec6973986c751bf (diff)
downloadllvm-0f80f7bfd72c2a3b49bdd2ac6cd611cad0e6938a.tar.gz
llvm-0f80f7bfd72c2a3b49bdd2ac6cd611cad0e6938a.tar.bz2
llvm-0f80f7bfd72c2a3b49bdd2ac6cd611cad0e6938a.tar.xz
Mention AArch64 in release notes for 3.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 274537ce26..67de9458eb 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -71,6 +71,20 @@ Non-comprehensive list of changes in this release
Makes programs 10x faster by doing Special New Thing.
+AArch64 target
+--------------
+
+We've added support for AArch64, ARM's 64-bit architecture. Development is still
+in fairly early stages, but we expect successful compilation when:
+
+- compiling standard compliant C99 and C++03 with Clang;
+- using Linux as a target platform;
+- where code + static data doesn't exceed 4GB in size (heap allocated data has
+ no limitation).
+
+Some additional functionality is also implemented, notably DWARF debugging,
+GNU-style thread local storage and inline assembly.
+
Loop Vectorizer
---------------