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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits