aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-13 PR c++/93238 - short right-shift with enum.Jason Merrill3-3/+18
2020-01-13Replace update_web_docs_svn with update_web_docs_git.Joseph Myers3-9/+16
2020-01-13Fix typo in invoke.texi.Jason Merrill1-1/+1
2020-01-13Fix handling of overflow in C casts in integer constant expressions (PR c/932...Joseph Myers5-0/+41
2020-01-13contrib: script to setup git to pull a vendors branchesRichard Earnshaw2-0/+26
2020-01-13contrib: Add git gcc-descr and gcc-undescr aliases.Jakub Jelinek2-0/+10
2020-01-13contrib: Add script to help with customizing a git checkout for use with GCCRichard Earnshaw2-0/+73
2020-01-13Remove usage of legacy param_ipa_cp_unit_growth.Martin Liska3-6/+8
2020-01-13PR tree-optimization/93213 - wrong code with -Og -foptimize-strlenMartin Sebor4-3/+64
2020-01-13Exclude CL_WARNING and CL_PARAM from --help=optimize.Martin Liska2-0/+10
2020-01-13libstdc++: Ensure root-dir converted to forward slash (PR93244)Jonathan Wakely5-0/+154
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely16-15/+270
2020-01-13doc: Note that some warnings depend on optimizations (PR 92757)Jonathan Wakely2-0/+11
2020-01-13tree-opt: Fix bootstrap failure in tree-ssa-forwprop.c some more PR90838Jakub Jelinek2-3/+12
2020-01-13Update gcc_release for move to git.Joseph Myers3-52/+66
2020-01-13Daily bump.GCC Administrator1-1/+1
2020-01-13Replace update_version_svn with update_version_git.Joseph Myers4-86/+92
2020-01-13Remove README.MOVED_TO_GIT. The repository is now open for commits.Joseph Myers2-1/+4
2020-01-11Add README.MOVED_TO_GIT.misc/cutover-gitJoseph Myers2-0/+5
2020-01-11Daily bump.GCC Administrator1-1/+1
2020-01-10[amdgcn] Remove dependency on stdint.h in libgccKwok Cheung Yeung2-3/+8
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge15-182/+163
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge11-55/+133
2020-01-10libstdc++: Improve comment about testsuite utilitiesJonathan Wakely2-4/+9
2020-01-10Add diagnostic pathsDavid Malcolm42-16/+2975
2020-01-10re PR tree-optimization/93210 (Sub-optimal code optimization on struct/combou...Jakub Jelinek8-158/+373
2020-01-10re PR tree-optimization/90838 (Detect table-based ctz implementation)Jakub Jelinek2-1/+9
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov2-1/+6
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek3-3/+10
2020-01-10Rename pr93207.c to pr93027.c. Fix PR number in change logs.Vladimir Makarov3-3/+8
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov2-1/+6
2020-01-10testsuite: add dg-enable-nn-line-numbersDavid Malcolm4-0/+103
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov4-5/+34
2020-01-10PR90838: Support ctz idiomsWilco Dijkstra5-0/+272
2020-01-10aarch64.c (aarch64_invalid_conversion): New function for target hook.Stam Markianos-Wright7-0/+827
2020-01-10config.gcc: Add arm_bf16.h.Stam Markianos-Wright22-46/+829
2020-01-10Shorten right-shift again in C++.Jason Merrill2-0/+40
2020-01-10PR c++/93143 - incorrect tree sharing with constexpr.Jason Merrill3-3/+34
2020-01-10PR c++/93173 - incorrect tree sharing.Jason Merrill7-4/+32
2020-01-10[AArch64] Make -msve-vector-bits=128 generate VL-specific codeRichard Sandiford15-13/+1358
2020-01-10PR c/93132 - bogus 'attribute((access))' warning when size-index is specifiedMartin Sebor4-3/+31
2020-01-10[AArch64] Fix reversed vcond_mask invocation in aarch64_evpc_selRichard Sandiford6-48/+116
2020-01-10gotest: don't use localIan Lance Taylor2-3/+2
2020-01-10libstdc++: Fix testcase for C++98 compatibilityJonathan Wakely2-1/+4
2020-01-10libstdc++: Make istreambuf_iterator base class consistent (PR92285)Jonathan Wakely4-14/+69
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus11-8/+229
2020-01-10[AArch64] Tighten mode checks in aarch64_builtin_vectorized_functionRichard Sandiford2-12/+11
2020-01-10Use get_related_vectype_for_scalar_type for reduction indicesRichard Sandiford2-2/+9
2020-01-10Fix gather/scatter check when updating a vector epilogue loopRichard Sandiford2-1/+6
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor4-27/+21