aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Regression tests for TREE_NO_WARNING enhancement to warning groups [PR74765, ...Martin Sebor2-0/+48
2021-06-28objc: Add support for per-location warning groups.Martin Sebor4-10/+11
2021-06-28fortran: Add support for per-location warning groups.Martin Sebor5-60/+60
2021-06-28ada: Add support for per-location warning groups.Martin Sebor2-3/+4
2021-06-28Enable BTF generation in the BPF backendIndu Bhagat2-14/+2
2021-06-28CTF/BTF documentationIndu Bhagat1-1/+31
2021-06-28CTF/BTF testsuitesIndu Bhagat91-15/+2376
2021-06-28CTF/BTF debug formatsIndu Bhagat16-36/+4624
2021-06-28dejagnu: modularize gcc-dg-debug-runtest a bitIndu Bhagat1-7/+16
2021-06-28dwarf: externalize some DWARF internals for needs of CTF/BTFIndu Bhagat2-43/+82
2021-06-28ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385)Martin Jambor7-18/+243
2021-06-28ipa-sra: Restructure how cloning and call redirection communicate (PR 93385)Martin Jambor7-536/+476
2021-06-28Duplicate the range information of the phi onto the new ssa_nameAndrew Pinski1-17/+26
2021-06-28tree-optimization/101229 - fix vectorizer SLP hybrid detection with PHIsRichard Biener2-0/+43
2021-06-28v850: silent 2 warningsMartin Liska1-2/+2
2021-06-28v850: add v850_can_inline_p target hookMartin Liska1-0/+32
2021-06-28tree-optimization/101207 - fix BB reduc permute elide with life stmtsRichard Biener2-42/+71
2021-06-28tree-optimization/101173 - fix interchange dependence checkingRichard Biener2-2/+20
2021-06-28For 128/256-bit vec_cond_expr, When mask operands is lt reg const0_rtx, blend...liuhongt9-1/+324
2021-06-28Fold blendv builtins into gimple.liuhongt6-14/+165
2021-06-28Daily bump.GCC Administrator3-1/+19
2021-06-27Fix PR 101230: ICE in fold_cond_expr_with_comparisonAndrew Pinski2-4/+20
2021-06-27aix: Add AIX 7.3 configuration and SPDX License Identifiers.David Edelsohn3-3/+312
2021-06-27Daily bump.GCC Administrator4-1/+50
2021-06-26c++: access scope during partial spec matching [PR96204]Patrick Palka3-1/+60
2021-06-26except: remove dwarf2out.h dependencyJason Merrill1-1/+1
2021-06-26c++: constexpr aggr init of empty class [PR101040]Jason Merrill3-2/+33
2021-06-25Lower for loops before lowering cond in genmatchAndrew Pinski1-12/+16
2021-06-25Reset the range info on the moved instruction in PHIOPTAndrew Pinski1-1/+2
2021-06-25Expand the comparison argument of fold_cond_expr_with_comparisonAndrew Pinski1-17/+22
2021-06-26Daily bump.GCC Administrator6-1/+269
2021-06-25c++: Failure to delay noexcept parsing with ptr-operator [PR100752]Marek Polacek4-7/+17
2021-06-25jit: fix test-vector-* failuresDavid Malcolm2-0/+16
2021-06-25jit: fix test-asm failures on i?86David Malcolm2-2/+2
2021-06-25PR middle-end/101216 - spurious notes for function callsMartin Sebor2-3/+18
2021-06-25Use right shifts to eliminate redundant test/compare insns on the H8Jeff Law1-3/+4
2021-06-25tree-optimization/101202 - fix ICE with failed backedge SLP nodesRichard Biener2-20/+62
2021-06-25Fixup reduction info on addsub SLP patternRichard Biener1-5/+7
2021-06-25testsuite: avoid no-stack-protector-attr-3 fail on mips*-*-*Xi Ruoyao1-1/+2
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor33-293/+359
2021-06-24cp: add support for per-location warning groups.Martin Sebor18-96/+95
2021-06-24c-family: add support for per-location warning groups.Martin Sebor3-12/+9
2021-06-24c: add support for per-location warning groups.Martin Sebor5-42/+52
2021-06-24Add support for per-location warning groups.Martin Sebor6-3/+575
2021-06-25Revert x86_order_regs_for_local_alloc changes in r12-1669.liuhongt2-12/+7
2021-06-25Daily bump.GCC Administrator6-1/+372
2021-06-24Add a testcase to confirm the equivalence's are being checked by EVRP.Andrew MacLeod1-0/+16
2021-06-24Only register relations on live edgesAndrew MacLeod3-7/+41
2021-06-24Fix relation query of equivalences.Andrew MacLeod1-7/+8
2021-06-24Correctly unify recomputation with existing range.Andrew MacLeod1-20/+9