aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek12-10/+409
2020-05-14openmp: Fix placement of 2nd+ preparation statement for PHIs in simd clone lo...Jakub Jelinek4-2/+43
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek11-8/+128
2020-05-14i386: Add V2SFmode conversion functions [PR95046]Uros Bizjak5-22/+131
2020-05-14IBM Z: Define probe_stack expanderAndreas Krebbel5-5/+46
2020-05-14IBM Z: stack clash prot: add missing updates of last_probe_offsetAndreas Krebbel4-0/+29
2020-05-14Make anti_adjust_stack_and_probe_stack_clash extern and use it for ZAndreas Krebbel6-3/+42
2020-05-14Daily bump.GCC Administrator1-1/+1
2020-05-13rs6000: Add vec_extracth and vec_extractlKelvin Nilsen32-2/+979
2020-05-13c++: SFINAE for invalid delete-expression [PR79706]Patrick Palka4-2/+40
2020-05-13c++: premature requires-expression folding [PR95020]Patrick Palka4-3/+27
2020-05-13c++: explicit(bool) malfunction with dependent expression [PR95066]Marek Polacek4-0/+33
2020-05-13c++: Template arg comparisonNathan Sidwell2-9/+11
2020-05-13c++: Simplify typedef access checkingNathan Sidwell2-39/+38
2020-05-13c++: Simplify canonical_type_parameterNathan Sidwell2-16/+10
2020-05-13c++: Formatting fixups & some simplifications.Nathan Sidwell3-45/+60
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill467-682/+703
2020-05-13testsuite: Support { target c++20 } in tests.Jason Merrill2-0/+13
2020-05-13libgo: build syscall test with -staticIan Lance Taylor3-1/+9
2020-05-13libbacktrace: mark test_large parameter unused in ztest.cIan Lance Taylor2-1/+5
2020-05-13libbacktrace: treat EACCESS like ENOENTIan Lance Taylor2-1/+11
2020-05-13testsuite: Fix up tree-ssa/pr94969.c testcase [PR95110]Jakub Jelinek2-1/+6
2020-05-13c++: Fix g++.dg/parse/attr4.C test.Marek Polacek2-1/+5
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener13-61/+95
2020-05-13Fortran : ICE in gfc_conv_array_constructor_expr PR93497Mark Eggleston8-6/+35
2020-05-13c++: Add testcase for already-fixed PR [PR70642]Patrick Palka2-0/+28
2020-05-13Remove SLP_INSTANCE_GROUP_SIZERichard Biener5-23/+49
2020-05-13contrib/vimrc: Reduce textwidth for commit messagesPatrick Palka2-1/+9
2020-05-13Add default revisions argument for git_check_commit.py.Martin Liska2-3/+8
2020-05-13Restore print_output syntax in git_commit.py.Martin Liska2-2/+6
2020-05-13Add gcc-changelog related scripts.Martin Liska6-0/+850
2020-05-13Fix -fcompare-debug issue in purge_dead_edges [PR95080]Jakub Jelinek4-1/+49
2020-05-13Fold single imm use of a FMA if it is a negation [PR95060]Jakub Jelinek28-144/+226
2020-05-13[Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690)Tobias Burnus11-15/+479
2020-05-13Simplify test-case options.Martin Liska2-1/+7
2020-05-13x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva3-5/+15
2020-05-13[PR 95013] Fix gcc.dg/unclosed-init.cChristophe Lyon2-1/+6
2020-05-13Add missing unit dependence vector in data dependence analysisBin Cheng5-6/+51
2020-05-13Document more x86 operand modifier.liuhongt3-2/+102
2020-05-12Refactor tree-vrp.cGiuliano Belinassi2-111/+220
2020-05-13Daily bump.GCC Administrator1-1/+1
2020-05-12RISC-V: Make unique SECCAT_SRODATA names start with .srodata (not .sdata2)Keith Packard2-0/+45
2020-05-12RISC-V: Add shorten_memrefs pass.Craig Blackmore24-6/+709
2020-05-12Suppress warning for Interfaces.C with -fdump-ada-specEric Botcazou2-3/+10
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell58-64/+168
2020-05-12Be prepared for more aggregates in gigiEric Botcazou5-7/+34
2020-05-12c++: Function found via ADL when it should not [PR95074]Marek Polacek4-10/+73
2020-05-12testsuite: Fix up gcc.dg/asan/pr95051.c testcase [PR95051]Jakub Jelinek2-1/+6
2020-05-12Fix throw specifiers on interface.Nathan Sidwell3-17/+38
2020-05-12Enable CET in cross compiler if possibleH.J. Lu6-14/+48