]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: AArch64 tiny code model
authorHans Wennborg <hans@hanshq.net>
Wed, 20 Feb 2019 12:38:35 +0000 (12:38 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 20 Feb 2019 12:38:35 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@354457 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 8113ef3fa8f37c8a2ec26686fc723d57263f5aeb..4851c8c215a95d346c5ce4be49d8a158d4b1350e 100644 (file)
@@ -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.