public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/2] RISC-V: Introduce new architecture extension test macros
 2021-01-04  9:48 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.h
` [PATCH 2/2] RISC-V: Implement new style of architecture extension test macros

[PATCH] tree-optimization/98291 - allow SLP more vectorization of reductions
 2021-01-04  9:47 UTC 

[PATCH] match.pd: Fold x == ~x to false [PR96782]
 2021-01-04  9:33 UTC  (2+ messages)

[PATCH] mklog.py: add --update-copyright option
 2021-01-04  9:07 UTC 

[PATCH] gcc-changelog: Ignore copyright years commits
 2021-01-04  9:06 UTC 

[PATCH]i386: Optimize pmovskb on zero_extend of subreg HI of the result [PR98461]
 2021-01-04  8:59 UTC  (6+ messages)

[PATCH] Fix -save-temp leaking lto files in /tmp
 2021-01-04  7:58 UTC  (6+ messages)

[PATCH] sccvn: Consider def BB in rpo_vn_valueize [PR98464]
 2021-01-04  3:30 UTC  (3+ messages)

[PATCH] Add a new pattern in 4-insn combine
 2021-01-04  2:03 UTC  (3+ messages)

[PATCH 00/10] C++11-based improvements for libcc1
 2021-01-03 23:43 UTC  (12+ messages)
` [PATCH 01/10] libcc1: use templates to unmarshall enums
` [PATCH 02/10] libcc1: use "override"
` [PATCH 03/10] libcc1: inline some simple methods
` [PATCH 04/10] libcc1: delete copy constructor and assignment operators
` [PATCH 05/10] libcc1: use variadic templates for "call"
` [PATCH 06/10] libcc1: use variadic templates for "rpc"
` [PATCH 07/10] libcc1: use std::vector when building function types
` [PATCH 08/10] libcc1: add deleter objects
` [PATCH 09/10] libcc1: add more uses of 'deleter'
` [PATCH 10/10] libcc1: use unique_ptr more

[PATCH,rs6000] Test cases for p10 fusion patterns
 2021-01-03 20:44 UTC  (2+ messages)

[PATCH,rs6000] Fusion patterns for logical-logical
 2021-01-03 20:43 UTC  (2+ messages)

[PATCH,rs6000] Combine patterns for p10 load-cmpi fusion
 2021-01-03 20:42 UTC  (2+ messages)

Mailbox Notification
 2021-01-03 18:43 UTC 

[PATCH] loop-niter: Recognize popcount idioms even with char, short and __int128 [PR95771]
 2021-01-03  9:30 UTC 

[PATCH] handle MEM_REF with void* arguments (PR c++/95768)
 2021-01-02 22:22 UTC  (8+ messages)
            ` [PATCH v3] "

[pushed] Darwin : Adjust defaults for the linker
 2021-01-02 20:19 UTC 

[pushed] Darwin, Simplify headers 0/5 : Move spec for Darwin 10 unwind stub [NFC]
 2021-01-02 20:17 UTC  (6+ messages)
` [pushed] Darwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE_SPEC [NFC]
    ` [pushed] Darwin, Simplify headers 2/5 : Move spec for STACK_CHECK_STATIC_BUILTIN
      ` [pushed] Darwin, Simplify headers 3/5 : Delete dead code
        ` [pushed] Darwin, Simplify headers 4/5 : Remove redundant headers

[pushed] Darwin : Adjust defaults for current bootstrap constraints
 2021-01-02 20:01 UTC 

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-01-02 19:46 UTC  (6+ messages)
` V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

libgo patch committed: Update to Go1.16beta1 release
 2021-01-02 14:14 UTC  (18+ messages)

[PATCH] dec_math.f90 needs to be xfailed
 2021-01-02  8:34 UTC 

Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure
 2021-01-02  2:41 UTC  (5+ messages)

[PATCH] libstdc++/98466 Fix _GLIBCXX_DEBUG N3644 integration
 2021-01-01 17:51 UTC 

[PATCH] PR fortran/96381 - invalid read in gfc_find_derived_vtab
 2021-01-01 17:07 UTC  (2+ messages)

[PATCH] x86: Cast to unsigned short first for _mm_extract_pi16
 2021-01-01 13:34 UTC 

[patch, shared memory coarray, committed] Fix SYNC IMAGES(*)
 2021-01-01 11:45 UTC 

[00/23] Make fwprop use an on-the-side RTL SSA representation
 2021-01-01  8:25 UTC  (3+ messages)
` [08/23] Add an alternative splay tree implementation

[C PATCH] qualifiers of pointers to arrays in C2X [PR 98397]
 2021-01-01  0:01 UTC  (2+ messages)

[PATCH] MIPS: Fix PR target/98491
 2020-12-31 23:34 UTC  (2+ messages)
