Sync patch from openeuler/gcc, add LLC expending outer loop
This commit is contained in:
parent
aaff308f4a
commit
822b4bd3b2
1285
0153-LLC-add-extending-outer-loop.patch
Normal file
1285
0153-LLC-add-extending-outer-loop.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
gcc.spec
10
gcc.spec
@ -61,7 +61,7 @@
|
||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||
Name: gcc
|
||||
Version: %{gcc_version}
|
||||
Release: 41
|
||||
Release: 42
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||
URL: https://gcc.gnu.org
|
||||
|
||||
@ -260,6 +260,7 @@ Patch149: 0149-Add-more-flexible-check-for-pointer-aliasing-during-.patch
|
||||
Patch150: 0150-Implement-propagation-of-permutations-in-fwprop.patch
|
||||
Patch151: 0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch
|
||||
Patch152: 0152-Add-LLC-Allocation-Pass.patch
|
||||
Patch153: 0153-LLC-add-extending-outer-loop.patch
|
||||
|
||||
%global gcc_target_platform %{_arch}-linux-gnu
|
||||
|
||||
@ -865,6 +866,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
|
||||
%patch150 -p1
|
||||
%patch151 -p1
|
||||
%patch152 -p1
|
||||
%patch153 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -2889,6 +2891,12 @@ end
|
||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 12 2023 Shujian Zhao <zhaoshujian@huawei.com> - 10.3.1-42
|
||||
- Type:Spec
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: Sync patch from openeuler/gcc, add LLC expending outer loop.
|
||||
|
||||
* Mon Dec 11 2023 Feiyang Liu <liufeiyang6@huawei.com> - 10.3.1-41
|
||||
- Type:Spec
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user