[llvm-branch-commits] [llvm-branch] r260991 - ReleaseNotes: ORC in Kaleidoscope and C bindings; by Lang Hames

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:07:38 PST 2016


Author: hans
Date: Tue Feb 16 13:07:38 2016
New Revision: 260991

URL: http://llvm.org/viewvc/llvm-project?rev=260991&view=rev
Log:
ReleaseNotes: ORC in Kaleidoscope and C bindings; by Lang Hames

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

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260991&r1=260990&r2=260991&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:07:38 2016
@@ -89,6 +89,11 @@ Non-comprehensive list of changes in thi
   the node ``N`` is guaranteed not to be the last in the list, it is safe to
   call ``&*++N->getIterator()`` directly.
 
+* The `Kaleidoscope tutorials <tutorial/index.html>`_ have been updated to use
+  the ORC JIT APIs.
+
+* ORC now has a basic set of C bindings.
+
 .. NOTE
    For small 1-3 sentence descriptions, just add an entry at the end of
    this list. If your description won't fit comfortably in one bullet




More information about the llvm-branch-commits mailing list