aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-12MAINTAINERS: Add myself for write after approvalMarcel Vollweiler1-0/+1
2021-05-12c++: Disable -Wint-in-bool-context in instantiationsMarek Polacek2-0/+17
2021-05-12OpenMP: Add support for 'close' in map clauseMarcel Vollweiler4-78/+283
2021-05-12[nvptx] Add -mptx=3.1/6.3Tom de Vries6-3/+44
2021-05-12tree-optimization/100566 - fix another predication issue in VNRichard Biener2-2/+40
2021-05-12libstdc++: Fix some problems in PSTL testsJonathan Wakely3-10/+10
2021-05-12libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek3-1/+21
2021-05-12lto-wrapper: silent warnings in testsMartin Liska1-0/+3
2021-05-12i386: Optimize vpblendvb on inverted mask register to vpblendvb on swapping t...liuhongt3-0/+77
2021-05-12tree-optimization/100519 - avoid reassociating asm goto defsRichard Biener2-41/+58
2021-05-12Fix uninitialized variable in Atree.Size_In_SlotsBob Duff2-9/+26
2021-05-12LTO: merge -flto=arg from object files.Martin Liska1-20/+57
2021-05-12Print warning diagnostics for -flto issues.Martin Liska2-3/+42
2021-05-12lto-wrapper: Use vec<cl_decoded_option> data type.Martin Liska1-220/+176
2021-05-12Fix ICE in output_rnglists, at dwarf2out.c:12294Bernd Edlinger2-0/+20
2021-05-12Remove version.h from object filesMartin Liska1-2/+2
2021-05-12Daily bump.GCC Administrator12-1/+485
2021-05-12middle-end/100547 - check rtvec_alloc sizeRichard Biener2-2/+5
2021-05-12expand: Don't reuse DEBUG_EXPRs with vector type if they have different modes...Jakub Jelinek2-1/+20
2021-05-12ada: do not use binary mode in conf.pyMartin Liska1-14/+14
2021-05-12gcc-changelog: respect branch in git_update_version.py.Martin Liska2-4/+4
2021-05-12match.pd: Optimize (x & y) == x into (x & ~y) == 0 [PR94589]Jakub Jelinek2-0/+33
2021-05-12Minor fixesEric Botcazou1-4/+5
2021-05-12i386: Implement FP vector compares for V2SFmode [PR98218]Uros Bizjak10-24/+161
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers6-35/+224
2021-05-11Update gcc ja.po.Joseph Myers1-48/+36
2021-05-11Replace unreachable code with an assert.Martin Sebor1-55/+2
2021-05-11preprocessor: Fix cpp_avoid_paste for digit separatorsJoseph Myers3-0/+24
2021-05-11testsuite: Fix input operands of gcc.dg/guality/pr43077-1.cStefan Schulze Frielinghaus1-1/+1
2021-05-11libstdc++: Remove extern "C" from Ryu sourcesPatrick Palka3-18/+40
2021-05-11libstdc++: Fix tests that fail in C++98 modeJonathan Wakely3-3/+6
2021-05-11libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely5-19/+88
2021-05-11preprocessor: Enable digit separators for C2XJoseph Myers5-3/+74
2021-05-11c++: ICE casting class to vector [PR100517]Jason Merrill2-1/+13
2021-05-11More maybe_fold_reference TLCRichard Biener1-59/+0
2021-05-11Remove dead components from MAINTAINERS.Martin Liska1-5/+1
2021-05-11Remove libhsail-rt.Martin Liska31-23641/+0
2021-05-11Remove BRIG front-end.Martin Liska68-14376/+6
2021-05-11ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manipRichard Biener1-1/+3
2021-05-11arm: Avoid emitting bogus CFA adjusts for CMSE nonsecure calls [PR99725]Alex Coplan2-8/+18
2021-05-11aarch64: A couple of mul_laneq tweaksRichard Sandiford3-36/+82
2021-05-11More maybe_fold_reference TLCRichard Biener1-13/+14
2021-05-11middle-end/100509 - avoid folding constant to aggregate typeRichard Biener2-1/+11
2021-05-11arm: Remove duplicate definitions from arm_mve.h (pr100419).Srinath Parvathaneni1-328/+132
2021-05-11gcc-changelog: Remove non-strict mode.Martin Liska6-306/+132
2021-05-11gcc-changelog: Accept ref_name argument in GitCommit.Martin Liska2-11/+23
2021-05-11testsuite/s390: Fix risbg-ll-3.c f2_cconly test.Robin Dapp1-1/+1
2021-05-11Further minor fixesEric Botcazou2-10/+9
2021-05-11openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471]Jakub Jelinek3-6/+49
2021-05-11rs6000: Guard density_test only for vector versionKewen Lin1-1/+10