aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-17[OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)Tobias Burnus4-4/+59
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely14-197/+1628
2020-04-17aarch64: Tweak SVE load/store costsRichard Sandiford9-4/+164
2020-04-17c, c++: Fix two redundantAssignment warnings [PR94629]Jakub Jelinek4-2/+13
2020-04-17i386: Fix up *testqi_ext_3 define_insn_and_split [PR94567]Jakub Jelinek4-7/+99
2020-04-17Avoid testcase warning on arm ABI [pr94608]Nathan Sidwell2-1/+6
2020-04-17Initialize file_data->lto_section_header before lto_mode_identity_table call.Martin Liska2-5/+13
2020-04-17fix PVS studio reported bugsRichard Biener5-4/+15
2020-04-17Fix -fcompare-debug issue in delete_insn_and_edges [PR94618]Jakub Jelinek4-4/+47
2020-04-17inliner: Don't ICE on NULL TYPE_DOMAIN [PR94621]Jakub Jelinek4-2/+28
2020-04-17Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska6-9/+30
2020-04-17testsuite: Fix up test language requirements [PR94314]Jakub Jelinek2-1/+6
2020-04-17Do not modify tab options in vimrc for .py files.Martin Liska2-6/+13
2020-04-16rs6000: Fix ICE in decompose_normal_address. [PR93974]Peter Bergner4-0/+58
2020-04-17Daily bump.GCC Administrator1-1/+1
2020-04-16coroutines: Back out mandate for tail-calls at O < 2 [PR94359]Iain Sandoe2-21/+8
2020-04-16testsuite: Update pr94426-2 test to handle more targets [PR94426]Iain Sandoe2-2/+13
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor7-1/+81
2020-04-16aarch64: Fix mismatched SVE predicate modes [PR94606]Richard Sandiford4-0/+25
2020-04-16List valid pairs for new and delete operators.Martin Liska8-22/+142
2020-04-16c++: Error recovery with erroneous DECL_INITIAL [PR94475]Patrick Palka6-3/+28
2020-04-16Make it possible to have different instrumented and feedback builds without c...Jan Hubicka4-2/+42
2020-04-16early-remat: Handle sets of multiple candidate regs [PR94605]Richard Sandiford4-1/+24
2020-04-16cleanup graphite resultsRichard Biener10-23/+12
2020-04-16middle-end/94614 - avoid multiword moves to nothingRichard Biener3-0/+17
2020-04-16intl: Unbreak intl build with bison 3 when no regeneration is needed [PR92008]Jakub Jelinek11-17/+39
2020-04-16sra: Fix access verification (PR 94598)Martin Jambor4-2/+41
2020-04-16testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372]Jakub Jelinek2-0/+4
2020-04-16bootstrap: Fix building with GCC 4.2 [PR89494]Jakub Jelinek2-0/+14
2020-04-16intl: Allow building both with old bison and bison >= 3 [PR92008]Jakub Jelinek8-23/+150
2020-04-16pretty-print SSA namesRichard Biener2-0/+8
2020-04-16libstdc++: Fix -Wunused-parameter warning in testJonathan Wakely2-1/+6
2020-04-16c++: Fix pasto in structured binding diagnostics [PR94571]Jakub Jelinek4-30/+57
2020-04-16Daily bump.GCC Administrator1-1/+1
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang2-7/+7
2020-04-15libstdc++: Add comparison operators to std::filesystem typesJonathan Wakely10-16/+216
2020-04-15Go Gcc_backend class: mark prefetch as novopsIan Lance Taylor2-88/+100
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely15-4/+50
2020-04-15libstdc++: Add spaceship operator to std::type_indexJonathan Wakely3-0/+72
2020-04-15Simplify recently introduced check to simplify_bound.Fritz Reese2-4/+10
2020-04-15i386: Require OPTION_MASK_ISA_SSE2 for __builtin_ia32_movq128 [PR94603]Uros Bizjak4-1/+23
2020-04-15selftest: Work around GCC 4.2 PR33916 bug by optimizing the ctor [PR89494]Gustavo Romero2-1/+7
2020-04-15aarch64: Fix valid_src_p for use of uninitialized valueAndrea Corallo2-1/+11
2020-04-15Arm: MVE: Add mve vec_duplicate patternAndre Vieira4-2/+30
2020-04-15[Arm] Disallow arm_movdi when targetting MVEMatthew Malcomson2-0/+5
2020-04-15aarch64: Fix bootstrap with old binutils [PR93053]Jakub Jelinek5-8/+125
2020-04-15openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek16-27/+136
2020-04-15middle-end/94539 - void * aliases every other pointerRichard Biener4-2/+22
2020-04-15Daily bump.GCC Administrator1-1/+1
2020-04-14xtensa: fix PR target/94584Max Filippov4-3/+38