aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-22Fix handling of coarrays with mutiple coranks.Thomas Koenig1-15/+31
2020-11-22Darwin : Avoid a C++ ODR violation seen with LTO.Iain Sandoe1-8/+7
2020-11-22Daily bump.GCC Administrator6-1/+198
2020-11-21c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695]Marek Polacek3-4/+254
2020-11-21c++: Reject identifier label in constexpr [PR97846]Marek Polacek2-1/+17
2020-11-21c++: Fix ICE-on-invalid with -Wvexing-parse [PR97881]Marek Polacek2-6/+13
2020-11-21testsuite: localclass2 require LTODavid Edelsohn1-1/+2
2020-11-21c++: Allow template lambdas without lambda-declarator [PR97839]Marek Polacek2-8/+15
2020-11-21Use OEP_MATCH_SIDE_EFFECTS in compare_ao_refsJan Hubicka1-4/+5
2020-11-21c++: Fix wrong error with constexpr destructor [PR97427]Marek Polacek2-16/+49
2020-11-21Update vec-35.c and vect-35-big-array.cJan Hubicka2-12/+2
2020-11-21Improve hasing of anonymous namespace typesJan Hubicka1-1/+15
2020-11-21Re-enable vector pair memcpy/memmove expansionAaron Sawdey1-5/+4
2020-11-21Make MMA builtins use opaque modesAaron Sawdey13-372/+517
2020-11-21Additional small changes to support opaque modesAaron Sawdey12-1/+19
2020-11-20libgo: update to Go 1.15.5 releaseIan Lance Taylor1-1/+1
2020-11-21Daily bump.GCC Administrator15-1/+322
2020-11-20Include math.h in nextafter-2.c test.Michael Meissner1-0/+12
2020-11-20Power10: Add missing IEEE 128-bit XSCMP* built-in mappings.Michael Meissner1-0/+16
2020-11-20dwarf2: ICE with local class in unused function [PR97918]Jason Merrill2-3/+26
2020-11-20PR middle-end/97861 - ICE on an invalid redeclaration of a function with attr...Martin Sebor2-7/+17
2020-11-20libada: Check for the presence of _SC_NPROCESSORS_ONLNMaciej W. Rozycki1-3/+1
2020-11-20PR middle-end/97879 - ICE on invalid mode in attribute accessMartin Sebor4-13/+51
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor12-713/+986
2020-11-20Improve hashing of decls in ipa-icf-gimpleJan Hubicka1-1/+19
2020-11-20Only compare sizes of automatic variablesJan Hubicka1-2/+15
2020-11-20re: FAIL: gcc.dg/pr97515.cAndrew MacLeod1-3/+5
2020-11-20PR target/97727 aarch64: [testcase] fix bf16_vstN_lane_2.c for big endian tar...Andrea Corallo1-7/+3
2020-11-20doc: Fixup a couple of formatting nitsNathan Sidwell1-2/+2
2020-11-20[PR target/97726] arm: [testsuite] fix some simd tests on armbeAndrea Corallo3-37/+43
2020-11-20SLP: Have vectorizable_slp_permutation set type on invariantsTamar Christina1-1/+2
2020-11-20Deal with (pattern) SLP consumed stmts in hybrid discoveryRichard Biener1-7/+72
2020-11-20dump SLP_TREE_REPRESENTATIVERichard Biener1-0/+8
2020-11-20c++: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101]Jakub Jelinek14-0/+1094
2020-11-20arm: Fix up neon_vector_mem_operand [PR97528]Jakub Jelinek2-1/+31
2020-11-20Plug loophole in string store mergingEric Botcazou11-4/+173
2020-11-20Fix comment in ipa-icf-gimple.cJan Hubicka1-1/+1
2020-11-20Fix comparsion of {CLOBBER} in icfJan Hubicka1-0/+12
2020-11-20i386: Optimize abs expansion [PR97873]Uros Bizjak4-61/+171
2020-11-20configury: Fix up --enable-link-serialization supportJakub Jelinek13-40/+40
2020-11-20rs6000: Fix p8_mtvsrd_df's insn typeKewen Lin1-1/+1
2020-11-20C: Drop qualifiers during lvalue conversion [PR97702]Martin Uecker5-2/+58
2020-11-20Daily bump.GCC Administrator6-1/+318
2020-11-20ranger: Improve a % b operand ranges [PR91029]Jakub Jelinek3-16/+219
2020-11-19Process only valid shift ranges.Andrew MacLeod4-28/+92
2020-11-19c++: Template hash accessNathan Sidwell2-7/+112
2020-11-19c++: Expose constexpr hash tableNathan Sidwell3-61/+59
2020-11-19Fix two bugs in operand_equal_pJan Hubicka1-28/+38
2020-11-19c, tree: Fix ICE from get_parm_array_spec [PR97860]Jakub Jelinek3-1/+24
2020-11-19c++: Fix array new with value-initialization [PR97523]Marek Polacek3-1/+64