` [PATCH] MIPS: Fix PR target/98491 (ChangeLog)

[PATCH] i386: Remove unnecessary clobbers from combine splitters
 2020-12-31 19:28 UTC  (7+ messages)

[PATCH] vect: Avoid generating out-of-range shifts [PR98302]
 2020-12-31 16:44 UTC  (2+ messages)

[PATCH] vect: Fix bogus alignment assumption in alias checks [PR94994]
 2020-12-31 16:43 UTC  (2+ messages)

[PATCH] recog: Fix a constrain_operands corner case [PR97144]
 2020-12-31 16:33 UTC  (4+ messages)

[pushed] genmodes: Update GET_MODE_MASK when changing NUNITS [PR98214]
 2020-12-31 16:14 UTC 

[RFC] [avr] Toolchain Integration for Testsuite Execution (avr cc0 to mode_cc0 conversion)
 2020-12-31 14:13 UTC  (6+ messages)

[PATCH] match.pd: Add clz(X) == 0 -> (int)X < 0 etc. simpifications [PR94802]
 2020-12-31  9:58 UTC  (2+ messages)

[PATCH] match.pd: Add (-(X < 0) | 1) * X -> abs (X) etc. simplifications [PR94785]
 2020-12-31  9:56 UTC  (2+ messages)

[PATCH] wide-int: Fix wi::to_mpz [PR98474]
 2020-12-31  9:55 UTC  (2+ messages)

Fix VxWorks xfail filters on pthread-init-?.c
 2020-12-31  9:12 UTC  (3+ messages)

[PATCH] reassoc: Optimize x > 0x1fff || y > 0x1fff into (x | y) > 0x1fff [PR56719]
 2020-12-31  8:39 UTC  (2+ messages)

[PATCH] fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsanitize=alignment [PR98206]
 2020-12-31  8:38 UTC  (2+ messages)

[PATCH, libstdc++] Add <source_location> to pch header
 2020-12-31  0:32 UTC  (2+ messages)

[committed] d: Mangled Symbols now back reference types and identifiers
 2020-12-31  0:28 UTC 

[patch, shared coarrays, committed] Fix
 2020-12-30 17:09 UTC 

[committed] d: Simplify quoting characters in deps_add_target
 2020-12-30 10:53 UTC 

[committed] d: Give the result of evaluated expressions a location
 2020-12-30 10:53 UTC 

[PATCH 1/3] arm: Add movmisalign patterns for MVE (PR target/97875)
 2020-12-30 10:34 UTC  (6+ messages)
` [PATCH 2/3] arm: Auto-vectorization for MVE: vshl
` [PATCH 3/3] arm: Auto-vectorization for MVE: vshr

[PATCH] i386: Optimize pmovmskb on inverted vector to inversion of pmovmskb result [PR98461]
 2020-12-30 10:08 UTC  (2+ messages)

[PATCH] c++: Fix ICE with __builtin_bit_cast [PR98469]
 2020-12-30  9:13 UTC 

[committed] doc: Remove HSAIL from Language Standards
 2020-12-29 22:50 UTC  (3+ messages)

disable some aapcs/vfp*.c test if not arm_fp16_alternative_ok
 2020-12-29 19:25 UTC  (2+ messages)

fix testsuite/g++.dg/init/new26.C for C++-14 and later
 2020-12-29 19:19 UTC  (2+ messages)

g++.dg/tls/pr79288.C: Skip on vxworks_kernel (TLS model not supported)
 2020-12-29 18:51 UTC  (2+ messages)

compile gcc.target/arm/{pr78255-2.c, memset-inline-2.c} with -mno-long-calls
 2020-12-29 18:50 UTC  (2+ messages)

Fix testsuite/g++.old-deja/g++.mike/p658.C build failure on VxWorks RTP
 2020-12-29 18:48 UTC  (2+ messages)

Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
 2020-12-29 18:46 UTC  (2+ messages)

Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
 2020-12-29 18:38 UTC  (2+ messages)

Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
 2020-12-29 18:35 UTC  (2+ messages)

Undefine ERROR in g++.dg/tree-ssa/copyprop.C
 2020-12-29 18:34 UTC  (2+ messages)

skip testsuite/g++.dg/other/anon5.C on vxworks_kernel targets
 2020-12-29 18:32 UTC  (2+ messages)

Add conditions on VxWorks versions for gcc.dg/vxworks/initpri?.c
 2020-12-29 18:30 UTC  (2+ messages)

gcc.dg/intmax_t-1.c compiles without error on VxWorks 7 SR06x0
 2020-12-29 18:24 UTC  (2+ messages)

Add conditional include of vxWorks.h for kernel mode
 2020-12-29 18:15 UTC  (2+ messages)

[Patch, fortran] PR97612 [F08] Structure constructor of type with nested allocatable array components fails to compile
 2020-12-29 17:53 UTC  (3+ messages)

[Patch, fortran] PR93833 - [8/9/10 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
 2020-12-29 17:40 UTC  (5+ messages)

[committed 1/6] arc: Don't use predicated vadd2 instructions in mov patterns
 2020-12-29 11:36 UTC  (6+ messages)
` [committed 2/6] arc: Fix cached to uncached moves
` [committed 3/6] arc: Update test pattern
` [committed 4/6] arc: Make use reg_renumber safe
` [committed 5/6] arc: flip if-condition predicates in secondary reload hook
` [committed 6/6] arc: generate mac(u) insn instead of macd(u) when destination is accl

