[llvm-branch-commits] [llvm] b6efbd6 - LLVM release notes: JIT changes

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 1 00:22:30 PDT 2020


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
 ------------------------------
 


        


More information about the llvm-branch-commits mailing list