]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: some notes from Andres Freund
authorHans Wennborg <hans@hanshq.net>
Tue, 11 Sep 2018 08:39:31 +0000 (08:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 11 Sep 2018 08:39:31 +0000 (08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341916 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 99a3573f64cc3854142e1428889f263f006ce6a7..158f0978bbbf6746a96bfd114fec514b9b8e8e5b 100644 (file)
@@ -116,6 +116,8 @@ Non-comprehensive list of changes in this release
 * 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