Show patches with: none      |   128109 patches
« 1 2 ... 537 538 5391281 1282 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[Ada] Reduce -Wstack-usage false positives on variant records [Ada] Reduce -Wstack-usage false positives on variant records - - - - --- 2018-07-07 Eric Botcazou New
[Ada] Do not generate debug info for actual subtypes [Ada] Do not generate debug info for actual subtypes - - - - --- 2018-07-07 Eric Botcazou New
[Ada] Optimize calls to pure functions with by-ref In parameter [Ada] Optimize calls to pure functions with by-ref In parameter - - - - --- 2018-07-07 Eric Botcazou New
Fix __mmask* types on many AVX512 intrinsics Fix __mmask* types on many AVX512 intrinsics - - - - --- 2018-07-07 Jakub Jelinek New
Don't fold nextafter/nexttoward if -ftrapping-math or -fmath-errno if they produce denormal results… Don't fold nextafter/nexttoward if -ftrapping-math or -fmath-errno if they produce denormal results… - - - - --- 2018-07-07 Jakub Jelinek New
[C++] PR c++/79133 [C++] PR c++/79133 - - - - --- 2018-07-06 Ville Voutilainen New
PR libstdc++/84928 use std::move in <numeric> algorithms PR libstdc++/84928 use std::move in <numeric> algorithms - - - - --- 2018-07-06 Jonathan Wakely New
Fix sigsegv on -fdump-tree-all-enumerate_locals Fix sigsegv on -fdump-tree-all-enumerate_locals - - - - --- 2018-07-06 Tom de Vries New
Simplify linker script patterns for std::exception_ptr Simplify linker script patterns for std::exception_ptr - - - - --- 2018-07-06 Jonathan Wakely New
P0935R0 Eradicating unnecessarily explicit default constructors P0935R0 Eradicating unnecessarily explicit default constructors - - - - --- 2018-07-06 Jonathan Wakely New
[committed] Require sse for testcase on i686. [committed] Require sse for testcase on i686. - - - - --- 2018-07-06 Tamar Christina New
include/std/variant (__accepted_index): Use void_t. include/std/variant (__accepted_index): Use void_t. - - - - --- 2018-07-06 Jonathan Wakely New
Fix PR86413 Fix PR86413 - - - - --- 2018-07-06 Richard Biener New
[committed,aarch64] Fix -Wpedantic issue with testcase. [committed,aarch64] Fix -Wpedantic issue with testcase. - - - - --- 2018-07-06 Tamar Christina New
, Add configuration checks to PowerPC --with-long-double-format=ieee , Add configuration checks to PowerPC --with-long-double-format=ieee - - - - --- 2018-07-06 Michael Meissner New
[committed] Fix tree-ssa/asm-2.c on the v850 [committed] Fix tree-ssa/asm-2.c on the v850 - - - - --- 2018-07-06 Jeff Law New
[committed,PR,tree-optimization/86010] More aggressively trim partially dead mem* and str* calls [committed,PR,tree-optimization/86010] More aggressively trim partially dead mem* and str* calls - - - - --- 2018-07-06 Jeff Law New
RISC-V: Add support for riscv-*-*. RISC-V: Add support for riscv-*-*. - - - - --- 2018-07-06 Jim Wilson New
fold strlen() of aggregate members (PR 77357) fold strlen() of aggregate members (PR 77357) - - - - --- 2018-07-05 Martin Sebor New
fold strlen() of substrings within strings (PR 86415) fold strlen() of substrings within strings (PR 86415) - - - - --- 2018-07-05 Martin Sebor New
[Ada] Makefile patches from initial RISC-V cross/native build. [Ada] Makefile patches from initial RISC-V cross/native build. - - - - --- 2018-07-05 Jim Wilson New
[Ada] RISC-V: Initial riscv linux Ada port. [Ada] RISC-V: Initial riscv linux Ada port. - - - - --- 2018-07-05 Jim Wilson New
PR libstdc++/85831 define move constructors and operators for exceptions PR libstdc++/85831 define move constructors and operators for exceptions - - - - --- 2018-07-05 Jonathan Wakely New
doc clarification: DONE and FAIL in define_split and define_peephole2 doc clarification: DONE and FAIL in define_split and define_peephole2 - - - - --- 2018-07-05 Paul Koning New
Fix several AVX512 intrinsic mask arguments. Fix several AVX512 intrinsic mask arguments. - - - - --- 2018-07-05 Gražvydas Ignotas New
Add xfail-if to some tests that fail with COW strings Add xfail-if to some tests that fail with COW strings - - - - --- 2018-07-05 Jonathan Wakely New
PR libstdc++/58265 implement LWG 2063 for COW strings PR libstdc++/58265 implement LWG 2063 for COW strings - - - - --- 2018-07-05 Jonathan Wakely New
[ARM] PR85434: Prevent spilling of stack protector guard's address on ARM [ARM] PR85434: Prevent spilling of stack protector guard's address on ARM - - - - --- 2018-07-05 Thomas Preudhomme New
Update config.guess and config.sub Update config.guess and config.sub - - - - --- 2018-07-05 Sebastian Huber New
[debug] Handle references to skipped params in remap_ssa_name [debug] Handle references to skipped params in remap_ssa_name - - - - --- 2018-07-05 Tom de Vries New
[S390] Avoid LA with base and index on z13 [S390] Avoid LA with base and index on z13 - - - - --- 2018-07-05 Robin Dapp New
Move ((A & N) + B) & M -> (A + B) & M etc. optimization from fold-const.c to match.pd (PR tree-opti… Move ((A & N) + B) & M -> (A + B) & M etc. optimization from fold-const.c to match.pd (PR tree-opti… - - - - --- 2018-07-05 Jakub Jelinek New
[testsuite] Simplify dg-final [testsuite] Simplify dg-final - - - - --- 2018-07-05 Tom de Vries New
[fortran] PR66679 - [OOP] ICE with class(*) and transfer [fortran] PR66679 - [OOP] ICE with class(*) and transfer - - - - --- 2018-07-05 Paul Richard Thomas New
calculate overflow type in wide int arithmetic calculate overflow type in wide int arithmetic - - - - --- 2018-07-05 Aldy Hernandez New
Enhance __gnu_debug::string debug assertion Enhance __gnu_debug::string debug assertion - - - - --- 2018-07-05 François Dumont New
use TYPE_SIZE instead of TYPE_DOMAIN to compute array size (PR 86400) use TYPE_SIZE instead of TYPE_DOMAIN to compute array size (PR 86400) - - - - --- 2018-07-05 Martin Sebor New
[v2] Enable decimal float on x86_64 kFreeBSD and Hurd [v2] Enable decimal float on x86_64 kFreeBSD and Hurd - - - - --- 2018-07-04 Jessica Clarke New
Enable decimal float on x86_64 kFreeBSD and Hurd Enable decimal float on x86_64 kFreeBSD and Hurd - - - - --- 2018-07-04 Jessica Clarke New
[wwwdocs] Document more C++2a support in libstdc++ [wwwdocs] Document more C++2a support in libstdc++ - - - - --- 2018-07-04 Jonathan Wakely New
P0646R1 Improving the Return Value of Erase-Like Algorithms I P0646R1 Improving the Return Value of Erase-Like Algorithms I - - - - --- 2018-07-04 Jonathan Wakely New
P0458R2 Checking for Existence of an Element in Associative Containers P0458R2 Checking for Existence of an Element in Associative Containers - - - - --- 2018-07-04 Jonathan Wakely New
[committed,fortran] PR82009 [F08] ICE with block construct [committed,fortran] PR82009 [F08] ICE with block construct - - - - --- 2018-07-04 Jerry DeLisle New
[C++] PR c++/86398 [C++] PR c++/86398 - - - - --- 2018-07-04 Ville Voutilainen New
Fix old thinko in choose_multiplier Fix old thinko in choose_multiplier - - - - --- 2018-07-04 Eric Botcazou New
[PR,86371] Remove spurious $HOME include from BRIG FE Makefile [PR,86371] Remove spurious $HOME include from BRIG FE Makefile - - - - --- 2018-07-04 Martin Jambor New
Fix _Pragma GCC diagnostic in macro expansions Fix _Pragma GCC diagnostic in macro expansions - - - - --- 2018-07-04 Bernd Edlinger New
[1/4] Clean up of new format of -falign-FOO. Alignment option enhancements - - - - --- 2018-07-04 Martin Liška New
PR libstdc++/86398 fix std::is_trivially_constructible regression PR libstdc++/86398 fix std::is_trivially_constructible regression - - - - --- 2018-07-04 Jonathan Wakely New
Fix PR84829 Fix PR84829 - - - - --- 2018-07-04 Richard Biener New
[committed] Remove duplicate logical<mode>3_sn pattern [committed] Remove duplicate logical<mode>3_sn pattern - - - - --- 2018-07-04 Jeff Law New
[committed] Consolidate xor/ior patterns and splitters for H8 [committed] Consolidate xor/ior patterns and splitters for H8 - - - - --- 2018-07-04 Jeff Law New
[committed] Consolidate movsd and movmd patterns/splitters for H8 [committed] Consolidate movsd and movmd patterns/splitters for H8 - - - - --- 2018-07-04 Jeff Law New
have pretty printer include NaN representation have pretty printer include NaN representation - - - - --- 2018-07-03 Martin Sebor New
relax lower bound for infinite arguments in gimple-ssa-sprinf.c (PR 86274) relax lower bound for infinite arguments in gimple-ssa-sprinf.c (PR 86274) - - - - --- 2018-07-03 Martin Sebor New
Remove redundant #if conditional Remove redundant #if conditional - - - - --- 2018-07-03 Jonathan Wakely New
P0556R3 Integral power-of-2 operations, P0553R2 Bit operations P0556R3 Integral power-of-2 operations, P0553R2 Bit operations - - - - --- 2018-07-03 Jonathan Wakely New
PR libstdc++/86272 Fix undefined __glibcxx_check_insert_range2 PR libstdc++/86272 Fix undefined __glibcxx_check_insert_range2 - - - - --- 2018-07-03 François Dumont New
[committed] Consolidating various H8 patterns [committed] Consolidating various H8 patterns - - - - --- 2018-07-03 Jeff Law New
[18/n,386] : Fix PR85694, Generation of vectorized AVG (Average) instruction [18/n,386] : Fix PR85694, Generation of vectorized AVG (Average) instruction - - - - --- 2018-07-03 Uros Bizjak New
Remove legacy testcase for -fprofile-generate=./ Remove legacy testcase for -fprofile-generate=./ - - - - --- 2018-07-03 Martin Liška New
Fix DOS-based system build and fix documentation. Fix DOS-based system build and fix documentation. - - - - --- 2018-07-03 Martin Liška New
Fix bootstrap on ia64 with old GCC version. Fix bootstrap on ia64 with old GCC version. - - - - --- 2018-07-03 Martin Liška New
C++ PATCH for c++/86378, functional cast in template noexcept-specifier C++ PATCH for c++/86378, functional cast in template noexcept-specifier - - - - --- 2018-07-03 Jason Merrill New
C++ PATCH for c++/86201, diagnostic routines re-entered crash C++ PATCH for c++/86201, diagnostic routines re-entered crash - - - - --- 2018-07-03 Marek Polacek New
Remove "note: " prefix from some scan-tree-dump directives Remove "note: " prefix from some scan-tree-dump directives - - - - --- 2018-07-03 David Malcolm New
C++ PATCH to add a test for c++/84306 C++ PATCH to add a test for c++/84306 - - - - --- 2018-07-03 Marek Polacek New
[committed] More H8 cleanups, mostly expander consolidation [committed] More H8 cleanups, mostly expander consolidation - - - - --- 2018-07-03 Jeff Law New
Fix part of PR86389 Fix part of PR86389 - - - - --- 2018-07-03 Richard Biener New
C++ PATCH for c++/86190, bogus -Wsign-conversion warning C++ PATCH for c++/86190, bogus -Wsign-conversion warning - - - - --- 2018-07-03 Marek Polacek New
Remove powerpc-linux_paired from config-list.mk Remove powerpc-linux_paired from config-list.mk - - - - --- 2018-07-03 Segher Boessenkool New
Pass more vector types to append_pattern_def_seq Pass more vector types to append_pattern_def_seq - - - - --- 2018-07-03 Richard Sandiford New
Ensure PATTERN_DEF_SEQ is empty before recognising patterns Ensure PATTERN_DEF_SEQ is empty before recognising patterns - - - - --- 2018-07-03 Richard Sandiford New
Clean up interface to vector pattern recognisers Clean up interface to vector pattern recognisers - - - - --- 2018-07-03 Richard Sandiford New
Avoid matching the same pattern statement twice Avoid matching the same pattern statement twice - - - - --- 2018-07-03 Richard Sandiford New
[C++] Hide __for_{range,begin,end} symbols (PR c++/85515) [C++] Hide __for_{range,begin,end} symbols (PR c++/85515) - - - - --- 2018-07-03 Jakub Jelinek New
[C++] Fix extern_decl_map handling (PR c++/3698, PR c++/86208) [C++] Fix extern_decl_map handling (PR c++/3698, PR c++/86208) - - - - --- 2018-07-03 Jakub Jelinek New
[committed] Consolidate some H8 patterns [committed] Consolidate some H8 patterns - - - - --- 2018-07-03 Jeff Law New
[committed] Fix whitespace issues in h8300.md [committed] Fix whitespace issues in h8300.md - - - - --- 2018-07-03 Jeff Law New
RISC-V: Fix interrupt support for -g. RISC-V: Fix interrupt support for -g. - - - - --- 2018-07-03 Jim Wilson New
[fortran] Asynchronous I/O, take 3 [fortran] Asynchronous I/O, take 3 - - - - --- 2018-07-02 Thomas König New
P0758R1 Implicit conversion traits P0758R1 Implicit conversion traits - - - - --- 2018-07-02 Jonathan Wakely New
[PING,rs6000,C/C++] Fix PR target/86324: divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble [PING,rs6000,C/C++] Fix PR target/86324: divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble - - - - --- 2018-07-02 Peter Bergner New
rs6000: Set up ieee128_float_type_node correctly (PR86285) rs6000: Set up ieee128_float_type_node correctly (PR86285) - - - - --- 2018-07-02 Segher Boessenkool New
[2/2] optinfo: add diagnostic remarks v4: optinfo framework and remarks - - - - --- 2018-07-02 David Malcolm New
[1/2] Add "optinfo" framework v4: optinfo framework and remarks - - - - --- 2018-07-02 David Malcolm New
P0887R1 The identity metafunction P0887R1 The identity metafunction - - - - --- 2018-07-02 Jonathan Wakely New
[committed] selftest: introduce class auto_fix_quotes [committed] selftest: introduce class auto_fix_quotes - - - - --- 2018-07-02 David Malcolm New
Optimize std::sub_match comparisons using string_view-like type Optimize std::sub_match comparisons using string_view-like type - - - - --- 2018-07-02 Jonathan Wakely New
libgo patch committed: Check return value as well as error from waitid libgo patch committed: Check return value as well as error from waitid - - - - --- 2018-07-02 Ian Lance Taylor New
Fix GCOV scan pattern (PR testsuite/86366). Fix GCOV scan pattern (PR testsuite/86366). - - - - --- 2018-07-02 Martin Liška New
Fix PR86363 Fix PR86363 - - - - --- 2018-07-02 Richard Biener New
[C++] Adjust one more error message to use rich_location::add_range [C++] Adjust one more error message to use rich_location::add_range - - - - --- 2018-07-02 Paolo Carlini New
[aarch64] Avoid tag collisions for loads on falkor [aarch64] Avoid tag collisions for loads on falkor - - - - --- 2018-07-02 Siddhesh Poyarekar New
[committed] Reinstate dump_generic_expr_loc [committed] Reinstate dump_generic_expr_loc - - - - --- 2018-07-02 David Malcolm New
[aarch64,4/4] aarch64: Add movprfx patterns for zero and unmatched select Add movprfx patterns and alternatives - - - - --- 2018-07-02 Richard Henderson New
[aarch64,3/4] aarch64: Add movprfx alternatives for predicate patterns Add movprfx patterns and alternatives - - - - --- 2018-07-02 Richard Henderson New
[aarch64,2/4] aarch64: Remove predicate from inside SVE_COND_FP_BINARY Add movprfx patterns and alternatives - - - - --- 2018-07-02 Richard Henderson New
[aarch64,1/4] aarch64: Add movprfx alternatives for unpredicated patterns Add movprfx patterns and alternatives - - - - --- 2018-07-02 Richard Henderson New
[testsuite/guality,committed] Use @main as bp loc instead of line nrs in const-volatile.c [testsuite/guality,committed] Use @main as bp loc instead of line nrs in const-volatile.c - - - - --- 2018-07-01 Tom de Vries New
« 1 2 ... 537 538 5391281 1282 »