[wwwdocs] Add C status page
2022-05-25 18:18 UTC (5+ messages)
[PATCH] c++: constrained partial spec forward decl [PR96363]
2022-05-25 17:24 UTC
[PATCH] tree-optimization/105726 - adjust array bound heuristic
2022-05-25 17:23 UTC (3+ messages)
Vim swap files not ignored
2022-05-25 17:02 UTC
[PATCH] Add divide by zero side effect
2022-05-25 16:29 UTC (8+ messages)
` [COMMITTED] Use infer instead of side-effect for ranges
[PATCH] AArch64: Cleanup option processing code
2022-05-25 16:18 UTC
[Patch] libgomp.texi: Add more to-be-implemented OpenMP 5.2 features / [wwwdocs] p.texi: Add more to-be-implemented OpenMP 5.2 features
2022-05-25 15:55 UTC
[PATCH v3] libstdc++: fix pointer type exception catch [PR105387]
2022-05-25 15:18 UTC (2+ messages)
[pushed] c++: deduction from auto fn [PR105623]
2022-05-25 15:09 UTC
[pushed] c++: constexpr returning deallocated ptr
2022-05-25 15:09 UTC
[pushed] c++: strict constexpr and local vars
2022-05-25 15:08 UTC
[PATCH] Canonicalize X&-Y as X*Y in match.pd when Y is [0,1]
2022-05-25 14:48 UTC (5+ messages)
[COMMITTED] Tweak some comments
2022-05-25 14:42 UTC
[PATCH] RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalize
2022-05-25 14:00 UTC (2+ messages)
` [PATCH] RISC-V: Don't unconditionally add m, a, f, d "
[PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus struct rework, etc.)
2022-05-25 13:37 UTC (18+ messages)
` [PATCH v2 01/11] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)
` [PATCH v2 02/11] Remove omp_target_reorder_clauses
` [PATCH v2 03/11] OpenMP/OpenACC struct sibling list gimplification extension and rework
` [PATCH v2 04/11] OpenMP/OpenACC: Add inspector class to unify mapped address analysis
` [PATCH v2 05/11] OpenMP: Handle reference-typed struct members
` [PATCH v2 06/11] OpenMP: lvalue parsing for map clauses (C++)
` [PATCH v2 08/11] Use OMP_ARRAY_SECTION instead of TREE_LIST in C++ FE
` [PATCH v2 09/11] OpenMP 5.0 "declare mapper" support for C++
[PATCH] libgomp: start using LIKELY/UNLIKELY macros
2022-05-25 13:19 UTC (4+ messages)
[PATCH] Add GIMPLE switch support to loop unswitching
2022-05-25 12:57 UTC (4+ messages)
[0/9] [middle-end] Add param to vec_perm_const hook to specify mode of input operand
2022-05-25 12:57 UTC (8+ messages)
[PATCH] c: Improve build_component_ref diagnostics [PR91134]
2022-05-25 12:28 UTC (6+ messages)
[PATCH] c++: ICE with temporary of class type in DMI [PR100252]
2022-05-25 12:22 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH] AArch64: Prioritise init_have_lse_atomics constructor [PR 105708]
2022-05-25 11:57 UTC (4+ messages)
[committed] amdgcn: Add gfx90a support
2022-05-25 11:41 UTC (6+ messages)
` [patch] [wwwdocs]+[invoke.texi] Update GCN for gfx90a (was: Re: [committed] amdgcn: Add gfx90a support)
[committed] d: add more 'final' and 'override' to gcc/d/*.cc 'visit' impls
2022-05-25 11:15 UTC
[PATCH] asan: Fix up instrumentation of assignments which are both loads and stores [PR105714]
2022-05-25 9:55 UTC (2+ messages)
[PATCH] DSE: Use the constant source if possible
2022-05-25 9:30 UTC (8+ messages)
` [PATCH v2] DSE: Use the constant store "
[committed] libgomp: Fix occassional hangs with taskwait nowait depend
2022-05-25 9:23 UTC
[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
2022-05-25 9:11 UTC
[PATCH] Modula-2: merge proposal/review: 1/9 01.patch-set-01
2022-05-25 9:10 UTC (6+ messages)
[PATCH] ipa-visibility: Optimize TLS access [PR99619]
2022-05-25 9:04 UTC (8+ messages)
[PATCH] aarch64: Fix pac-ret with unusual dwarf in libgcc unwinder [PR104689]
2022-05-25 7:40 UTC (4+ messages)
OpenMP patches pending review
2022-05-25 7:30 UTC (2+ messages)
[PATCH] configure: add --disable-fix-includes
2022-05-25 5:37 UTC (12+ messages)
` [PATCH v2] Support --disable-fixincludes
[PATCH]rs6000: optimize li+rldicr+cmpd==>rotldi+cmpldi for 16bits cst
2022-05-25 5:30 UTC (3+ messages)
` [PATCH V2]rs6000: Optimize comparison on rotated 16bits constant
` [PATCH V3]rs6000: "
[PATCH] Add a bit dislike for separate mem alternative when op is REG_P
2022-05-25 5:17 UTC (2+ messages)
[PATCH][_Hashtable] Fix insertion of range of type convertible to value_type PR 56112
2022-05-25 5:09 UTC (7+ messages)
` [PATCH][_Hashtable] Fix insertion of range of type convertible to value_type PR 105714
[PATCH 00/10] Add 'final' and 'override' where missing
2022-05-25 3:29 UTC (17+ messages)
` [PATCH 01/10] Add 'final' and 'override' to opt_pass vfunc impls
` [PATCH 02/10] Add 'final' and 'override' on dom_walker "
` [PATCH 03/10] expr.cc: use final/override on op_by_pieces_d vfuncs
` [PATCH 04/10] tree-switch-conversion.h: use final/override for cluster vfunc impls
` [PATCH 05/10] d: add 'final' and 'override' to gcc/d/*.cc 'visit' impls
` [PATCH 06/10] ipa: add 'final' and 'override' to call_summary_base vfunc impls
` [PATCH 07/10] value-relation.h: add 'final' and 'override' to relation_oracle "
` [PATCH 08/10] i386: add 'final' and 'override' to scalar_chain "
` [PATCH 09/10] tree-vect-slp-patterns.cc: add 'final' and 'override' to vect_pattern::build impls
` [PATCH 10/10] Add 'final' and 'override' in various places
[PATCH v2] RISC-V: Enable overlap-by-pieces in case of fast unaliged access
2022-05-25 1:47 UTC (5+ messages)
[PATCH v1] RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImode
2022-05-24 23:25 UTC (2+ messages)
[PATCH v1 1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi
2022-05-24 22:51 UTC (3+ messages)
` [PATCH v1 2/3] RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext "
` [PATCH v1 3/3] RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori
[PATCH v1 0/3] RISC-V: Improve sequences with shifted zero-extended operands
2022-05-24 21:47 UTC (4+ messages)
` [PATCH v1 1/3] RISC-V: add consecutive_bits_operand predicate
` [PATCH v1 2/3] RISC-V: Split slli+sh[123]add.uw opportunities to avoid zext.w
` [PATCH v1 3/3] RISC-V: Replace zero_extendsidi2_shifted with generalized split
[PATCH v2 1/2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]
2022-05-24 21:28 UTC (2+ messages)
` Ping: [PATCH v2] "
[r13-726 Regression] FAIL: libgomp.fortran/taskwait-depend-nowait-1.f90 -O execution test on Linux/x86_64
2022-05-24 21:05 UTC
[pushed] c++: constexpr returning deallocated ptr
2022-05-24 20:03 UTC
[pushed] c++: strict constexpr and local vars
2022-05-24 20:03 UTC
[RFA] gcc.misc-tests/outputs.exp: Use link test to check for -gsplit-dwarf support
2022-05-24 19:52 UTC (4+ messages)
` [ping] "
[pushed] c++: *this folding in constexpr call
2022-05-24 19:51 UTC
[pushed] c++: discarded-value and constexpr
2022-05-24 19:50 UTC
[pushed] c++: constexpr empty base redux [PR105622]
2022-05-24 19:50 UTC
[PATCH] [PR/target 105666] RISC-V: Inhibit FP <--> int register moves via tune param
2022-05-24 19:38 UTC (4+ messages)
[PATCH][wwwdocs] Document ASAN changes for GCC 13
2022-05-24 18:55 UTC (4+ messages)
[PATCH] sourcebuild.texi: Document new toplevel directories [PR82383]
2022-05-24 17:32 UTC
[PATCH 0/8][RFC] Support BTF decl_tag and type_tag annotations
2022-05-24 17:04 UTC (16+ messages)
` [ping][PATCH "
` [ping2][PATCH "
[patch][gcc13][i386][pr101891]Adjust -fzero-call-used-regs to always use XOR
2022-05-24 15:57 UTC (11+ messages)
` Back porting to GCC11/GCC12: "
[committed] amdgcn: Remove LLVM 9 assembler/linker support
2022-05-24 15:27 UTC
[PATCH] configure: cache result of "sys/sdt.h" header check
2022-05-24 14:48 UTC (3+ messages)
[PATCH] gcc: add --enable-systemtap switch [PR61257]
2022-05-24 14:47 UTC (4+ messages)
[PATCH 1/8] Move FINAL and OVERRIDE from ansidecl.h to gcc-plugin.h
2022-05-24 14:12 UTC (5+ messages)
` [PATCH] libiberty: remove FINAL and OVERRIDE from ansidecl.h
[PATCH V4 0/3] RISC-V:Add mininal support for Zicbo[mzp]
2022-05-24 13:02 UTC (2+ messages)
[PATCH] c++: fix ICE on invalid attributes [PR96637]
2022-05-24 12:40 UTC (5+ messages)
[PATCH] c++: set TYPE_CANONICAL for most templated types
2022-05-24 12:19 UTC (4+ messages)
[wwwdocs] Document <cstdint> changes in libstdc++
2022-05-24 12:08 UTC
[PATCH] limits.h, syslimits.h: do not install to include-fixed
2022-05-24 12:06 UTC (2+ messages)
[DOCS][PATCH][PUSHED] GCC 13: come up with Porting to
2022-05-24 12:00 UTC
[PATCH] Add operators / and * for profile_{count,probability}
2022-05-24 11:35 UTC (4+ messages)
[PATCH] Extend --with-zstd documentation
2022-05-24 11:24 UTC (4+ messages)
[PATCH] Introduce -finstrument-functions-once
2022-05-24 10:48 UTC
[PATCH] middle-end/105711 - properly handle CONST_INT when expanding bitfields
2022-05-24 10:12 UTC (3+ messages)
[PATCH/RFC] PR tree-optimization/96912: Recognize VEC_COND_EXPR in match.pd
2022-05-24 10:10 UTC (4+ messages)
[PATCH v4, rs6000] Add V1TI into vector comparison expand [PR103316]
2022-05-24 8:45 UTC
[PATCH] gengtype: do not skip char after escape sequnce
2022-05-24 8:45 UTC (4+ messages)
[PATCH] opts: improve option suggestion
2022-05-24 8:45 UTC (4+ messages)
[Patch] OpenMP: Support nowait with Fortran [PR105378]
2022-05-24 8:37 UTC (2+ messages)
[PATCH] tree-optimization/100221 - improve DSE a bit
2022-05-24 8:34 UTC (3+ messages)
[committed] openmp: Add taskwait nowait depend support [PR105378]
2022-05-24 7:17 UTC
[PATCH] middle-end/105604 - snprintf dianostics and non-constant sizes/offsets
2022-05-24 6:26 UTC (7+ messages)
[PATCH] x86: Avoid uninitialized variable in PR target/104441 test
2022-05-24 6:25 UTC (3+ messages)
[PATCH v3] x86: Document -mcet-switch
2022-05-24 6:24 UTC (2+ messages)
[PATCH, committed] testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706]
2022-05-24 6:21 UTC
[PATCH, committed] rs6000: Skip debug insns for union [PR105627]
2022-05-24 6:13 UTC
[PATCH] RISC-V: Enable TARGET_SUPPORTS_WIDE_INT
2022-05-23 23:32 UTC (3+ messages)
[committed] test plugins: use "final" and "override" directly, rather than via macros
2022-05-23 23:30 UTC
[x86 PATCH] Optimize double word negation of zero extended values
2022-05-23 20:40 UTC (2+ messages)
[committed] jit: use 'final' and 'override' where appropriate
2022-05-23 19:14 UTC
[committed] analyzer: use 'final' and 'override' where appropriate
2022-05-23 19:13 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).