aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-13 PR c++/93238 - short right-shift with enum.Jason Merrill3-3/+18
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-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-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-13Daily bump.GCC Administrator1-1/+1
2020-01-11Daily bump.GCC Administrator1-1/+1
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge9-32/+89
2020-01-10Add diagnostic pathsDavid Malcolm39-15/+2958
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-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 Taylor1-1/+1
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus6-5/+51
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
2020-01-10[vect] Add missing commentAndre Vieira2-0/+9
2020-01-10[vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_referenceAndre Vieira6-32/+65
2020-01-102020-01-10 Richard Biener <rguenther@suse.de>Richard Biener2-3/+13
2020-01-10Fix ipa-clone-3.c on some targetsMartin Jambor2-1/+8
2020-01-10[AArch64] Require aarch64_sve256_hw for a 256-bit SVE testRichard Sandiford2-1/+6
2020-01-10Fix wrong parenthesis in inliner.Martin Liska2-1/+7
2020-01-10re PR tree-optimization/93199 (Compile time hog in sink_clobbers)Richard Biener2-7/+40
2020-01-10re PR tree-optimization/93199 (Compile time hog in sink_clobbers)Richard Biener2-7/+21
2020-01-10IPA-CP: Access param_ipa_sra_max_replacements through opt_for_fnMartin Jambor3-12/+22
2020-01-10IPA-CP: Always access param_ipcp_unit_growth through opt_for_fnMartin Jambor3-13/+42
2020-01-10IPA-CP: Always access param_ipa_max_agg_items through opt_for_fnMartin Jambor4-9/+22
2020-01-10re PR testsuite/93216 (gcc.dg/optimize-bswaphi-1.c fails starting with r280034)Richard Biener2-2/+15
2020-01-10Daily bump.GCC Administrator1-1/+1
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor1-1/+1
2020-01-09Save typespec for empty array constructor.Thomas Koenig5-0/+61
2020-01-09Remove inline debug markers if support not enabled on accelerator compilerKwok Cheung Yeung2-2/+8