aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-07-20aarch64: Tweak old vect-* tests to avoid new FAILsRichard Sandiford3-11/+15
2021-07-20debug/101473 - apply debug prefix maps before checksumming DIEsRichard Biener2-6/+7
2021-07-20aarch64: Refactor TBL/TBX RTL patternsJonathan Wright4-116/+82
2021-07-20i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peepholes [PR100182]Uros Bizjak3-196/+0
2021-07-20RISC-V: Detect python and pick best one for calling multilib-generatorKito Cheng1-1/+2
2021-07-19rs6000: Support [u]mul<mode>3_highpart for vectorKewen Lin4-6/+71
2021-07-19vect: Recog mul_highpart pattern [PR100696]Kewen Lin5-13/+37
2021-07-20Daily bump.GCC Administrator5-1/+184
2021-07-19compiler: avoid aliases in receiver typesIan Lance Taylor4-1/+100
2021-07-19PR testsuite 101520 - gcc.target/powerpc/pr93658.c has excess errorsMartin Sebor1-1/+1
2021-07-19coroutines: Adjust outlined function names [PR95520].Iain Sandoe4-14/+143
2021-07-19analyzer: add svalue::can_have_associated_state_p [PR101503]David Malcolm7-14/+61
2021-07-19debug: Allow means for targets to opt out of CTF/BTF supportIndu Bhagat7-17/+87
2021-07-19debug: Add new function ctf_debuginfo_pIndu Bhagat2-0/+12
2021-07-19amdgcn: Add -mxnack and -msram-ecc [PR 100208]Andrew Stubbs16-4/+273
2021-07-19[AARCH64] Fix PR 101205: csinv does not have an zero_extend versionAndrew Pinski2-3/+115
2021-07-19c++: Add test for DR 2126Marek Polacek1-0/+6
2021-07-19tree-optimization/101505 - properly determine stmt precision for PHIsRichard Biener2-0/+30
2021-07-19Remove gimple_expr_typeRichard Biener2-50/+0
2021-07-19Remove last gimple_expr_type usesRichard Biener3-22/+34
2021-07-19Remove gimple_expr_type uses from value-range codeRichard Biener2-19/+23
2021-07-19Daily bump.GCC Administrator5-1/+52
2021-07-18x86: Enable the GPR only instructions for -mgeneral-regs-onlyH.J. Lu5-2/+67
2021-07-18Fortran: reject FORMAT tag of unknown type.Harald Anlauf2-1/+8
2021-07-18x86: Don't issue vzeroupper if callee returns AVX registerH.J. Lu2-12/+37
2021-07-18libgccjit: Handle truncation and extension for casts [PR95498]Antoni Boucher3-11/+97
2021-07-18Daily bump.GCC Administrator3-1/+23
2021-07-17Support EAF_NOT_RETURNED in tree-ssa-structaliasJan Hubicka2-8/+59
2021-07-16Add wi_fold_in_parts.Andrew MacLeod3-5/+103
2021-07-17Daily bump.GCC Administrator6-1/+368
2021-07-16c++: alias CTAD in unevaluated context [PR101233]Patrick Palka2-1/+17
2021-07-16c++: covariant reference return types [PR99664]Patrick Palka2-1/+21
2021-07-16analyzer: add region_model::check_region_accessDavid Malcolm9-20/+88
2021-07-16analyzer: add __analyzer_dump_stateDavid Malcolm8-0/+105
2021-07-16analyzer: add svalue::maybe_get_regionDavid Malcolm5-21/+22
2021-07-16Fix PR 101453: ICE with optimize and large integer constantAndrew Pinski1-1/+1
2021-07-16PR testsuite/101468 - Wstringop-overflow tests failuresMartin Sebor6-25/+37
2021-07-16rs6000: Red-black tree implementation for balanced tree searchBill Schmidt2-0/+294
2021-07-16rs6000: Add functions for matching types, part 3 of 3Bill Schmidt1-1/+114
2021-07-16rs6000: Add functions for matching types, part 2 of 3Bill Schmidt1-0/+64
2021-07-16rs6000: Add functions for matching types, part 1 of 3Bill Schmidt1-0/+367
2021-07-16rs6000: Add helper functions for parsingBill Schmidt1-0/+110
2021-07-16rs6000: Add file support and functions for diagnostic supportBill Schmidt1-0/+47
2021-07-16rs6000: Add initial input filesBill Schmidt2-0/+281
2021-07-16rs6000: Initial create of rs6000-gen-builtins.cBill Schmidt1-0/+165
2021-07-16Support scanning of build-time GC roots in gengtypeBill Schmidt4-11/+53
2021-07-16testsuite: fix IL32 issues with usdot tests.Tamar Christina4-14/+14
2021-07-16c++: Don't hide narrowing errors in system headersMarek Polacek3-0/+7
2021-07-16Remove more gimple_expr_type usesRichard Biener6-41/+43
2021-07-16Implement EAF_NOT_RETURNED tracking in ipa-modrefJan Hubicka3-23/+54