aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-13Replace update_web_docs_svn with update_web_docs_git.Joseph Myers
2020-01-13Fix typo in invoke.texi.Jason Merrill
2020-01-13Fix handling of overflow in C casts in integer constant expressions (PR c/932...Joseph Myers
2020-01-13contrib: script to setup git to pull a vendors branchesRichard Earnshaw
2020-01-13contrib: Add git gcc-descr and gcc-undescr aliases.Jakub Jelinek
2020-01-13contrib: Add script to help with customizing a git checkout for use with GCCRichard Earnshaw
2020-01-13Remove usage of legacy param_ipa_cp_unit_growth.Martin Liska
2020-01-13PR tree-optimization/93213 - wrong code with -Og -foptimize-strlenMartin Sebor
2020-01-13Exclude CL_WARNING and CL_PARAM from --help=optimize.Martin Liska
2020-01-13libstdc++: Ensure root-dir converted to forward slash (PR93244)Jonathan Wakely
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely
2020-01-13doc: Note that some warnings depend on optimizations (PR 92757)Jonathan Wakely
2020-01-13tree-opt: Fix bootstrap failure in tree-ssa-forwprop.c some more PR90838Jakub Jelinek
2020-01-13Update gcc_release for move to git.Joseph Myers
2020-01-13Daily bump.GCC Administrator
2020-01-13Replace update_version_svn with update_version_git.Joseph Myers
2020-01-13Remove README.MOVED_TO_GIT. The repository is now open for commits.Joseph Myers
2020-01-11Add README.MOVED_TO_GIT.misc/cutover-gitJoseph Myers
2020-01-11Daily bump.GCC Administrator
2020-01-10[amdgcn] Remove dependency on stdint.h in libgccKwok Cheung Yeung
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-10libstdc++: Improve comment about testsuite utilitiesJonathan Wakely
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-10re PR tree-optimization/93210 (Sub-optimal code optimization on struct/combou...Jakub Jelinek
2020-01-10re PR tree-optimization/90838 (Detect table-based ctz implementation)Jakub Jelinek
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek
2020-01-10Rename pr93207.c to pr93027.c. Fix PR number in change logs.Vladimir Makarov
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov
2020-01-10testsuite: add dg-enable-nn-line-numbersDavid Malcolm
2020-01-10re PR inline-asm/93027 (ICE: in match_reload, at lra-constraints.c:1060)Vladimir Makarov
2020-01-10PR90838: Support ctz idiomsWilco Dijkstra
2020-01-10aarch64.c (aarch64_invalid_conversion): New function for target hook.Stam Markianos-Wright
2020-01-10config.gcc: Add arm_bf16.h.Stam Markianos-Wright
2020-01-10Shorten right-shift again in C++.Jason Merrill
2020-01-10PR c++/93143 - incorrect tree sharing with constexpr.Jason Merrill
2020-01-10PR c++/93173 - incorrect tree sharing.Jason Merrill
2020-01-10[AArch64] Make -msve-vector-bits=128 generate VL-specific codeRichard Sandiford
2020-01-10PR c/93132 - bogus 'attribute((access))' warning when size-index is specifiedMartin Sebor
2020-01-10[AArch64] Fix reversed vcond_mask invocation in aarch64_evpc_selRichard Sandiford
2020-01-10gotest: don't use localIan Lance Taylor
2020-01-10libstdc++: Fix testcase for C++98 compatibilityJonathan Wakely
2020-01-10libstdc++: Make istreambuf_iterator base class consistent (PR92285)Jonathan Wakely
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-10[AArch64] Tighten mode checks in aarch64_builtin_vectorized_functionRichard Sandiford
2020-01-10Use get_related_vectype_for_scalar_type for reduction indicesRichard Sandiford
2020-01-10Fix gather/scatter check when updating a vector epilogue loopRichard Sandiford
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor
2020-01-10[vect] Add missing commentAndre Vieira