From fb6f08d5bb8d0aa146888f398e11a389496157b7 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Wed, 13 Feb 2013 12:46:32 +0000 Subject: [PATCH] Mention AArch64 in release notes for 3.3 llvm-svn: 175055 --- llvm/docs/ReleaseNotes.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 274537c..67de945 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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 --------------- -- 2.7.4