aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-07libgo: handle go1.10+ correctly in match.shNikhil Benesch3-9/+9
2020-10-07Rename -fevrp-mode= to --param=evrp-mode=.Aldy Hernandez4-36/+36
2020-10-07tree-optimization/97307 - improve sinking of loadsRichard Biener3-22/+43
2020-10-07c++: Distinguish alignof and __alignof__ in cp_tree_equal [PR97273]Patrick Palka2-0/+15
2020-10-07Off by one final fix.Andrew MacLeod1-7/+6
2020-10-07This patch fixes PR47469 - a trivial bit of tidying up.Paul Thomas1-6/+2
2020-10-07analyzer: handle C++ argument numbers and "this" [PR97116]David Malcolm2-14/+86
2020-10-07Add -fdiagnostics-path-format=separate-events to -fdiagnostics-plain-outputDavid Malcolm9-151/+53
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell21-178/+206
2020-10-07ipa-prop: Fix multiple-target speculation resolutionMartin Jambor2-4/+70
2020-10-07c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell4-6/+7
2020-10-07c++: Adding exception specs can changed dependentnessNathan Sidwell1-0/+3
2020-10-07amdgcn: Use scalar instructions for addptrdi3Andrew Stubbs1-12/+31
2020-10-07Output filepath strings in .debug_line_str for DWARF5Mark Wielaard1-32/+68
2020-10-07debug: Pass --gdwarf-N to assembler if fixed gas is detected during configureJakub Jelinek6-4/+588
2020-10-07options: Avoid unused variable mask warning [PR97305]Jakub Jelinek1-2/+24
2020-10-07openmp: Improve composite simd vectorizationJakub Jelinek3-4/+117
2020-10-07[tree-ssa-loop-ch] Add missing NULL test for dump_fileTom de Vries1-1/+2
2020-10-07Daily bump.GCC Administrator8-1/+788
2020-10-06c++: typename in out-of-class member function definitions [PR97297]Marek Polacek2-2/+29
2020-10-06c-c++-common/goacc/declare-pr90861.c: Remove xfailTobias Burnus1-1/+1
2020-10-06compiler: avoid undefined behavior in Import::readNikhil Benesch4-10/+11
2020-10-06Hybrid EVRP and testcasesAndrew MacLeod8-16/+365
2020-10-06Ranger classes.Andrew MacLeod9-0/+4166
2020-10-06[openacc, libgomp, testsuite] Xfail declare-5.f90Tom de Vries1-0/+1
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely5-53/+143
2020-10-06arm: Enable MVE SIMD modes for vectorizationDennis Zhang13-20/+62
2020-10-06[openacc] Fix acc declare for VLAsTom de Vries2-8/+10
2020-10-06lto: fix LTO debug sections copying.Martin Liska1-4/+7
2020-10-06[PATCH][GCC] arm: Move iterators from mve.md to iterators.md to maintain cons...Srinath Parvathaneni3-648/+1266
2020-10-06dbgcnt: print list after compilationMartin Liska5-20/+20
2020-10-06dbgcnt: report upper limit when lower == upperMartin Liska1-1/+4
2020-10-06configure: Fix in-tree building of GMP on BSD [PR97302]Tobias Burnus2-0/+2
2020-10-06[ftracer] Add caching of can_duplicate_bb_pTom de Vries1-6/+41
2020-10-06[ftracer] Factor out can_duplicate_bb_pTom de Vries1-23/+49
2020-10-06libstdc++: Avoid CTAD for std::ranges::join_view [LWG 3474]Jonathan Wakely3-43/+19
2020-10-06divmod: Match and expand DIVMOD even in some cases of constant divisor [PR97282]Jakub Jelinek3-4/+105
2020-10-06Fix off-by-one storage problem in irange_allocator.Aldy Hernandez1-1/+1
2020-10-06openmp: Fix ICE in omp_discover_declare_target_tgt_fn_rJakub Jelinek2-1/+16
2020-10-06arm: Add +nomve and +nomve.fp options to -mcpu=cortex-m55Joe Ramsay14-7/+250
2020-10-06IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune optionsAndreas Krebbel1-1/+1
2020-10-05gofrontend: correct file reading logic in Stream_from_fileNikhil Benesch2-5/+5
2020-10-06Daily bump.GCC Administrator7-1/+146
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely9-15/+23
2020-10-05c++: Fix typo in NON_UNION_CLASS_TYPE_P.Marek Polacek1-1/+1
2020-10-05libstdc++: Minor header cleanup in <numeric>Jonathan Wakely3-30/+25
2020-10-05Cleanup legacy_union and legacy intersect in value_range.Aldy Hernandez2-40/+48
2020-10-05Import various range-op fixes from ranger branch.Aldy Hernandez1-50/+114
2020-10-05support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]Jakub Jelinek2-0/+117
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely7-7/+82