Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit 65ce2e5

Browse files
committed
ReleaseNotes: some notes from Andres Freund
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341916 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 627a2d5 commit 65ce2e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ReleaseNotes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Non-comprehensive list of changes in this release
116116
* The :program:`opt` tool now supports the ``-load-pass-plugin`` option for
117117
loading pass plugins for the new PassManager.
118118

119+
* Support for profiling JITed code with perf.
120+
119121

120122
Changes to the LLVM IR
121123
----------------------
@@ -277,6 +279,9 @@ Changes to the C API
277279
interface was made a deprecated no-op in LLVM 5. Use
278280
``LLVMAddSLPVectorizePass`` instead to get the supported SLP vectorizer.
279281

282+
* Expanded the OrcJIT APIs so they can register event listeners like debuggers
283+
and profilers.
284+
280285
Changes to the DAG infrastructure
281286
---------------------------------
282287
* ``ADDC``/``ADDE``/``SUBC``/``SUBE`` are now deprecated and will default to expand. Backends

0 commit comments

Comments
 (0)