summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-02-20 12:38:35 +0000
committerHans Wennborg <hans@hanshq.net>2019-02-20 12:38:35 +0000
commitfd73ac71f6d54554b44c20f4d34b7130ad8dc505 (patch)
tree7220aa3ec5b2e88e87038053f64899753d621046
parentcc220221871956fcf5cf7e2a37d8a32d6df833e5 (diff)
ReleaseNotes: AArch64 tiny code model
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@354457 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8113ef3fa8f3..4851c8c215a9 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -79,6 +79,9 @@ Changes to the LLVM IR
Changes to the AArch64 Target
-----------------------------
+* Initial support for the Tiny code model, where code and its statically
+ defined symbols must live within 1MB of each other.
+
* Added support for the ``.arch_extension`` assembler directive, just like
on ARM.