aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-28bootstrap: Include tm_p.h in btfout.c and ctfout.c.David Edelsohn2-0/+2
2021-06-29Daily bump.GCC Administrator13-1/+477
2021-06-28analyzer: introduce byte_range and use to simplify dumpsDavid Malcolm3-6/+74
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-28libcc1: Add support for per-location warning groups.Martin Sebor1-1/+1
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-28libbacktrace: improve XCOFF supportIan Lance Taylor1-17/+18
2021-06-28libiberty: copy over .BTF section when using LTOIndu Bhagat1-0/+3
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 Bhagat19-36/+5343
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-28libstdc++: Remove redundant explicit instantiationsJonathan Wakely2-18/+2
2021-06-28libstdc++: Fix backwards logic in 17_intro/names.cc test [PR 97088]Jonathan Wakely1-3/+7
2021-06-28libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]Jonathan Wakely4-11/+58
2021-06-28libstdc++: Implement LWG 415 for std::wsJonathan Wakely5-10/+201
2021-06-28mklog: Handle correctly long lines.Martin Liska2-4/+43
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 Administrator10-1/+357
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-25libstdc++: Avoid intercepting exception in ostream::writeJonathan Wakely2-14/+14
2021-06-25libstdc++: Implement LWG 581 for std:ostream::flush()Jonathan Wakely8-48/+126
2021-06-25libstdc++: Fix exception handling in std::ostream seek functionsJonathan Wakely9-98/+372
2021-06-25libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)Jonathan Wakely1-1/+1