Add missing vxworks filters to lib/target-supports.exp functions
 2020-12-29 10:26 UTC  (2+ messages)

-mno-long-calls for mve_libcall tests
 2020-12-29 10:04 UTC  (2+ messages)

-mno-long-calls for arm/no_unique_address tests
 2020-12-29 10:02 UTC  (2+ messages)

-mno-long-calls for arm/headmerge tests
 2020-12-29  9:53 UTC  (2+ messages)

-mno-long-calls for expected regalloc in arm/fp16-aapcs-2.c test
 2020-12-29  9:52 UTC  (2+ messages)

[PATCH] i386: Rounding functions TLC
 2020-12-29  7:46 UTC 

[r11-6351 Regression] FAIL: gcc.target/i386/pr92658-avx512bw-2.c scan-assembler-times pmovsxwq 2 on Linux/x86_64
 2020-12-29  7:01 UTC 

Split wchars tests from the normal variant
 2020-12-29  3:00 UTC  (3+ messages)

[committed] libgomp: Avoid bad "up" link in libgomp docs
 2020-12-28 23:00 UTC 

[PATCH] i386: Fix __builtin_floor with FE_DOWNWARD rounding direction [PR96793]
 2020-12-28 20:39 UTC  (3+ messages)
` [PATCH] i386: Fix __builtin_trunc "
  ` [PATCH] i386: Fix __builtin_rint "

Add dg-require-wchars to libstdc++ testsuite
 2020-12-28 18:27 UTC  (3+ messages)

[committed] wwwdocs: Move cilkplus to Inactive branches
 2020-12-28 18:01 UTC  (5+ messages)

[PATCH] i386: Use existing temporary register in rounding functions
 2020-12-28 15:55 UTC 

[PATCH 1/8 v9]middle-end slp: Support optimizing load distribution
 2020-12-28 13:38 UTC  (8+ messages)
` [PATCH 2/8 v9]middle-end slp: fix is_linear_load_p to prevent multiple answers
` [PATCH 3/8 v9]middle-end slp: handle externals correctly in linear_loads_p
` [PATCH 4/8 v9]middle-end slp: upgrade complex add to new format and fix memory leaks
` [PATCH 5/8 v9]middle-end slp: support complex multiply and complex multiply conjugate
` [PATCH 6/8 v9]middle-end slp: support complex FMA and complex FMA conjugate
` [PATCH 7/8 v9]middle-end slp: support complex FMS and complex FMS conjugate
` [PATCH 8/8 v9]middle-end slp: Add complex operations class to share first match among all matchers

rs6000: add support for powerpc64le-unknown-freebsd
 2020-12-28 12:37 UTC  (6+ messages)

[Commited] [Bug target/92658] x86: Fix wrong standard name for sign_extend expander
 2020-12-28  6:27 UTC 

[Patch, fortran] PR97694 - ICE with optional assumed rank class(*) argument (and PR97723)
 2020-12-28  2:13 UTC  (5+ messages)
` Ping: "

[committed] doc: New source for "Memory Model for Static Analysis" paper
 2020-12-27 22:07 UTC 

[committed] libstdc++: Update link to Arm ABI
 2020-12-27 20:27 UTC 

[committed] Fix minor testsuite regression on iq2000-elf
 2020-12-27 18:45 UTC 

[committed] libstdc++: Move Valgrind references to https
 2020-12-27 10:18 UTC 

[committed] wwwdocs: readings: Remove Historic Documents in Computer Science
 2020-12-27 10:04 UTC 

[pushed] Objective-C++ : Fix up testcase EOF diagnostics
 2020-12-26 19:53 UTC 

[PATCH] libcody: Fix build on hppa*-*-hpux11.11
 2020-12-26 17:52 UTC 

[committed] libstdc++: Update link to Intel/GNU compatibility paper
 2020-12-26 12:40 UTC 

[OG10] Fortran: delinearize multi-dimensional array accesses
 2020-12-26 10:41 UTC  (2+ messages)

[committed] wwwdocs: "Essential Fortran 90&95" examples are gone
 2020-12-25 22:11 UTC 

[committed] libstdc++: Update link to Java docs
 2020-12-25 18:42 UTC 

[committed] doc: Fix reference to libcody
 2020-12-25 14:46 UTC 

[committed] libstdc++: Convert three doxygen.nl links to https
 2020-12-25 14:24 UTC 

[PATCH] PR fortran/93685 - [9/10/11 Regression] ICE in gfc_constructor_append_expr, at fortran/constructor.c:135
 2020-12-25 13:54 UTC  (2+ messages)

[r10-9173 Regression] FAIL: 30_threads/future/members/poll.cc execution test on Linux/x86_64
 2020-12-25  8:07 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).