aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-21Enable configure detection of ld.mold.Martin Liska2-0/+34
2022-01-21tree-optimization/100089 - BB vectorization of if-converted loop bodiesRichard Biener1-4/+3
2022-01-21sanitizer/99673 - bad -Wstringop-overread diagnostic with asanRichard Biener1-0/+27
2022-01-21[ARM] Add support for TLS register based stack protector canary accessArd Biesheuvel8-2/+184
2022-01-21aarch64: Adjust spellcheck tests for recent quotation-mark changesRichard Earnshaw4-4/+4
2022-01-21tree-optimization/104156 - fix unswitching compare-debug issueRichard Biener2-16/+66
2022-01-21tree-optimization/104152 - add missing check for SLP constant buildRichard Biener2-2/+51
2022-01-21warn-access: Fix up warning_at argumentsJakub Jelinek1-3/+2
2022-01-21Reset relations when crossing backedges.Aldy Hernandez7-9/+104
2022-01-21optabs: Don't create pseudos in prepare_cmp_insn when not allowed [PR102478]Jakub Jelinek2-2/+35
2022-01-20[committed] Fix expected output for various MIPS multiplication testsJeff Law4-14/+6
2022-01-20runtime: build panic32.go on amd64p32Ian Lance Taylor1-1/+1
2022-01-21Daily bump.GCC Administrator6-1/+269
2022-01-20analyzer: reject ((i + 1 > 0) && (i < 0)) for integers [PR94362]David Malcolm5-13/+281
2022-01-20analyzer: add regression test [PR103685]David Malcolm1-0/+33
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore8-7/+43
2022-01-20c++: designator for base class member [PR101405]Jason Merrill2-4/+30
2022-01-20c++: Add test for fixed PR [PR102338]Marek Polacek1-0/+20
2022-01-20c++: add testcase for recently fixed PR [PR103631]Patrick Palka1-0/+26
2022-01-20middle-end/100786 - constant folding from incompatible aliasRichard Biener2-1/+12
2022-01-20 aarch64: allow ld1/stq in test output [PR102517]Richard Earnshaw1-2/+2
2022-01-20Only add equivalencies that are still valid.Andrew MacLeod2-12/+31
2022-01-20c++: CTAD inside alias template [PR91911, PR103672]Patrick Palka8-34/+191
2022-01-20c++: consistently diagnose bare CTAD placeholder in fn return typePatrick Palka2-4/+4
2022-01-20target/100784 - avoid ICE with folding __builtin_ia32_shufpdRichard Biener1-1/+1
2022-01-20arm: Add test for AES erratum mitigationRichard Earnshaw1-0/+28
2022-01-20arm: elide some cases where the AES erratum workaround is not required.Richard Earnshaw1-8/+47
2022-01-20arm: suppress aes erratum when forwarding from aesRichard Earnshaw1-0/+50
2022-01-20arm: add basic mitigation for Cortex-A AES errataRichard Earnshaw2-1/+36
2022-01-20arm: Add option for mitigating against Cortex-A CPU erratum for AESRichard Earnshaw4-1/+38
2022-01-20arm: Consistently use crypto_mode attribute in crypto patternsRichard Earnshaw1-47/+47
2022-01-20arm: Disambiguate multiple crypto patterns with the same name.Richard Earnshaw1-6/+6
2022-01-20Fix Werror=format-diag with --disable-nls.Martin Liska1-3/+15
2022-01-20Fix -Werror=format-diag with RTL checkingMartin Liska2-1/+14
2022-01-20dwarf2out: Fix -gsplit-dwarf on riscv [PR103874]Jakub Jelinek2-2/+15
2022-01-20testsuite: Add -Wno-psabi to pr47639.C testcaseJakub Jelinek1-1/+1
2022-01-20Enhance vec_pack_trunc for integral mode mask.liuhongt4-4/+41
2022-01-20tree-optimization/104114 - avoid diagnosing V1mode loweringRichard Biener1-1/+4
2022-01-19c++: template-id with current inst qualifier [PR102300]Jason Merrill3-5/+17
2022-01-19testsuite: sldoi requires VSX.David Edelsohn1-1/+2
2022-01-20Daily bump.GCC Administrator6-1/+469
2022-01-19ifcvt: Run second pass if it is possible to omit a temporary.Robin Dapp1-75/+150
2022-01-19testsuite/s390: Add tests for noce_convert_multiple.Robin Dapp4-1/+118
2022-01-19ifcvt: Try re-using CC for conditional moves.Robin Dapp1-24/+93
2022-01-19ifcvt/optabs: Allow using a CC comparison for emit_conditional_move.Robin Dapp7-67/+157
2022-01-19ifcvt: Improve costs handling for noce_convert_multiple.Robin Dapp1-4/+27
2022-01-19ifcvt: Allow constants for noce_convert_multiple.Robin Dapp1-5/+8
2022-01-19ifcvt: Check if cmovs are needed.Robin Dapp1-24/+150
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm66-158/+156
2022-01-19vect: Fix epilogue mode skippingAndre Vieira1-5/+19