aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-16Consolidate a couple peepholes and improve peepholes that combine stack alloc...Jeff Law3-41/+43
2020-05-16Daily bump.GCC Administrator1-1/+1
2020-05-15c++: decltype of invalid non-dependent expr [PR57943]Patrick Palka4-0/+26
2020-05-15Update cpplib sv.po.Joseph Myers2-3/+7
2020-05-15libgo: only build syscall test with -static if it worksIan Lance Taylor5-7/+62
2020-05-15c++: Enable coroutines with -std=c++20.Jason Merrill5-12/+17
2020-05-15analyzer: Remove stray semicolon.Jason Merrill1-1/+1
2020-05-15rs6000: BU_FUTURE_MISC_2 requires powerpc64Segher Boessenkool2-1/+7
2020-05-15rs6000/testsuite: Use the int128 selector where neededSegher Boessenkool7-0/+15
2020-05-15rs6000/testsuite: Use lp64 in cnttzdm-0.cSegher Boessenkool2-0/+5
2020-05-15rs6000/testsuite: Don't use powerpc64 effective targetSegher Boessenkool8-7/+17
2020-05-15rs6000/testsuite: Use -mdejagnu-cpu= instead of -mcpu=Segher Boessenkool23-22/+47
2020-05-15c++: Revert unnecessary parts of fix for [PR90996]Patrick Palka4-19/+35
2020-05-15PR c++/93286 - ICE with __is_constructible and variadic template.Jason Merrill4-183/+101
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu30-12/+133
2020-05-15[Fortran] OpenMP 5 – permit more sharing clauses for SIMD (PR94690)Tobias Burnus4-11/+82
2020-05-15i386: Allow SI, DI and TImode pushes from XMM registersUros Bizjak2-26/+62
2020-05-15c++: Fix thinkos in template_args_equal change.Nathan Sidwell2-2/+6
2020-05-15tree-optimization/92260 - improve fixRichard Biener2-13/+12
2020-05-15Fix clang [-Wmisleading-indentation] in hsa-gen.c.Martin Liska2-7/+12
2020-05-15WIP amdgcn: use unsigned extend for lshiftrtAndrew Stubbs2-1/+5
2020-05-15contrib: Handle GDB specific test result typesAndrew Burgess3-3/+20
2020-05-15tree-optimization/95133 - avoid abnormal edges in path splittingRichard Biener4-2/+34
2020-05-15arm: Add support for interrupt routines to reg_needs_saving_pChristophe Lyon2-7/+27
2020-05-15[OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)Tobias Burnus4-1/+35
2020-05-15libiberty: Handle @live attribute in D demangler.Iain Buclaw3-0/+17
2020-05-15i386: Add V2SFmode hadd/hsub instructions [PR95046]Uros Bizjak4-21/+108
2020-05-15i386: Add V2SFmode hadd/hsub instructions [PR95046]Uros Bizjak1-0/+22
2020-05-15tree-optimization/33315 - common stores during sinkingRichard Biener6-5/+242
2020-05-14Fold (add -1; zero_ext; add +1) operations to zero_ext when not overflow(PR37...Xionghu Luo4-1/+78
2020-05-15Daily bump.GCC Administrator1-1/+1
2020-05-14Skip jit tests for targets that don't support -lgccjitH.J. Lu5-0/+35
2020-05-14libiberty: Update D symbol demangling for latest ABI spec.Iain Buclaw3-261/+613
2020-05-14c++: Fix deferred noexcept on constructor [PR93901].Jason Merrill2-28/+32
2020-05-14libgo: only build syscall test with -static on GNU/LinuxIan Lance Taylor3-2/+4
2020-05-14amdgcn: fix vcc clobber in vector load/storeAndrew Stubbs6-51/+217
2020-05-14i386: Add V2DFmode float trunc/extend functions [PR95046]Uros Bizjak4-0/+69
2020-05-14c++: Missing SFINAE with lookup_fnfields [PR78446]Patrick Palka12-13/+54
2020-05-14Removed double ChangeLog entries from previous commit.Thomas Koenig2-12/+0
2020-05-14Add early return for invalid STATUS for close.Thomas Koenig4-1/+49
2020-05-14x86: Default CET run-time support to autoH.J. Lu36-51/+274
2020-05-14arm: Factorize several occurrences of the same code into reg_needs_saving_pChristophe Lyon2-22/+33
2020-05-14arm.c: Clarify error message in thumb1_expand_prologueChristophe Lyon2-1/+5
2020-05-14c++: Missed c++2a->20 changeNathan Sidwell2-13/+10
2020-05-14c++: Simplify tsubst_template_declNathan Sidwell2-36/+37
2020-05-14c++: Simplify tsubst_friend_functionNathan Sidwell2-15/+15
2020-05-14c++: simplify lookup_template_class_1Nathan Sidwell2-3/+5
2020-05-14c++: Adjust push_template_decl_realNathan Sidwell2-14/+25
2020-05-14c++: Improve build_template_declNathan Sidwell2-10/+11
2020-05-14Add tests for gcc-changelog.Martin Liska3-0/+2649