diff options
author | Hans Wennborg <hans@chromium.org> | 2020-10-05 13:38:45 +0200 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-10-05 13:38:48 +0200 |
commit | f80e6d63423008ca24aa5d5d9939d0e35a2d7d02 (patch) | |
tree | a9f42df4c263a1060e009b49a76c8153eff498e7 /llvm | |
parent | Fix indentation for PowerPC ReleaseNotes (diff) | |
download | llvm-project-f80e6d63423008ca24aa5d5d9939d0e35a2d7d02.tar.gz llvm-project-f80e6d63423008ca24aa5d5d9939d0e35a2d7d02.tar.bz2 llvm-project-f80e6d63423008ca24aa5d5d9939d0e35a2d7d02.zip |
ReleaseNotes: mention the machine outliner for ARM
As suggested by Yvan.
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a1f00a1a3b3a..f5f50cbf0158 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -165,6 +165,9 @@ Changes to the ARM Backend * Added support for Cortex-M55, Cortex-A77, Cortex-A78 and Cortex-X1 cores. +* The Machine Outliner is now supported for ARM and Thumb2, it is not + turned on by default and can be enabled with the ``-moutline`` clang flag. + Changes to the PowerPC Target ----------------------------- |