aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-04analyzer: remove unused private fieldsDavid Malcolm
2020-03-04libstdc++: Fix comment on __memcpyableJonathan Wakely
2020-03-04rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)Bill Schmidt
2020-03-04IBM Z: zTPF: Include glibc-stdint.h to get __UINTPTR_TYPE__ definedAndreas Krebbel
2020-03-04IBM Z: zTPF: Prevent FPR usageAndreas Krebbel
2020-03-04IBM Z: zTPF: Build libgcc with -mtpf-trace-skipAndreas Krebbel
2020-03-04IBM Z: zTPF: Add tpf trace customization optionsAndreas Krebbel
2020-03-04Add -fcommon to a test-case to re-trigger it.Martin Liska
2020-03-04inliner: Copy DECL_BY_REFERENCE in copy_decl_to_var [PR93888]Jakub Jelinek
2020-03-04sccvn: Avoid overflows in push_partial_defJakub Jelinek
2020-03-04tree-optimization/93964 - adjust ISL code generation for pointer paramsRichard Biener
2020-03-04Clear --help=language and --help=common interaction.Martin Liska
2020-03-04Wrap array in ctor with braces.Martin Liska
2020-03-04tailcall: Fix up process_assignment [PR94001]Jakub Jelinek
2020-03-04PR target/93995 ICE in patch_jump_insn, at cfgrtl.c:1290 on riscv64-linux-gnuKito Cheng
2020-03-03c++: Fix mismatch in template argument deduction [PR90505]Marek Polacek
2020-03-03libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017)Patrick Palka
2020-03-03libstdc++: Move-only input iterator support in <memory> algorithms (LWG 3355)Patrick Palka
2020-03-03libstdc++: Add a testsuite range type that has a sized sentinelPatrick Palka
2020-03-03libstdc++: Add a move-only testsuite iterator typePatrick Palka
2020-03-03libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h>Patrick Palka
2020-03-04coroutines: Handle component_ref in captures_temporaryJunMa
2020-03-04Daily bump.GCC Administrator
2020-03-03libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)Jonathan Wakely
2020-03-03c++: Fix non-constant TARGET_EXPR constexpr handing [PR93998]Jakub Jelinek
2020-03-03libgcc: arm: convert thumb1 code to unified syntaxRichard Earnshaw
2020-03-03arm: ACLE BFloat16 convert intrinsicsDennis Zhang
2020-03-03libstdc++: Micro-optimisations for lexicographical_compare_three_wayJonathan Wakely
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener
2020-03-03s390: Fix --with-arch=... --with-tune=... [PR26877]Jakub Jelinek
2020-03-03explow: Fix ICE caused by plus_constant [PR94002]Jakub Jelinek
2020-03-03arc: Update legitimate small data address.Claudiu Zissulescu
2020-03-03arc: Use accl_operand predicate for fma instructions.Claudiu Zissulescu
2020-03-03arc: Improve code gen for 64bit add/sub operations.Claudiu Zissulescu
2020-03-03arc: Add length attribute to eh_return pattern.Claudiu Zissulescu
2020-03-03testsuite: Add testcases for already fixed PR [PR93927]Jakub Jelinek
2020-03-03Build coroutine expression with unknown_type in processing_template_decl phase.JunMa
2020-03-03Daily bump.GCC Administrator
2020-03-02analyzer: don't print the duplicate count by defaultDavid Malcolm
2020-03-02invoke.texi: add missing option to -fanalyzer listDavid Malcolm
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm
2020-03-02coroutines: Update lambda capture handling to n4849.Iain Sandoe
2020-03-02i386: Allow only registers with VALID_INT_MODE_P modes in movstrict<mode> [PR...Uros Bizjak
2020-03-02Add new test for PR tree-optimization/92982.Martin Sebor
2020-03-02c++: Add -std=gnu++20 option [PR93958]Marek Polacek
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson
2020-03-02libstdc++: Fix std::lexicographic_compare for unsigned char (PR 93972)Jonathan Wakely
2020-03-02libstdc++: Rename __detail::__maybe_empty_t alias templateJonathan Wakely
2020-03-02coroutines: Don't make duplicate frame copies of awaitables.Iain Sandoe