[Sync] Add if split optimization
This commit is contained in:
parent
7d90fa6e7c
commit
c251a144a2
1203
0311-PATCH-Add-if-split-optimization-pass.patch
Normal file
1203
0311-PATCH-Add-if-split-optimization-pass.patch
Normal file
File diff suppressed because it is too large
Load Diff
8
gcc.spec
8
gcc.spec
@ -2,7 +2,7 @@
|
|||||||
%global gcc_major 12
|
%global gcc_major 12
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||||
%global gcc_release 48
|
%global gcc_release 49
|
||||||
|
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%global _performance_build 1
|
%global _performance_build 1
|
||||||
@ -416,6 +416,7 @@ Patch307: 0307-Set-fallback-value-for-print-multi-os-directory.patch
|
|||||||
Patch308: 0308-Fix-enum-INPUT-MIDDLE-FINAL-aes_stage.patch
|
Patch308: 0308-Fix-enum-INPUT-MIDDLE-FINAL-aes_stage.patch
|
||||||
Patch309: 0309-CSPGO-Add-context-sensitive-PGO.patch
|
Patch309: 0309-CSPGO-Add-context-sensitive-PGO.patch
|
||||||
Patch310: 0310-CFGO-Add-cfgo-pgo-optimization.patch
|
Patch310: 0310-CFGO-Add-cfgo-pgo-optimization.patch
|
||||||
|
Patch311: 0311-PATCH-Add-if-split-optimization-pass.patch
|
||||||
|
|
||||||
# Part 3000 ~ 4999
|
# Part 3000 ~ 4999
|
||||||
%ifarch loongarch64
|
%ifarch loongarch64
|
||||||
@ -1491,6 +1492,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
|
|||||||
%patch -P308 -p1
|
%patch -P308 -p1
|
||||||
%patch -P309 -p1
|
%patch -P309 -p1
|
||||||
%patch -P310 -p1
|
%patch -P310 -p1
|
||||||
|
%patch -P311 -p1
|
||||||
|
|
||||||
%ifarch loongarch64
|
%ifarch loongarch64
|
||||||
%patch -P3001 -p1
|
%patch -P3001 -p1
|
||||||
@ -4084,6 +4086,10 @@ end
|
|||||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 27 2024 liyancheng <412998149@qq.com> - 12.3.1-49
|
||||||
|
- Type: Sync
|
||||||
|
- DESC: Add if split optimization
|
||||||
|
|
||||||
* Wed Nov 27 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-48
|
* Wed Nov 27 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-48
|
||||||
- Type: BUGFIX
|
- Type: BUGFIX
|
||||||
- DESC:
|
- DESC:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user