[committed] H8 -- use simple moves to eliminate redundant test/compares
2021-06-07 14:44 UTC
[PATCH] [i386] Fix ICE of insn does not satisfy its constraints
2021-06-07 14:36 UTC (5+ messages)
` [PATCH] x86: Update g++.target/i386/pr100885.C
[PATCH PR100740]Fix overflow check in simplifying exit cond comparing two IVs
2021-06-07 14:35 UTC (4+ messages)
[RFC/PATCH] updating global ranges and their effect on __builtin_unreachable code
2021-06-07 14:32 UTC (10+ messages)
RFC: Experimental use of Sphinx for GCC documentation
2021-06-07 14:19 UTC (21+ messages)
` RFC: "
` GCC documentation: porting to Sphinx
[PATCH v2 0/2] Allow vec_duplicate_optab to fail
2021-06-07 14:18 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast
[Patch] Fortran/OpenMP: Fix clause splitting for target/parallel/teams [PR99928]
2021-06-07 14:15 UTC (2+ messages)
[patch, committed] fortran/intrinsic.texi: Fix copy'n'paste errors and typos (was: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/)
2021-06-07 13:39 UTC
[PATCH 00/57] Replace the Power target-specific built-in machinery
2021-06-07 13:36 UTC (8+ messages)
` [PATCH 02/57] Support scanning of build-time GC roots in gengtype
[PATCH] define auto_vec copy ctor and assignment (PR 90904)
2021-06-07 13:33 UTC (13+ messages)
[PATCH] Implement a context aware points-to analyzer for use in evrp
2021-06-07 13:30 UTC (3+ messages)
[vect-patterns][RFC] Refactor widening patterns to allow internal_fn's
2021-06-07 13:29 UTC
[PATCH] Reformat target.def for better parsing
2021-06-07 13:23 UTC (4+ messages)
[PATCH] Simplify (view_convert ~a) < 0 to (view_convert a) >= 0 [PR middle-end/100738]
2021-06-07 13:19 UTC (8+ messages)
[wwwdocs] Add HTML anchors to GCC 5 "porting to" notes
2021-06-07 12:05 UTC (2+ messages)
[RFC] Implementing detection of saturation and rounding arithmetic
2021-06-07 11:28 UTC (2+ messages)
[PATCH, OG10, OpenMP 5.0, committed] Implement relaxation of implicit map vs. existing device mappings
2021-06-07 11:28 UTC (3+ messages)
` [PATCH, OpenMP 5.0] Implement relaxation of implicit map vs. existing device mappings (for mainline trunk)
[PATCH] For obj-c stage-final re-use the checksum from the previous stage
2021-06-07 11:21 UTC (3+ messages)
` [PING] "
[PATCH 1/2] arm: Auto-vectorization for MVE: vclz
2021-06-07 11:20 UTC (2+ messages)
` [PATCH 2/2] arm: Auto-vectorization for MVE: add pack/unpack patterns
[PATCH 1/4]middle-end Vect: Add support for dot-product where the sign for the multiplicant changes
2021-06-07 10:10 UTC (11+ messages)
[wwwdocs] Document libstdc++ support for generic unordered lookup
2021-06-07 9:27 UTC
[PATCH][RFC] Sparse on entry cache for Ranger
2021-06-07 8:40 UTC (2+ messages)
[PATCH] tree-optimization: Optimize division followed by multiply [PR95176]
2021-06-07 8:25 UTC (4+ messages)
` [EXTERNAL] "
[PATCH][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
2021-06-07 7:53 UTC (8+ messages)
[PATCH] build: Implement --with-multilib-list for avr target
2021-06-07 7:30 UTC
[ARM] PR97906 - Missed lowering abs(a) >= abs(b) to vacge
2021-06-07 7:16 UTC (2+ messages)
[ARM] PR66791: Replace calls to builtin in vmul_n (a, b) intrinsics with __a * __b
2021-06-07 7:15 UTC (5+ messages)
[RFC/PATCH 00/11] Fix up some unexpected empty split conditions
2021-06-07 7:12 UTC (23+ messages)
` [PATCH 01/11] gen: Emit error msg for empty split condition
` [PATCH 04/11] cris: Update unexpected "
[PATCH] fold-const: Fix up fold_read_from_vector [PR100887]
2021-06-07 6:39 UTC (5+ messages)
[PATCH] tree-inline: Fix up __builtin_va_arg_pack handling [PR100898]
2021-06-07 6:16 UTC (2+ messages)
[PATCH] rs6000: Remove unspecs for vec_mrghl[bhw]
2021-06-07 5:09 UTC (2+ messages)
` Ping: "
[PATCH] rs6000: Expand fmod and remainder when built with fast-math [PR97142]
2021-06-07 5:08 UTC (4+ messages)
` Ping: "
` Ping^2: "
[PATCH] Use _GLIBCXX_ASSERTIONS as _GLIBCXX_DEBUG light
2021-06-07 4:25 UTC (3+ messages)
[PATCH 1/2] correct BB frequencies after loop changed
2021-06-07 2:37 UTC (11+ messages)
` Ping: "
` Ping^1: "
` Ping^2: "
[PATCH 3/3]: C N2653 char8_t: Documentation updates
2021-06-07 2:32 UTC
[PATCH 2/3]: C N2653 char8_t: New tests
2021-06-07 2:32 UTC
[PATCH 1/3]: C N2653 char8_t: Language support
2021-06-07 2:32 UTC
[PATCH 0/3]: C N2653 char8_t implementation
2021-06-07 2:31 UTC
[PATCH] rs6000: Fix wrong code generation for vec_sel [PR94613]
2021-06-07 2:15 UTC (4+ messages)
` Ping: "
[PATCH] Add --enable-default-semantic-interposition to GCC configure
2021-06-06 23:36 UTC (3+ messages)
[SPARC] Reimplement LEAF_REG_REMAP macro
2021-06-06 21:58 UTC
[PATCH,AIX] Use assemble_name to output BSS section name
2021-06-06 20:35 UTC
[PATCH] i386: Clean up constraints.md
2021-06-06 20:11 UTC
[Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
2021-06-06 17:58 UTC (4+ messages)
` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
[PATCH][pushed] genhooks: remove dead code
2021-06-06 17:05 UTC
[PATCH][pushed] docs: remove extra character
2021-06-06 17:02 UTC
[PATCH][OBVIOUS] docs: Add missing @headitem for tables
2021-06-06 17:02 UTC
[PATCH] libgomp: Compile tests with -march=i486 if needed
2021-06-06 13:03 UTC
[Ping, Patch, Fortran, Update 2] PR98301 Re: RANDOM_INIT() and coarray Fortran
2021-06-06 10:14 UTC (9+ messages)
` [Ping^2, Patch, Fortran] "
` [Patch, Fortran, backport 2 gcc-11] "
` [COMITTED, Patch, "
[C] Fix thinko in new warning on type punning for storage order purposes
2021-06-06 9:43 UTC
[PATCH] c++: access of dtor named by qualified template-id [PR100918]
2021-06-06 2:34 UTC (2+ messages)
[committed] libiberty: Use libiberty snprintf and vsnprintf on hppa*-*-hpux*
2021-06-05 16:03 UTC
[committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824]
2021-06-05 10:46 UTC (4+ messages)
[PATCH] arc: Add --with-fpu support for ARCv2 cpus
2021-06-05 5:46 UTC (3+ messages)
[committed] Fix H8 split conditions
2021-06-05 5:33 UTC
[PATCH] PR 99293: Optimize splat of vec_extract for V2DI/V2DF
2021-06-05 5:06 UTC
[PATCH] PR libstdc++/100889: Fix wrong param type in atomic_ref<_Tp*>::wait
2021-06-05 0:44 UTC (3+ messages)
` [PATCH] [libstdc++] Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]
[PATCH 2/5 ver4] RS6000: Add 128-bit Integer Operations
2021-06-05 0:03 UTC (8+ messages)
` [PATCH 3/5 ver4] RS6000: Add TI to TD (128-bit DFP) and TD to TI support
` [PATCH 4/5 ver4] RS6000, Add test 128-bit shifts for just the int128 type
[PATCH] [libstdc++] Cleanup atomic timed wait implementation
2021-06-04 22:29 UTC
[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
2021-06-04 22:04 UTC (3+ messages)
[PATCH 0/11] warning control by group and location (PR 74765)
2021-06-04 21:43 UTC (16+ messages)
` [PATCH 0/13] v2 "
` [PATCH 1/13] v2 [PATCH 1/13] Add support for per-location warning groups "
` [PATCH 2/13] v2 Use new per-location warning APIs in Ada
` [PATCH 3/13] v2 Use new per-location warning APIs in C front end
` [PATCH 4/13] v2 Use new per-location warning APIs in C family code
` [PATCH 5/13] v2 Use new per-location warning APIs in the RL78 back end
` [PATCH 6/13] v2 Use new per-location warning APIs in the C++ front end
` [PATCH 7/13] v2 Use new per-location warning APIs in the FORTRAN "
` [PATCH 8/13] v2 Use new per-location warning APIs in libcc1
` [PATCH 9/13] v2 Use new per-location warning APIs in LTO
` [PATCH 10/13] v2 Use new per-location warning APIs in the middle end
` [PATCH 11/13] v2 Use new per-location warning APIs in the Objective-C front end
` [PATCH 12/13] v2 Remove TREE_NO_WARNING and gimple*no_warning* APIs
` [PATCH 13/13] v2 Add regression tests for PR 74765 and 74762
[PATCH] PR fortran/95502 - ICE in gfc_check_do_variable, at fortran/parse.c:4446
2021-06-04 21:12 UTC
[PATCH] PR libstdc++/98842: Fixed Constraints on operator<=>(optional, U)
2021-06-04 20:41 UTC (2+ messages)
[PATCH] [libstdc++] Remove unused hasher instance
2021-06-04 20:30 UTC (2+ messages)
[committed] d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 (PR100882)
2021-06-04 18:53 UTC
[Patch] OpenMP: Handle bind clause in tree-nested.c [PR100905]
2021-06-04 18:08 UTC (2+ messages)
arm_arch8_5 and arm_arch8_6 target baselines in arm.c
2021-06-04 18:00 UTC
[committed] libstdc++: Add feature test macro for heterogeneous lookup in unordered containers
2021-06-04 17:10 UTC (2+ messages)
[committed] libstdc++: Optimize std::any_cast by replacing indirect call
2021-06-04 17:05 UTC (2+ messages)
[committed] Fortran/OpenMP: Fix -fdump-parse-tree for 'omp loop'
2021-06-04 16:55 UTC
[Patch, Fortran] PR100337 Should be able to pass non-present optional arguments to CO_BROADCAST
2021-06-04 16:05 UTC (2+ messages)
` [Ping, Patch, "
[PATCH] c++: tsubst_function_decl and excess arg levels [PR100102]
2021-06-04 15:56 UTC (2+ messages)
[PATCH] PR fortran/99839 - [9/10/11/12 Regression] ICE in inline_matmul_assign, at fortran/frontend-passes.c:4234
2021-06-04 15:46 UTC (3+ messages)
` PING "
Generate 128-bit divide/modulus
2021-06-04 15:46 UTC (2+ messages)
[PATCH] i386: Add init pattern for V2HI vectors [PR100637]
2021-06-04 15:40 UTC
[Patch] Fortran: Fix OpenMP/OpenACC continue-line parsing
2021-06-04 15:37 UTC (2+ messages)
[PATCH v3] AArch64: Improve GOT addressing
2021-06-04 13:44 UTC
[PATCH] arm: Auto-vectorization for MVE and Neon: vhadd/vrhadd
2021-06-04 12:57 UTC (3+ messages)
[PATCH] x86: Convert CONST_WIDE_INT to broadcast in move expanders
2021-06-04 12:46 UTC (5+ messages)
[PATCH, 1/3, OpenMP] Target mapping changes for OpenMP 5.0, front-end parts
2021-06-04 12:18 UTC (6+ messages)
` [PATCH] openmp: Call c_omp_adjust_map_clauses even for combined target [PR100902]
[committed] gfortran.dg/gomp/pr99928-*.f90: Use implicit none, remove one xfail
2021-06-04 11:32 UTC (2+ messages)
[PATCH] libgcc: Fix _Unwind_Backtrace() for SEH
2021-06-04 10:45 UTC (2+ messages)
[PATCH] x86: Fix ix86_expand_vector_init for V*TImode [PR100887]
2021-06-04 9:15 UTC (2+ messages)
[committed] openmp: Assorted depend/affinity/iterator related fixes [PR100859]
2021-06-04 9:14 UTC
[PATCH 2/2, rs6000] Remove mode promotion for pseudos
2021-06-04 8:37 UTC (3+ messages)
[PATCH V3] Split loop for NE condition
2021-06-04 8:04 UTC
[PATCH] libsanitizer: merge from master
2021-06-04 7:53 UTC (4+ messages)
[PATCH] [i386] Fix _mm256_zeroupper to notify LRA that vzeroupper will kill sse registers. [PR target/82735]
2021-06-04 7:50 UTC (8+ messages)
` [PATCH 1/2] CALL_INSN may not be a real function call
` [PATCH 2/2] Fix _mm256_zeroupper by representing the instructions as call_insns in which the call has a special vzeroupper ABI
[ARM] PR98435: Missed optimization in expanding vector constructor
2021-06-04 7:45 UTC (2+ messages)
[committed] arc: Don't allow millicode thunks with reduced register set CPUs
2021-06-04 7:16 UTC
[PATCH] libstdc++: add missing typename for dependent type in std::ranges::elements_view [PR100900]
2021-06-04 6:59 UTC
[PATCH] rtl: constm64_rtx..const64_rtx
2021-06-04 6:32 UTC (6+ messages)
[PATCH 1/2] [i386] Fold blendv builtins into gimple
2021-06-04 6:19 UTC (2+ messages)
[PATCH][i386] Split not+broadcast+pand to broadcast+pandn
2021-06-04 2:48 UTC (8+ messages)
` (no subject)
` [PATCH] Canonicalize (vec_duplicate (not A)) to (not (vec_duplicate A))
[PATCH] rs6000: Support doubleword swaps removal in rot64 load store [PR100085]
2021-06-04 2:45 UTC (10+ messages)
[PATCH] RISC-V: Enable riscv attributes by default for all riscv targets
2021-06-04 1:13 UTC (3+ messages)
[wwwdocs] lists: Correct procmail recipe
2021-06-03 23:10 UTC (3+ messages)
[Patch] Fortran/OpenMP: Add omp loop [PR99928]
2021-06-03 22:56 UTC (3+ messages)
[PATCH] [og11] OpenMP/OpenACC: Move array_ref/indirect_ref handling code out of extract_base_bit_offset
2021-06-03 22:41 UTC
page: next (older) | prev (newer) | 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).