aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-10d: Don't warn about variables initialized with 'void'Iain Buclaw1-22/+13
2020-09-10d: Warn when casting from a D class to a C++ class.Iain Buclaw4-2/+44
2020-09-10Fix bogus error on Value_Size clause for variant record typeEric Botcazou2-2/+20
2020-09-10Fix uninitialized variable with nested variant record typesEric Botcazou4-5/+83
2020-09-10Add emergency dump after an ICEEric Botcazou1-0/+4
2020-09-10arm: Fix up arm_override_options_after_change_1Jakub Jelinek1-5/+6
2020-09-10arm: Fix up arm_override_options_after_change [PR96939]Jakub Jelinek3-4/+27
2020-09-10Fix instruction types.Pat Haugen2-7/+7
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell7-51/+35
2020-09-10[testsuite] Add missing require-effective-target alllocaTom de Vries1-0/+1
2020-09-10Cygwin/MinGW: Do not version lto pluginsJonathan Yong1-3/+3
2020-09-10[tree-optimization] Don't clear ctrl-altering flag for IFN_UNIQUETom de Vries1-1/+5
2020-09-10lto: Stream current working directory for first streamed relative filename an...Jakub Jelinek3-13/+299
2020-09-10tree-optimization/96043 - BB vectorization costing improvementRichard Biener3-19/+194
2020-09-10Daily bump.GCC Administrator6-1/+395
2020-09-09c++: Further tweaks for new-expression and paren-init [PR77841]Marek Polacek9-36/+81
2020-09-09c++: Fix ICE in reshape_init with init-list [PR95164]Marek Polacek2-1/+40
2020-09-09analyzer: generalize sm-malloc to new/delete [PR94355]David Malcolm9-115/+675
2020-09-09analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfuncDavid Malcolm9-88/+108
2020-09-09analyzer: reimplement on_transition in terms of get_state/set_next_stateDavid Malcolm3-33/+80
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm12-119/+136
2020-09-09c++: omp reduction cleanupsNathan Sidwell2-12/+19
2020-09-09testsuite: Use C++14 in g++.dg/warn/Wnonnull6.C.Marek Polacek1-2/+2
2020-09-09testsuite: Move auto-96647.C to c++1y/.Marek Polacek1-1/+1
2020-09-09x32: Update gcc.target/i386/builtin_thread_pointer.cH.J. Lu1-1/+3
2020-09-09bb-reorder: Remove a misfiring micro-optimization (PR96475)Segher Boessenkool1-7/+3
2020-09-09[nvptx] Fix Wformat in nvptx_assemble_decl_beginTom de Vries1-1/+1
2020-09-09c++: Fix resolving the address of overloaded pmf [PR96647]Patrick Palka6-2/+41
2020-09-09fix useless unsharing of SLP treeRichard Biener1-1/+6
2020-09-09[nvptx] Fix boolean type test in write_fn_protoTom de Vries1-1/+1
2020-09-09enable live comparison vectorizationRichard Biener2-8/+31
2020-09-09gfortran.dg/gomp/combined-if.f90: Update nvptx tree-dump timesTobias Burnus1-1/+1
2020-09-09enable live condition vectorizationRichard Biener4-11/+40
2020-09-09tree-optimization/96978 - fix fallout of BB vectorization of live stmtsRichard Biener1-2/+2
2020-09-09Implement __builtin_thread_pointer for x86 TLS.liuhongt2-0/+38
2020-09-09Fortran: Fixes for OpenMP loop-iter privatization (PRs 95109 + 94690)Tobias Burnus5-27/+36
2020-09-09Daily bump.GCC Administrator5-1/+81
2020-09-08amdgcn: Add waitcnt after LDS write instructionsJulian Brown2-5/+5
2020-09-08openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3Julian Brown1-15/+25
2020-09-08analyzer: fix another ICE in constructor-handling [PR96949]David Malcolm2-2/+26
2020-09-08analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950]David Malcolm1-4/+14
2020-09-08analyzer: fix ICE on machine-specific builtins [PR96962]David Malcolm1-1/+1
2020-09-08PR tree-optimization/96967 - cast label range to type of switch operandAldy Hernandez2-0/+38
2020-09-08MSP430: Fix detection of assembler support for .mspabi_attributeJozef Lawrynowicz3-4/+4
2020-09-08MSP430: Use enums to handle -mcpu= valuesJozef Lawrynowicz7-37/+80
2020-09-08Fix description of FINDLOC result.Thomas Koenig1-1/+2
2020-09-08Daily bump.GCC Administrator4-1/+181
2020-09-07PR fortran/96711 - ICE with NINT() for integer(16) resultHarald Anlauf2-2/+43
2020-09-07lra: Avoid cycling on certain subreg reloads [PR96796]Richard Sandiford2-10/+99
2020-09-07vec: Revert "dead code removal in tree-vect-loop.c" and add a comment.Andrea Corallo1-4/+13