Mention AArch64 in release notes for 3.3
authorTim Northover <Tim.Northover@arm.com>
Wed, 13 Feb 2013 12:46:32 +0000 (12:46 +0000)
committerTim Northover <Tim.Northover@arm.com>
Wed, 13 Feb 2013 12:46:32 +0000 (12:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175055 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 274537ce263e903fca1539f4d8ed164fd7235607..67de9458ebb8cf5ec38223d330e97b01bb1d7f27 100644 (file)
@@ -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
 ---------------