[llvm-branch-commits] [llvm-branch] r354457 - ReleaseNotes: AArch64 tiny code model

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 20 04:38:35 PST 2019


Author: hans
Date: Wed Feb 20 04:38:35 2019
New Revision: 354457

URL: http://llvm.org/viewvc/llvm-project?rev=354457&view=rev
Log:
ReleaseNotes: AArch64 tiny code model

Modified:
    llvm/branches/release_80/docs/ReleaseNotes.rst

Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=354457&r1=354456&r2=354457&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Wed Feb 20 04:38:35 2019
@@ -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.
 




More information about the llvm-branch-commits mailing list