Add CFG block count correction optimization.

This commit is contained in:
zhouzeping 2024-06-05 12:23:30 +08:00
parent 04c0a500f0
commit 96e6ced072
3 changed files with 3927 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
Name: llvm-bolt
Version: %{bolt_version}
Release: 2
Release: 3
Summary: BOLT is a post-link optimizer developed to speed up large applications
License: Apache 2.0
URL: https://github.com/llvm/llvm-project/tree/main/bolt
@ -25,6 +25,8 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%
Patch1: 0001-AArch64-fix-bug-55005-handle-DW_CFA_GNU_NegateRAState.patch
Patch2: 0002-AArch64-Add-AArch64-support-for-hugify.patch
Patch3: 0003-AArch64-Add-AArch64-support-for-inline.patch
Patch4: 0004-Added-open-source-code-related-to-feature-extracting.patch
Patch5: 0005-Add-block-correction-optimization.patch
BuildRequires: gcc
BuildRequires: gcc-c++
@ -140,6 +142,12 @@ rm -f %{buildroot}/%{_builddir}/%{bolt_srcdir}/lib/lib*.a
%doc %{install_docdir}
%changelog
* Wed Jun 5 2024 Zhou Zeping <zhouzp610@126.com> 15.0.7-3
- Type:Update
- ID:NA
- SUG:NA
- DESC: Add CFG block count correction optimization.
* Thu Sep 7 2023 Xiong Zhou <xiongzhou4@huawei.com> 15.0.7-2
- Type:Update
- ID:NA