[PATCH] ggc, jit: forcibly clear GTY roots in jit
2023-09-12 19:20 UTC (6+ messages)
[V2] RISC-V: Replace not + bitwise_imm with li + bitwise_not
2023-09-12 19:09 UTC
[PATCH] check_GNU_style.py: Skip .md square bracket linting
2023-09-12 18:54 UTC
[committed] libstdc++: Format Python code according to PEP8
2023-09-12 18:48 UTC (2+ messages)
Darwin: Replace environment runpath with embedded [PR88590]
2023-09-12 17:52 UTC (8+ messages)
[pushed] c++: __integer_pack with class argument [PR111357]
2023-09-12 17:49 UTC (3+ messages)
[PATCH RFC] diagnostic: add permerror variants with opt
2023-09-12 17:30 UTC
[PATCH] small _BitInt tweaks
2023-09-12 17:27 UTC (4+ messages)
[pushed] c++: ICE with -fno-exceptions and array init [PR107198]
2023-09-12 17:27 UTC
[PATCH 9/9] Native complex operation: Experimental support in x86 backend
2023-09-12 17:25 UTC (14+ messages)
` [PATCH v2 0/11] Native complex operations
` [PATCH v2 01/11] Native complex ops : Conditional lowering
` [PATCH v2 02/11] Native complex ops: Move functions to hooks
` [PATCH v2 03/11] Native complex ops: Add gen_rtx_complex hook
` [PATCH v2 04/11] Native complex ops: Allow native complex regs and ops in rtl
` [PATCH v2 05/11] Native complex ops: Add the conjugate op in optabs
` [PATCH v2 06/11] Native complex ops: Update how complex rotations are handled
` [PATCH v2 07/11] Native complex ops: Vectorization of native complex operations
` [PATCH v2 08/11] Native complex ops: Add explicit vector of complex
` [PATCH v2 09/11] Native complex ops: remove useless special cases
` [PATCH v2 10/11] Native complex ops: Add a fast complex multiplication pattern
` [PATCH v2 11/11] Native complex ops: Experimental support in x86 backend
RFC: RISC-V sign extension dead code elimination
2023-09-12 17:11 UTC (2+ messages)
[PATCH][_GLIBCXX_INLINE_VERSION] Fix <format> friend declarations
2023-09-12 17:04 UTC (3+ messages)
[PATCH 00/19] aarch64: Fix -fstack-protector issue
2023-09-12 16:45 UTC (21+ messages)
` [PATCH 01/19] aarch64: Use local frame vars in shrink-wrapping code
` [PATCH 02/19] aarch64: Avoid a use of callee_offset
` [PATCH 03/19] aarch64: Explicitly handle frames with no saved registers
` [PATCH 04/19] aarch64: Add bytes_below_saved_regs to frame info
` [PATCH 05/19] aarch64: Add bytes_below_hard_fp "
` [PATCH 06/19] aarch64: Tweak aarch64_save/restore_callee_saves
` [PATCH 07/19] aarch64: Only calculate chain_offset if there is a chain
` [PATCH 08/19] aarch64: Rename locals_offset to bytes_above_locals
` [PATCH 09/19] aarch64: Rename hard_fp_offset to bytes_above_hard_fp
` [PATCH 10/19] aarch64: Tweak frame_size comment
` [PATCH 11/19] aarch64: Measure reg_offset from the bottom of the frame
` [PATCH 12/19] aarch64: Simplify top of frame allocation
` [PATCH 13/19] aarch64: Minor initial adjustment tweak
` [PATCH 14/19] aarch64: Tweak stack clash boundary condition
` [PATCH 15/19] aarch64: Put LR save probe in first 16 bytes
` [PATCH 16/19] aarch64: Simplify probe of final frame allocation
` [PATCH 17/19] aarch64: Explicitly record probe registers in frame info
` [PATCH 18/19] aarch64: Remove below_hard_fp_saved_regs_size
` [PATCH 19/19] aarch64: Make stack smash canary protect saved registers
[PATCH v1] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
2023-09-12 16:39 UTC
[PATCH] libgomp, nvptx, amdgcn: parallel reverse offload
2023-09-12 16:32 UTC (2+ messages)
` [OG13][committed] "
[PATCH] RISC-V: Support cond vmulh.vv and vmulu.vv
2023-09-12 16:25 UTC
[PATCH] RISC-V: Support cond vnsrl/vnsra
2023-09-12 16:25 UTC
[PATCH] RISC-V: Support cond vfsgnj.vv autovec pattern
2023-09-12 16:25 UTC
[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
2023-09-12 16:09 UTC (4+ messages)
[PATCH V6] RISC-V: Enable vec_int testsuite for RVV VLA vectorization
2023-09-12 15:45 UTC (2+ messages)
[PATCH 1/2] MATCH: [PR111364] Add some more minmax cmp operand simplifications
2023-09-12 15:25 UTC (2+ messages)
` [PATCH 2/2] MATCH: Move `X <= MAX(X, Y)` before `MIN (X, C1) < C2` pattern
[Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions
2023-09-12 15:00 UTC (3+ messages)
` gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)
[PATCH 00/13] libstdc++: Add support for running tests with multiple -std options
2023-09-12 13:39 UTC (3+ messages)
` [PATCH 14/13] libstdc++: Re-initialize static data files used by tests
[PATCH V2] RISC-V: Support VECTOR BOOL vcond_mask optab[PR111337]
2023-09-12 13:37 UTC (2+ messages)
[PATCH] RISC-V: Support VECTOR BOOL vcond_mask optab[PR111337]
2023-09-12 13:32 UTC (3+ messages)
` "
[PATCH v1] RISC-V: Remove unused structure in cost model
2023-09-12 13:21 UTC (3+ messages)
[PATCH 1/3] libstdc++: Remove std::bind_front specialization for no bound args
2023-09-12 13:16 UTC (7+ messages)
` [PATCH 2/3] libstdc++: Fix std::bind_front perfect forwarding [PR111327]
` [PATCH 3/3] libstdc++: Fix std::not_fn "
[committed] contrib: Quote variable in test expression [PR111360]
2023-09-12 11:45 UTC
[PATCH V5] RISC-V: Support Dynamic LMUL Cost model
2023-09-12 11:32 UTC (3+ messages)
[PATCH 3/4] libgo/test: Fix compilation for build sysroot
2023-09-12 11:16 UTC (2+ messages)
` libgo: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH 3/4] libgo/test: Fix compilation for build sysroot)
[PATCH v4 0/5] Fix library testsuite compilation for build sysroot
2023-09-12 11:03 UTC (3+ messages)
` [PATCH v4 1/5] libatomic/test: Fix "
` libatomic: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH v4 1/5] libatomic/test: Fix compilation for build sysroot)
[PATCH v5 GCC] libffi/test: Fix compilation for build sysroot
2023-09-12 10:58 UTC (2+ messages)
` libffi: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot)
[PATCH V4] RISC-V: Support Dynamic LMUL Cost model
2023-09-12 10:57 UTC (9+ messages)
` "
[PATCH] MATCH: Simplify (a CMP1 b) ^ (a CMP2 b)
2023-09-12 10:35 UTC (2+ messages)
[PATCH] sccvn: Avoid ICEs on _BitInt load BIT_AND_EXPR mask [PR111338]
2023-09-12 10:19 UTC (2+ messages)
[PATCH v5] Implement new RTL optimizations pass: fold-mem-offsets
2023-09-12 10:13 UTC (3+ messages)
[PATCH] match: Don't sink comparisons into vec_cond operands
2023-09-12 10:06 UTC (2+ messages)
[PATCH] math-opts: Add dbgcounter for FMA formation
2023-09-12 9:52 UTC (2+ messages)
[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
2023-09-12 9:50 UTC (5+ messages)
[PATCH] Tweak language choice in config-list.mk
2023-09-12 9:47 UTC (2+ messages)
[PATCH] Checking undefined_p before using the vr
2023-09-12 9:46 UTC (2+ messages)
[PATCH] ssa_name_has_boolean_range vs signed-boolean:31 types
2023-09-12 9:42 UTC (3+ messages)
[PATCH v2 0/2] riscv: Introduce strlen/strcmp/strncmp inline expansion
2023-09-12 9:38 UTC (7+ messages)
` [PATCH v2 1/2] riscv: Add support for strlen "
` [PATCH v2 2/2] riscv: Add support for str(n)cmp "
[PATCH 0/4] Fix library testsuite compilation for build sysroot
2023-09-12 9:35 UTC (11+ messages)
` [PING^4][PATCH "
` Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951]
` libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951] (was: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951])
` Pass 'SYSROOT_CFLAGS_FOR_TARGET' down to target libraries [PR109951] "
[PATCH-2v2, rs6000] Implement 32bit inline lrint [PR88558]
2023-09-12 9:34 UTC (2+ messages)
[PATCH-1v2, rs6000] Enable SImode in FP registers on P7 [PR88558]
2023-09-12 9:33 UTC (2+ messages)
[PATCH] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
2023-09-12 9:30 UTC (3+ messages)
` [PING ^0] "
[PATCH v6] RISC-V:Optimize the MASK opt generation
2023-09-12 9:18 UTC
[PATCH 1/2] testsuite: Add and use thread_fence effective-target
2023-09-12 9:07 UTC (11+ messages)
` [PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests
[PATCH] RISC-V: Add missed cond autovec testcases
2023-09-12 9:07 UTC (4+ messages)
[committed][nvptx] Use .alias directive for mptx >= 6.3
2023-09-12 9:02 UTC (3+ messages)
` nvptx 'TARGET_USE_LOCAL_THUNK_ALIAS_P', 'TARGET_SUPPORTS_ALIASES' (was: [committed][nvptx] Use .alias directive for mptx >= 6.3)
[PATCH v1] RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
2023-09-12 8:56 UTC (16+ messages)
` "
` "
` [PATCH v2] "
` [PATCH v3] "
[Patch] OpenMP (C only): omp allocate - handle stack vars, improve diagnostic
2023-09-12 8:55 UTC (13+ messages)
` [Patch] OpenMP (C only): omp allocate - extend parsing support, improve diagnostic (was: [Patch] OpenMP (C only): omp allocate - handle stack vars, improve diagnostic)
` [Patch] OpenMP (C only): omp allocate - extend parsing support, improve diagnostic
Add dg test for matching function bodies
2023-09-12 8:45 UTC (5+ messages)
` [WIP] testsuite: Port 'check-function-bodies' to nvptx (was: Add dg test for matching function bodies)
` "
` testsuite: Port 'check-function-bodies' to nvptx
[PATCH] Improve rewrite_to_defined_overflow for lhs already the correct type
2023-09-12 8:28 UTC (2+ messages)
[PING^2] [PATCH v8] tree-ssa-sink: Improve code sinking pass
2023-09-12 7:46 UTC (2+ messages)
` [PING^3] "
[PATCH 0/2] Optimize is_member_object_pointer trait performance
2023-09-12 7:23 UTC (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_object_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_object_pointer trait performance
[PING^4] PATCH v5 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
2023-09-12 7:21 UTC (2+ messages)
` [PING^5] "
[PATCH 3/4] Improve functionality of ree pass
2023-09-12 7:20 UTC (2+ messages)
` [PING ^0][PATCH "
[r14-3823 Regression] FAIL: c-c++-common/analyzer/compound-assignment-1.c -std=c++98 (test for warnings, line 72) on Linux/x86_64
2023-09-12 7:02 UTC (4+ messages)
` [PATCH] testsuite work-around compound-assignment-1.c C++ failures on various targets [PR111377]
[PATCH v3] RISC-V: Elimilate warning in class vcreate
2023-09-12 6:54 UTC (2+ messages)
` "
[PATCH V3] RISC-V: Support Dynamic LMUL Cost model
2023-09-12 6:52 UTC (4+ messages)
` "
[PATCH 0/2] Optimize is_scoped_enum trait performance
2023-09-12 6:50 UTC (4+ messages)
` [PATCH 1/2] c++: Implement __is_scoped_enum built-in trait
` [PATCH 2/2] libstdc++: Optimize is_scoped_enum trait performance
[PATCH] RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert
2023-09-12 6:18 UTC (7+ messages)
[PATCH v2] RISC-V: Elimilate warning in class vcreate
2023-09-12 6:13 UTC
[PATCH] RISC-V: Elimilate warning
2023-09-12 5:54 UTC
[PATCH 0/2] Optimize is_member_pointer trait performance
2023-09-12 4:26 UTC (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_pointer trait performance
[PATCH] RISC-V: Add vcreate intrinsics for RVV tuple types
2023-09-12 3:21 UTC (4+ messages)
` "
[RFC PATCH 0/2] RISC-V: Change RISC-V bit manipulation / scalar crypto builtin types
2023-09-12 3:20 UTC (6+ messages)
` [PATCH "
` [PATCH 1/2] RISC-V: Make bit manipulation value / round number and shift amount types for builtins unsigned
` [PATCH 2/2] RISC-V: Make SHA-256, SM3 and SM4 builtins operate on uint32_t
[PATCH 3/3] [V2] [RISC-V] support cm.mva01s cm.mvsa01 in zcmp
2023-09-12 3:15 UTC (2+ messages)
[PATCH v5] RISC-V:Optimize the MASK opt generation
2023-09-12 3:08 UTC (3+ messages)
[PATCH 0/2] Optimize is_bounded_array trait performance
2023-09-12 2:38 UTC (3+ messages)
` [PATCH 1/2] c++: Implement __is_bounded_array built-in trait
` [PATCH 2/2] libstdc++: Optimize is_bounded_array trait performance
[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate
2023-09-12 1:58 UTC (2+ messages)
[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate
2023-09-12 0:56 UTC (6+ messages)
` [PATCH 2/2] [RISC-V] Enalble zcmp for -Os
` "
[Linaro-TCWG-CI] gcc patch #75674: FAIL: 88 regressions
2023-09-12 0:56 UTC
RISC-V: Replace not + bitwise_imm with li + bitwise_not
2023-09-12 0:56 UTC (3+ messages)
[PATCH 0/2] Optimize is_unbounded_array trait performance
2023-09-11 22:11 UTC (3+ messages)
` [PATCH 1/2] c++: Implement __is_unbounded_array built-in trait
` [PATCH 2/2] libstdc++: Optimize is_unbounded_array trait performance
[PATCH 0/9] Add btf_decl_tag C attribute
2023-09-11 21:39 UTC (2+ messages)
` [PING][PATCH "
[PATCH] MATCH: [PR111348] add missing :c to cmp in the `(a CMP b) ? minmax<a, c> : minmax<b, c>` pattern
2023-09-11 20:39 UTC
[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
2023-09-11 20:35 UTC (2+ messages)
c23 type compatibility rules, v2
2023-09-11 20:28 UTC (5+ messages)
` [C PATCH 1/6] c: reorganize recursive type checking
` [C PATCH 1/6 v2] "
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).