git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@354582
91177308-0d34-0410-b5e6-
96231b3b80d8
Changes to the LLVM IR
----------------------
+* Function attribute ``speculative_load_hardening`` has been introduced to
+ allow indicating that `Speculative Load Hardening
+ <SpeculativeLoadHardening.html>`_ must be enabled for the function body.
+
Changes to the AArch64 Target
-----------------------------
+* Support for Speculative Load Hardening has been added.
+
* Initial support for the Tiny code model, where code and its statically
defined symbols must live within 1MB of each other.