[llvm-branch-commits] [llvm] 4dc3cb8 - ReleaseNotes: add BOLT subsection

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 17 10:01:16 PST 2022


Author: Amir Ayupov
Date: 2022-02-17T09:59:00-08:00
New Revision: 4dc3cb8e325525214fccef33e32891e5dccc9540

URL: https://github.com/llvm/llvm-project/commit/4dc3cb8e325525214fccef33e32891e5dccc9540
DIFF: https://github.com/llvm/llvm-project/commit/4dc3cb8e325525214fccef33e32891e5dccc9540.diff

LOG: ReleaseNotes: add BOLT subsection

For the release/14.x branch.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D119889

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index e67eb4b39ddfd..1ac4cca463794 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -255,6 +255,13 @@ Changes to LLDB
 Changes to Sanitizers
 ---------------------
 
+Changes to BOLT
+---------------------
+
+* BOLT project is added to the LLVM monorepo. BOLT is a post-link optimizer
+  developed to speed up large applications. Build and usage instructions are
+  given in `README <https://github.com/llvm/llvm-project/tree/main/bolt>`_.
+
 External Open Source Projects Using LLVM 14
 ===========================================
 


        


More information about the llvm-branch-commits mailing list