diff options
| author | Clement Courbet <courbet@google.com> | 2018-04-04 11:37:06 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-04-04 11:37:06 +0000 |
| commit | ac74acdefed9af2751d323bacef7ac47982957e8 (patch) | |
| tree | 86fa1d51e6ad1bcf64c29d899c085e49f88ccf39 /llvm/docs/ReleaseNotes.rst | |
| parent | d152d55ab25be21ec8e5a162fce74f3bf7f8ed5c (diff) | |
| download | bcm5719-llvm-ac74acdefed9af2751d323bacef7ac47982957e8.tar.gz bcm5719-llvm-ac74acdefed9af2751d323bacef7ac47982957e8.zip | |
Re-land r329156 "Add llvm-exegesis tool."
Fixed to depend on and initialize the native target instead of X86.
llvm-svn: 329169
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 7bd8223af46..e1b1da556ac 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -48,6 +48,11 @@ Non-comprehensive list of changes in this release * Symbols starting with ``?`` are no longer mangled by LLVM when using the Windows ``x`` or ``w`` IR mangling schemes. +* A new tool named :doc:`llvm-exegesis <CommandGuide/llvm-exegesis>` has been + added. :program:`llvm-exegesis` automatically measures instruction scheduling + properties (latency/uops) and provides a principled way to edit scheduling + models. + * A new tool named :doc:`llvm-mca <CommandGuide/llvm-mca>` has been added. :program:`llvm-mca` is a static performance analysis tool that uses information available in LLVM to statically predict the performance of |

