Author: Hans Wennborg Date: 2020-10-01T09:22:05+02:00 New Revision: b6efbd6b5f22d0a251d2fba9a5d24ac21760b1cc
URL: https://github.com/llvm/llvm-project/commit/b6efbd6b5f22d0a251d2fba9a5d24ac21760b1cc DIFF: https://github.com/llvm/llvm-project/commit/b6efbd6b5f22d0a251d2fba9a5d24ac21760b1cc.diff LOG: LLVM release notes: JIT changes By Lang Hames! Added: Modified: llvm/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index db64fa281018..bd6bbca75d9e 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -85,6 +85,22 @@ Changes to building LLVM Python 3 as Python 2 has been end-of-life'd by the Python Software Foundation. +Changes to the JIT infrastructure +--------------------------------- + +* LLJIT now supports execution of static inits / deinits via the + LLJIT::initialize and LLJIT::deinitialize methods + +* Static libraries can now be added to a JITDylib using the + StaticLibraryDefinitionGenerator class + +* A C API has been added for OrcV2 (llvm-project/llvm/include/llvm-c/Orc.h) + +* Several OrcV2 example projects have been added to + llvm-project/llvm/examples/OrcV2Examples + +* Many bug fixes and API improvements + Changes to the AArch64 Backend ------------------------------ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits