[llvm-branch-commits] [llvm-branch] r341916 - ReleaseNotes: some notes from Andres Freund

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 11 01:39:31 PDT 2018


Author: hans
Date: Tue Sep 11 01:39:31 2018
New Revision: 341916

URL: http://llvm.org/viewvc/llvm-project?rev=341916&view=rev
Log:
ReleaseNotes: some notes from Andres Freund

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

Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=341916&r1=341915&r2=341916&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Tue Sep 11 01:39:31 2018
@@ -116,6 +116,8 @@ Non-comprehensive list of changes in thi
 * The :program:`opt` tool now supports the ``-load-pass-plugin`` option for
   loading pass plugins for the new PassManager.
 
+* Support for profiling JITed code with perf.
+
 
 Changes to the LLVM IR
 ----------------------
@@ -277,6 +279,9 @@ Changes to the C API
   interface was made a deprecated no-op in LLVM 5. Use
   ``LLVMAddSLPVectorizePass`` instead to get the supported SLP vectorizer.
 
+* Expanded the OrcJIT APIs so they can register event listeners like debuggers
+  and profilers.
+
 Changes to the DAG infrastructure
 ---------------------------------
 * ``ADDC``/``ADDE``/``SUBC``/``SUBE`` are now deprecated and will default to expand. Backends




More information about the llvm-branch-commits mailing list