aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-16sparc: Treat more instructions as load or store in errata workaroundsDaniel Cederman1-8/+41
2021-09-16sparc: Print out bit names for LEON and LEON3 with -mdebugAndreas Larsson1-0/+4
2021-09-16testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.CChristophe Lyon1-1/+5
2021-09-16mips: Fix macro typoMartin Liska1-1/+1
2021-09-16Check mask type when doing cond_op related gimple simplification.liuhongt4-4/+53
2021-09-16AVX512FP16: Add testcase for vcvtw2ph/vcvtuw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2p...liuhongt24-0/+912
2021-09-16AVX512FP16: Add vcvtuw2ph/vcvtw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2ph/vcvtuqq2phliuhongt13-3/+1047
2021-09-16AVX512FP16: Add testcase for vcvtph2w/vcvtph2uw/vcvtph2dq/vcvtph2udq/vcvtph2q...liuhongt25-3/+903
2021-09-16AVX512FP16: Add vcvtph2dq/vcvtph2qq/vcvtph2w/vcvtph2uw/vcvtph2uqq/vcvtph2udqliuhongt11-0/+995
2021-09-16AVX512FP16: Add testcase for vmovsh/vmovw.liuhongt10-0/+411
2021-09-16AVX512FP16: Add vmovw/vmovsh.liuhongt5-16/+95
2021-09-15c++: Small location tweakJason Merrill1-2/+1
2021-09-15rs6000: Remove useless toc-fusion optionKewen Lin1-4/+0
2021-09-16Daily bump.GCC Administrator7-1/+258
2021-09-15c++: shortcut bad convs during overload resolution, part 2 [PR101904]Patrick Palka3-2/+35
2021-09-15rs6000: fix xcoff section encodingDavid Edelsohn1-2/+2
2021-09-15c++: add parsing_function_declarator predicateJason Merrill3-6/+15
2021-09-15c++: Fix handling of decls with flexible array members initialized with side-...Jakub Jelinek4-4/+138
2021-09-15c++: default ctor that's also a list ctor [PR102050]Patrick Palka3-2/+33
2021-09-15zero-call-used-regs attr for adaAlexandre Oliva3-0/+71
2021-09-15i386: port vxworks to TARGET_CPU_P macroMartin Liska1-12/+12
2021-09-15c++: don't warn about internal interference sizesJason Merrill1-2/+6
2021-09-15rs6000: fix symtab_node::get == NULL issueMartin Liska1-0/+1
2021-09-15gcc-changelog: Add FIXME note.Martin Liska1-0/+1
2021-09-15gcc-changelog: check git commit email addressMartin Liska3-0/+40
2021-09-15target/102348 - fix powerpc-lynxos buildRichard Biener1-1/+0
2021-09-15Optimize for V{8,16,32}HFmode vec_set/extract/init.liuhongt6-101/+343
2021-09-15Maintain (mis-)alignment info in the first element of a groupRichard Biener2-32/+60
2021-09-15AVX512FP16: Adjust builtin name for FP16 builtins to match AVX512F styleHongyu Wang6-997/+997
2021-09-15tree-optimization/102318 - reduction epilogue re-useRichard Biener2-2/+32
2021-09-15libstdc++: Check for TLS support on mingw cross-compilersHugo Beauzée-Luyssen2-0/+209
2021-09-15Output vextract{i,f}{32x4,64x2} for (vec_select:(reg:Vmode) idx) when byte_of...liuhongt3-5/+27
2021-09-15Add OpenACC 'host_data' testing to 'gfortran.dg/goacc/unexpected-end.f90'Thomas Schwinge1-1/+3
2021-09-15Remove support for vax-openbsdRichard Biener2-6/+1
2021-09-15Remove m68k-openbsd supportRichard Biener2-12/+2
2021-09-15c++: don't predeclare std::type_info [PR48396]Jason Merrill3-46/+58
2021-09-15c++: correct object scope handlingJason Merrill1-1/+3
2021-09-15c++: tweak C++20 destructor template-id ruleJason Merrill1-1/+2
2021-09-14gcc: xtensa: fix PR target/102336Max Filippov1-0/+1
2021-09-15Daily bump.GCC Administrator7-1/+531
2021-09-14Fortran - fix ICE during error recovery checking entry characteristicsHarald Anlauf2-1/+16
2021-09-14c++tools : Add a simple handler for ModuleCompiledRequest.Iain Sandoe2-0/+15
2021-09-14rs6000: Disable optimizing multiple xxsetaccz instructions into one xxsetacczPeter Bergner3-28/+19
2021-09-14configure: Avoid unnecessary constraints on executables for $build.Iain Sandoe3-33/+2
2021-09-14coroutines: Make proxy vars for the function arg copies.Iain Sandoe1-130/+121
2021-09-14coroutines: Expose implementation state to the debugger.Iain Sandoe1-148/+137
2021-09-14c++: empty union member activation during constexpr [PR102163]Patrick Palka2-6/+49
2021-09-14c++: Update DECL_*SIZE for objects with flexible array members with initializ...Jakub Jelinek2-0/+44
2021-09-14c++: Fix __is_*constructible/assignable for templates [PR102305]Jakub Jelinek2-0/+40
2021-09-14Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]Tobias Burnus3-0/+149