Messages by Thread
-
[committed] libstdc++: Restore call to test6642 in string_vector_iterators.cc test [PR104874]
Tomasz Kamiński
-
[PATCH v9 09/13] aarch64: testsuite: Add diagnostic tests for Aarch64 FMV.
Alfie Richards
-
[PATCH v9 06/13] c/c++: Add target_[version/clones] to decl diagnostics formatting.
Alfie Richards
-
[PATCH v9 08/13] fmv: Support mixing of target_clones and target_version.
Alfie Richards
-
[PATCH v9 05/13] fmv: Change target_version semantics to follow ACLE specification.
Alfie Richards
-
[PATCH v9 11/13] c: Add target_version attribute support.
Alfie Richards
-
[PATCH v9 10/13] aarch64: Remove FMV beta warning.
Alfie Richards
-
[PATCH v9 07/13] c++: Refactor FMV frontend conflict and merging logic and hooks.
Alfie Richards
-
[PATCH v9 02/13] fmv: Refactor FMV name mangling.
Alfie Richards
-
[PATCH v9 03/13] riscv: Refactor riscv target parsing to take string_slice.
Alfie Richards
-
[PATCH v9 01/13] cgraph: Add clone_identifier function.
Alfie Richards
-
[PATCH v9 00/13] C/C++: FMV refactor, C FMV support and ACLE compliance
Alfie Richards
-
[PATCH 0/3] LoongArch: Fix semantic issue and ICE of 16B CAS
Xi Ruoyao
-
[PATCH][risc-v] Fix riscv build, no longer works with python2
Richard Biener
-
[PATCH 1/5]middle-end: Add scaffolding to support narrowing IFNs
Tamar Christina
-
[PATCH v1 0/4] RISC-V: Combine vec_duplicate + vmacc.vv to vmacc.vx on GR2VR cost
pan2 . li
-
[COMMITTED] testsuite: Fix g++.dg/abi/mangle83.C [PR121578]
Nathaniel Shead
-
[PATCH 1/3]AArch64: Fix scalar costing after removal of vectype from mid-end [PR121536]
Tamar Christina
-
[PATCH] middle-end: Fix malloc like functions when calling with void "return" [PR120024]
Andrew Pinski
-
[PATCH v3] x86: Place the TLS call before all register setting BBs
H.J. Lu
-
[PATCHv9] libstdc++: Add generate_canonical impl (P0952, LWG2524) [PR119739]
Nathan Myers
-
[PUSHED] docs: Fix __builtin_object_size example [PR121581]
Andrew Pinski
-
[PATCH v2] arm: always enable both simd and mve builtins
Christophe Lyon
-
[PATCH v2 1/2] testsuite: arm: remove arm32 check from a few effective-targets
Christophe Lyon
-
[PATCH v4] [aarch64] Make better use of overflowing operations in max/min(a, add/sub(a, b)) [PR116815]
dhruvc
-
Re: [PATCH v1] rs6000: Restore opaque overload variant for correct diagnostics
Kishan Parmar
-
[PATCH] c++: constrained corresponding using from partial spec [PR121351]
Patrick Palka
-
[PATCH] tree-optimization/121527 - wrong SRA with aggregage copy
Richard Biener
-
[PATCH] RISC-V: Replace deprecated FUNCTION_VALUE/LIBCALL_VALUE macros with target hooks
Kito Cheng
-
[GCC 15] aarch64: Fix mode mismatch when building a predicate [PR121118]
Richard Sandiford
-
[PATCH] libstdc++: Add nodiscard attribute for ranges algorithm [PR121476]
Tomasz Kamiński
-
[PATCH] gcse: Fix handling of partial clobbers [PR97497]
Richard Sandiford
-
[RFC PATCH v2] [AutoFDO] Source filename tracking in GCOV
dhruvc
-
[PATCH v2 0/4] implement defer statements as per ts 25755
Anna (navi) Figueiredo Gomes
-
Re:[pushed] [PATCH 00/17] LoongArch: Clean up atomic operations and implement 16-byte atomic operations
Lulu Cheng
-
[PATCH v2] x86: Place the TLS call before all register setting BBs
H.J. Lu
-
[PATCH] [PR target/109324] H8/300: Fix genrecog warnings about operands missing modes.
Jan Dubiec
-
[COMMITED] MAINTAINERS, contrib: Appease check-MAINTAINERS.py (email order)
Filip Kastl
-
[PATCH] testsuite: Fix PR108080 testcase for some targets [PR121396]
Nathaniel Shead
-
[PATCH] c++/modules: Fix exporting using-decls of unattached purview functions [PR120195]
Nathaniel Shead
-
[PATCH] x86: Place the TLS call before all FLAGS_REG setting BBs
H.J. Lu
-
[PATCH v2] c++: Fix ICE on mangling invalid compound requirement [PR120618]
Ben Wu
-
[PATCH] Rewrite bool loads for undefined case [PR121279]
Andrew Pinski
-
[PATCH] RISC-V: Fix block matching in arch-canonicalize [PR121538]
Dimitar Dimitrov
-
[PATCH v1 0/2] Refine the vx combine pattern
pan2 . li
-
[PATCH v3] libstdc++: Implement LWG4222 'expected' constructor from a single value missing a constraint
Yihan Wang
-
[committed] cobol: Eliminate a run-time structure type that is no longer used.
Robert Dubner
-
[committed] real: Eliminate access to uninitialized memory.
Robert Dubner
-
[RISC-V][PR target/121213] Avoid unnecessary constant load in amoswap
Austin Law
-
[COMMITTED] RISC-V: fix __builtin_round clobbering FP exceptions flags [PR121534]
Vineet Gupta
-
[PATCH v9] Provide new option -fdiagnostics-show-context=N for -Warray-bounds, -Wstringop-* warnings [PR109071, PR85788, PR88771, PR106762, PR108770, PR115274, PR117179]
Qing Zhao
-
[PATCH] c++: Implement __builtin_structured_binding_size trait
Jakub Jelinek
-
[pushed] testsuite: Add a test for [PR119156]
Richard Sandiford
-
Re: [PATCH v9 13/13] FMV: Redirect to specific target
Richard Sandiford
-
Re: [PATCH v9 04/13] fmv: Add check_target_clone hook for filtering target_clone versions.
Richard Sandiford
-
[PATCH] c++: Add testcases for the defarg part of P1766R1 [PR121552]
Jakub Jelinek
-
[PATCH][13 BACKPORT] AArch64: Fix invalid immediate offsets in SVE gather/scatter [PR121449]
Pengfei Li
-
[PATCH v3] RISC-V: MIPS prefetch extensions for MIPS RV64 P8700 and can be enabled with xmipscbop.
Umesh Kalappa
-
[PATCHv8] libstdc++: Add generate_canonical impl (P0952, LWG2524) [PR119739]
Nathan Myers
-
[PATCH v4 1/2] RISC-V: Fix can_find_related_mode_p for VLS type
Kito Cheng
-
Ping: [PATCH] PR target/120681 - allow -mcmodel=large with PC relative addressing
Michael Meissner
-
Ping: [PATCH] PR target/120528 -- Simplify zero extend from memory to VSX register on power10
Michael Meissner
-
Re:[ping^4] [ping^3][ping^2] [PATCH v2] MIPS: Fix the issue with the '-fpatchable-function-entry=' feature.
Lulu Cheng
-
[PATCH v3 1/2] RISC-V: Fix can_find_related_mode_p for VLS type
Kito Cheng
-
Re: [PATCH v1]RISCV: MIPS prefetch extensions for MIPS RV64 P8700 and can be enabled with xmipscbop.
Jeff Law
-
[PATCH v2] x86: Add target("80387") function attribute
H.J. Lu
-
[PATCH] c++: Deducing member array type from string literal [PR121518]
seha-bot
-
[PATCH v2] RISC-V: fix __builtin_round clobbering FP exceptions flags [PR121534]
Vineet Gupta
-
Re: [PATCH] fixincludes: skip stdio_stdarg_h on modern darwin
FX Coudert
-
[PATCH] c++: Implement C++20 P1766R1 - Mitigating minor modules maladies [PR121552]
Jakub Jelinek
-
[PATCH] c++: Fix default argument parsing in non-comma variadic methods [PR121539]
Jakub Jelinek
-
[to-be-committed][PR target/119275][RISC-V] Avoid calling gen_lowpart in cases where it would ICE
Jeff Law
-
[pushed] wwwdocs: style: Twitter is now X
Gerald Pfeifer
-
[pushed] wwwdocs: gcc-11: Update AArch64 link for -mharden-sls
Gerald Pfeifer
-
Re: [PATCH] arm: avoid gcc_s dependency
Ramana Radhakrishnan