This website requires JavaScript.
Explore
Help
Sign In
packages
/
gcc
Watch
1
Star
0
Fork
0
You've already forked gcc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
162
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
郑晨卉
2fcfd4d48f
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
0001-libquadmath-Enable-libquadmath-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0002-Backport-cselim-Extend-to-check-non-trapping-for-mor.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0003-version-Set-version-to-10.3.1.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0004-Backport-tree-optimization-Avoid-issueing-loads-in-S.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0005-Backport-tree-optimization-Fix-load-eliding-in-SM.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0006-simdmath-Enable-simdmath-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0007-Vect-Enable-skipping-vectorization-on-reduction-chai.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0008-Backport-tree-optimization-Add-checks-to-avoid-spoil.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0009-Backport-expand-Simplify-removing-subregs-when-expan.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0010-Backport-tree-optimization-94963-avoid-bogus-uninit-.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0011-simdmath-Enable-64-bits-simd-when-test-simd_pcs_attr.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0012-fp-model-Enable-fp-model-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0013-LoopElim-Redundant-loop-elimination-optimization.patch
[Sync] Sync patch from openeuler/gcc
2021-07-28 11:42:49 +08:00
0014-Backport-StructReorg-Structure-reorganization-optimi.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0015-CompleteStructReorg-Complete-Structure-Reorganizatio.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0016-StructReorg-Bugfix-in-certain-scenarios.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0017-mcmodel-Enable-mcmodel-medium-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0018-StructReorderFields-Structure-reorder-fields.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0019-StructReorderFields-Fix-bugs-and-improve-mechanism.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0020-Backport-vect-Fix-an-ICE-in-vect_recog_mask_conversi.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0021-mcmodel-Bugfix-for-mcmodel-medium-on-x86.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0022-StructReorderFields-Fix-pointer-layer-check-bug.patch
[Sync] Sync patch from openeuler/gcc
2021-08-19 20:12:22 +08:00
0023-StructReorderFields-Add-pointer-offset-check.patch
[Sync] Sync patch from openeuler/gcc
2021-09-15 09:22:32 +08:00
0024-StructReorderFields-Add-lto-and-whole-program-gate.patch
[Sync] Sync patch from openeuler/gcc
2021-09-15 09:22:32 +08:00
0025-AutoPrefetch-Support-cache-misses-profile.patch
[Sync] Sync patch from openeuler/gcc
2022-02-24 09:36:20 +08:00
0026-AutoFDO-Enable-discriminator-and-MCF-algorithm-on-Au.patch
[Sync] Sync patch from openeuler/gcc
2022-02-24 09:36:20 +08:00
0027-Autoprefetch-Support-auto-feedback-prefetch.patch
[Sync] Sync patch from openeuler/gcc
2022-02-24 09:36:20 +08:00
0028-AutoPrefetch-Handle-the-case-that-the-basic-block-br.patch
[Sync] Sync patch from openeuler/gcc
2022-02-24 09:36:20 +08:00
0029-AutoBOLT-Support-saving-feedback-count-info-to-ELF-s.patch
[Sync] Sync patch from openeuler/gcc
2022-03-03 09:54:49 +08:00
0030-AutoBOLT-Add-bolt-linker-plugin-2-3.patch
[Sync] Sync patch from openeuler/gcc
2022-03-03 09:54:49 +08:00
0031-AutoBOLT-Enable-BOLT-linker-plugin-on-aarch64-3-3.patch
[Sync] Sync patch from openeuler/gcc
2022-03-03 09:54:49 +08:00
0032-Autoprefetch-Prune-invaild-loops-containing-edges-wh.patch
[Sync] Sync patch from openeuler/gcc
2022-03-03 09:54:49 +08:00
0033-AutoFdo-Fix-memory-leaks-in-autofdo-and-autoprefetch.patch
[Sync] Sync patch from openeuler/gcc
2022-03-23 10:14:27 +08:00
0034-Backport-sanitizer-Fix-asan-against-glibc-2.34-PR100.patch
[Sync] Sync patch from openeuler/gcc
2022-05-06 19:03:51 +08:00
0035-ccmp-Add-another-optimization-opportunity-for-ccmp-i.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0036-StructReorg-Refactoring-reorder-fields-to-struct-lay.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0038-DFE-Add-Dead-Field-Elimination-in-Struct-Reorg.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0039-Backport-ipa-sra-Fix-thinko-when-overriding-safe_to_.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0040-Backport-ifcvt-Allow-constants-for-noce_convert_mult.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0041-Backport-Register-sysroot-in-the-driver-switches-tab.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0042-DFE-Fix-bugs.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0045-Transposed-SLP-Enable-Transposed-SLP.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0046-ArrayWidenCompare-Add-a-new-optimization-for-array-c.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:08:10 +08:00
0047-DFE-Fix-the-bug-caused-by-inconsistent-types.patch
[Sync] Sync patch from openeuler/gcc
2022-09-15 20:15:09 +08:00
0048-Struct-Reorg-Type-simplify-limitation-when-in-struct.patch
[Sync] Sync patch from openeuler/gcc
2022-09-23 15:28:20 +08:00
0049-build-Add-some-file-right-to-executable.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0050-Backport-phiopt-Optimize-x-1024-0-to-int-x-10-PR9769.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0051-Backport-phiopt-Fix-up-conditional_replacement-PR993.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0052-Backport-phiopt-Handle-bool-in-two_value_replacement.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0053-Backport-phiopt-Optimize-x-__builtin_clz-x-32-in-GIM.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0054-Backport-phiopt-Optimize-x-__builtin_clz-x-32-in-GIM.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0055-Backport-phiopt-Optimize-x-0-y-y-to-x-31-y-PR96928.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0056-Backport-phiopt-Optimize-x-y-cmp-z-PR94589.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0057-Backport-Add-support-for-__builtin_bswap128.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0058-Backport-tree-optimization-95393-fold-MIN-MAX_EXPR-g.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0059-Backport-Add-a-couple-of-A-CST1-CST2-match-and-simpl.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0060-Backport-Optimize-x-0-y-y-to-x-31-y-in-match.pd.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0061-Backport-Replace-conditional_replacement-with-match-.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0062-Backport-Allow-match-and-simplified-phiopt-to-run-in.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0063-Backport-Improve-match_simplify_replacement-in-phi-o.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0064-Backport-phiopt-Use-gphi-phi-instead-of-gimple-phi-s.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0065-Backport-Optimize-x-bswap-x-0-in-tree-ssa-phiopt.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0066-Backport-tree-optimization-102880-make-PHI-OPT-recog.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0067-Backport-tree-Add-vector_element_bits-_tree-PR94980-.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0068-Backport-Lower-VEC_COND_EXPR-into-internal-functions.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0069-Backport-gimple-match-Add-a-gimple_extract_op-functi.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0070-Backport-aarch64-Fix-subs_compare_2.c-regression-PR1.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0071-PHIOPT-Disable-the-match-A-CST1-0-when-the-CST1-is-n.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0072-Struct-Reorg-Merge-struct_layout-pass-into-struct_re.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0073-PHIOPT-Add-A-B-op-CST-B-match-and-simplify-optimizat.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0074-FORWPROP-Fold-series-of-instructions-into-mul.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0075-FORWPROP-Fold-series-of-instructions-into-umulh.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0076-Struct-Reorg-Fix-speccpu2006-462-double-free-I60YUV.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0077-Struct-Reorg-Add-Safe-Structure-Pointer-Compression.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0078-Loop-distribution-Add-isomorphic-stmts-analysis.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0079-loop-vect-Transfer-arrays-using-registers-between-lo.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0080-Struct-Reorg-Add-Unsafe-Structure-Pointer-Compressio.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0081-Loop-distribution-Insert-temp-arrays-built-from-isom.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0082-Revert-Backport-tree-optimization-102880-make-PHI-OP.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0083-Struct-reorg-Add-struct-semi-relayout-optimize.patch
[Sync] Sync patch from openeuler/gcc
2022-12-01 11:56:52 +08:00
0084-MULL64-Disable-mull64-transformation-by-default.patch
[Sync] Sync patch from openeuler/gcc and fix wrong date
2022-12-26 14:30:11 +08:00
0085-loop-distribution-Bugfix-for-loop-distribution.patch
[Sync] Sync patch from openeuler/gcc
2022-12-26 15:44:48 +08:00
0086-semi-relayout-Bugfix-for-struct-semi-relayout.patch
[Sync] Sync patch from openeuler/gcc
2022-12-26 15:44:48 +08:00
0087-Backport-tree-optimization-97238-fix-typo-causing-IC.patch
[Sync] Sync patch from openeuler/gcc
2022-12-26 15:44:48 +08:00
0088-Backport-fix-typo-causing-ICE.patch
[Sync] Sync patch from openeuler/gcc.
2022-12-30 20:33:21 +08:00
0089-State-sysroot-option-as-validated-once-processed.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0090-bogus-Wstringop-overflow-with-VLA-of-elements-larger.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0091-phiopt2-Add-option-to-control-the-simplify.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0092-gimple-Factor-the-code-to-avoid-depending-auto-featu.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0093-StructReorg-Fix-escape_cast_another_ptr-check-bug.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0094-Backport-Fix-zero-masking-for-vcvtps2ph-when-dest-op.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0095-Struct-reorg-Fix-the-use-of-as_a.patch
[Revert] Revert PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
2023-06-19 21:53:47 +08:00
0096-libquadmath-Revert-Enable-libquadmath-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2023-06-20 20:53:11 +08:00
0097-libquadmath-refactor-Enable-libquadmath-on-kunpeng.patch
[Sync] Sync patch from openeuler/gcc
2023-06-20 20:53:11 +08:00
0098-AArch64-Rewrite-the-tsv110-option.patch
[Sync] Sync patch from openeuler/gcc
2023-06-20 20:53:11 +08:00
0099-Struct-Reorg-Add-escape-propagate-on-external-functi.patch
[Sync] Sync patch from openeuler/gcc
2023-06-20 21:55:38 +08:00
0100-PGO-kernel-Add-fkernel-pgo-option-to-support-PGO-ker.patch
[Sync]Support PGO kernel
2023-06-25 16:03:54 +08:00
0101-To-resolve-the-SPEC-.548-fluctuation-problem-revert-.patch
[Revert] Revert GCC commit and 0037 patch to resolve spec 548 problem
2023-06-26 14:18:36 +08:00
0102-GOMP-Enabling-moutline-atomics-improves-libgomp-perf.patch
[Sync] Sync patch from openeuler/gcc
2023-06-27 09:13:59 +08:00
0103-test-Add-option-ftree-fold-phiopt-to-avoid-fail-NFC.patch
[Sync] Sync patch from openeuler/gcc
2023-06-28 11:23:23 +08:00
0104-aarch64-Use-local-frame-vars-in-shrink-wrapping-code.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0105-aarch64-Avoid-a-use-of-callee_offset.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0106-aarch64-Explicitly-handle-frames-with-no-saved-registers.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0107-aarch64-Add-bytes_below_saved_regs-to-frame-info.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0108-aarch64-Add-bytes_below_hard_fp-to-frame-info.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0109-aarch64-Tweak-aarch64_save-restore_callee_saves.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0110-aarch64-Only-calculate-chain_offset-if-there-is-a-chain.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0111-aarch64-Rename-locals_offset-to-bytes_above_locals.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0112-aarch64-Rename-hard_fp_offset-to-bytes_above_hard_fp.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0113-aarch64-Tweak-frame_size-comment.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0114-aarch64-Measure-reg_offset-from-the-bottom-of-the-frame.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0115-aarch64-Simplify-top-of-frame-allocation.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0116-aarch64-Minor-initial-adjustment-tweak.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0117-aarch64-Tweak-stack-clash-boundary-condition.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0118-aarch64-Put-LR-save-probe-in-first-16-bytes.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0119-aarch64-Simplif-yprobe-of-final-frame-allocation.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0120-aarch64-Explicitly-record-probe-registers-in-frame-info.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0121-aarch64-Remove-below_hard_fp_saved_regs_size.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0122-aarch64-Make-stack-smash-canary-protect-saved-registers.patch
Backport patches to fix CVE-2023-4039.
2023-10-10 21:12:31 +08:00
0123-DFE-Fix-internal-compiler-error-with-fipa-struct-reo.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0124-tree-vect-generic-Tweak-build_replicated_const-PR949.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0125-tree-vect-generic-Fix-bitfield-widths-PR94980-3-3.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0126-Lower-VEC_COND_EXPR-into-internal-functions.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0127-Add-missing-check-for-gassign.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0128-Amend-match.pd-syntax-with-force-simplified-results.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0129-Make-genmatch-transform-failure-handling-more-consis.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0130-VEC_COND_EXPR-optimizations.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0131-aarch64-Remove-XFAILs-for-two-SVE-tests.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0132-testsuite-Fix-up-pr99305.C-test-on-unsigned_char-tar.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0133-match.pd-Fix-sve-vcond_3.c.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0134-Fix-PR-100925-Limit-some-a-CST1-CST2-optimizations-t.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0135-tree-optimization-PR102622-wrong-code-due-to-signed-.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0136-Fix-tree-optimization-103152-Still-one-more-signed1b.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0137-DFE-Fix-unexpected-struct-function-pointer-eliminati.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0138-Fix-ICE-bugs-in-transpose-test-cases-with-vector-ind.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0139-Fix-errors-on-testsuite-c-c-tests-and-505.mcf_r.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0140-Fix-an-error-in-memory-allocation-deallocation.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0141-Fix-warnings-and-errors-with-debug-prints.patch
[Sync] Sync patch from openeuler/gcc
2023-11-30 11:31:49 +08:00
0142-crc-loop-optimization-initial.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:49:42 +08:00
0143-Perform-early-if-conversion-of-simple-arithmetic.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:50:47 +08:00
0144-Add-option-to-allow-matching-uaddsub-overflow-for-wi.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:50:47 +08:00
0145-Match-double-sized-mul-pattern.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:50:47 +08:00
0146-LOOP-CRC32-Add-Crc32-Optimization-in-Gzip-For-crc32-.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:51:13 +08:00
0147-add-insn-defs-and-correct-costs-for-cmlt-generation.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:52:14 +08:00
0148-Introduce-RTL-ifcvt-enhancements.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:52:14 +08:00
0149-Add-more-flexible-check-for-pointer-aliasing-during-.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:52:14 +08:00
0150-Implement-propagation-of-permutations-in-fwprop.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:53:06 +08:00
0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch
[Sync] Sync patch from openeuler/gcc
2023-12-06 11:53:24 +08:00
0152-Add-LLC-Allocation-Pass.patch
[Sync] Sync patch from openeuler/gcc
2023-12-11 22:02:39 +08:00
0153-LLC-add-extending-outer-loop.patch
Sync patch from openeuler/gcc, add LLC expending outer loop
2023-12-12 10:32:04 +08:00
0154-Loop-CRC32-Judge-null-on-pointers-and-solving-coding.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0155-Add-maxmin-and-uzp1-uzp2-combining.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0156-add-icp-optimization.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0157-Add-split-complex-instructions-pass.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0158-Implement-IPA-prefetch-optimization.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0159-Implement-AES-pattern-matching.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0160-AES-Add-lost-files.patch
[Sync] Sync patches from openeuler/gcc
2023-12-12 12:08:42 +08:00
0161-Fix-lost-ftree-fold-phiopt-option-in-tests.patch
[Sync] Sync patches from openeuler/gcc
2023-12-15 15:50:26 +08:00
0162-rtl-ifcvt-free-dominance-info-before-cleanup_cfg.patch
[Sync] Sync patches from openeuler/gcc
2023-12-15 15:50:26 +08:00
0163-Loop-CRC-Solving-the-problem-of-insufficient-CRC-tab.patch
Sync patches from openeuler/gcc
2023-12-18 10:53:23 +08:00
0164-LLC-Allocation-Fix-some-bugs-and-remove-variable-pre.patch
Sync patches from openeuler/gcc
2023-12-18 10:53:23 +08:00
0165-rtl-ifcvt-BugFix-change-def-selection-logic-in-noce_.patch
Sync patches from openeuler/gcc
2023-12-18 10:53:23 +08:00
0166-perm-propagation-Bugfix-Check-that-the-arithmetic-op.patch
Sync patches from openeuler/gcc
2023-12-18 10:53:23 +08:00
0167-perm-propagation-Bugfix-Fix-shll-shll2-patterns-for-.patch
Sync patch from openeuler/gcc
2023-12-21 15:00:01 +08:00
0168-LLC-Allocation-Bugfix-Terminate-kernel-filtering-for.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0169-Struct-Reorg-Fix-several-bugs.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0170-DFE-Add-escape-check.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0171-phiopt-testsuite-Add-ftree-fold-phiopt-option-to-5-t.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0172-minmax-Move-minmax-pattern-to-gimple.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0173-IPA-Fix-test-completion-1.c.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0174-IPA-Fix-fails-on-checked-build-and-comments-from-rev.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0175-split-ldp-stp-Extending-and-refactoring-of-pass_spli.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0176-Fix-bugs-in-ICP-src-openEuler-gcc-I8PYBF-I8PYLL.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-22 17:41:25 +08:00
0177-Fix-sqlite-build.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
0178-Fix-freetype-build.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
0179-rtl-ifcvt-refuse-to-rename-def-in-the-last-instructi.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
0180-Fix-issue-I8QD9H.patch
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
gcc-10.3.0.tar.xz
[Init] Init GCC 10.3.0 repository
2021-07-27 18:33:19 +08:00
gcc.spec
[Sync] Sync patches from openeuler/gcc.
2023-12-23 19:08:59 +08:00
gcc.yaml
add yaml file in package
2020-06-15 09:18:33 +08:00
Description
No description provided
254
MiB
Languages
Diff
100%