aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-11 08:39:31 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-11 08:39:31 +0000
commitd15c758f14c138e1045c0c83bcecd83349fd6d86 (patch)
tree68158afc63b4348c458ab3c9288633f5d1c49ca6
parente37bc8295d2f6cd412fb55b8aea0e3e27230e942 (diff)
downloadllvm-d15c758f14c138e1045c0c83bcecd83349fd6d86.zip
llvm-d15c758f14c138e1045c0c83bcecd83349fd6d86.tar.gz
llvm-d15c758f14c138e1045c0c83bcecd83349fd6d86.tar.bz2
ReleaseNotes: some notes from Andres Freund
llvm-svn: 341916
-rw-r--r--llvm/docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 99a3573..158f097 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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