[llvm-branch-commits] [llvm-branch] r261001 - ReleaseNotes: shrink-wrapping; by Quentin Colombet
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:37:15 PST 2016
Author: hans
Date: Tue Feb 16 13:37:14 2016
New Revision: 261001
URL: http://llvm.org/viewvc/llvm-project?rev=261001&view=rev
Log:
ReleaseNotes: shrink-wrapping; by Quentin Colombet
Modified:
llvm/branches/release_38/docs/ReleaseNotes.rst
Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=261001&r1=261000&r2=261001&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:37:14 2016
@@ -98,6 +98,9 @@ Non-comprehensive list of changes in thi
shared library. To enable this, pass ``-DLLVM_LINK_LLVM_DYLIB=ON`` to CMake.
See `Building LLVM with CMake`_ for more details.
+* The optimization to move the prologue and epilogue of functions in colder
+ code path (shrink-wrapping) is now enabled by default.
+
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
this list. If your description won't fit comfortably in one bullet
More information about the llvm-branch-commits
mailing list