Messages by Thread
-
[committed] libstdc++: Remove use of __packed name conflicting with newlib.
Tomasz KamiĆski
-
[PATCH] RISC-V: Add Andes 45 series pipeline description.
Kuan-Lin Chen
-
[PATCH] RISC-V: Add Andes 23 series pipeline description.
Kuan-Lin Chen
-
[PATCH] Revert "RISC-V: Implement RISC-V profile macro support"
Zhongyao Chen
-
Re: [PATCH v3] Add built-in memalignment [PR122117]
Peter0x44
-
[PATCH] Refactor mgather/mscatter implementation.
liuhongt
-
[PUSHED 1/2] phiprop: Make sure types of the load match the inserted phi [PR122847]
Andrew Pinski
-
[PATCH v8 0/1] c: Add _Maxof & _Minof [n3628]
Alejandro Colomar
-
[PATCH] eh: Invoke cleanups/destructors in asm goto jumps [PR122835]
Jakub Jelinek
-
[PATCH] match.pd: Use get_range_query (cfun) in more simplifications and pass current stmt to range_of_expr [PR119683]
Jakub Jelinek
-
[PATCH] c++: Use get_alias_set (ptr_type_node) instead of 0 as alias set for PMF* [PR119969]
Jakub Jelinek
-
[COMMITTED 01/12] gccrs: fix segfault in clone_pattern w macro
arthur . cohen
-
[PATCH v3 1/5] libstdc++: Future-proof C++20 atomic wait/notify
Jonathan Wakely
-
[PATCH] PR tree-optimization/122686 - Provide value_range::equal_p which ignores bitmaks.
Andrew MacLeod
-
[PING^3][PATCH] rs6000: Improve codegen for __builtin_bswap16 on GPRs [PR121076]
Kishan Parmar
-
[PING^1][PATCH] rs6000: New splitter to combine two rotates into rldic+rldimi sequence
Kishan Parmar
-
[pushed: r16-5590] testsuite: fix issues in gcc.dg/analyzer/strchr-1.c seen with C23 libc
David Malcolm
-
[pushed: r16-5589] analyzer: add logging to deref_before_check::emit
David Malcolm
-
Unreviewd build patch
Rainer Orth
-
[PATCH v4] preprocessor: More escapes for Makefile rules (-M option) [PR41329, PR121450]
joergboe
-
[Patch, fortran] PR104650 - [PDT] ICE in gfc_resolve_finalizers, at fortran/resolve.cc:13749 since r8-3056-g5bab4c9631c478b7
Paul Richard Thomas
-
[PATCH v4 3/3][committed] AArch64: Implement {cond_}vec_cbranch_{any|all} [PR118974]
Tamar Christina
-
[PATCH v2 1/2] libstdc++: Future-proof C++20 atomic wait/notify
Jonathan Wakely
-
[PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
Ping: Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495,PR122496]
Qing Zhao
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Joseph Myers
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Joseph Myers
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Joseph Myers
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Joseph Myers
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Joseph Myers
-
Re: [PATCH v2] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495, PR122496]
Qing Zhao
-
[PATCH] libstdc++: Bump libtool_VERSION for GCC 16
Jonathan Wakely
-
Re: [PATCH v5] [aarch64] Make better use of overflowing operations in max/min(a, add/sub(a, b)) [PR116815]
Alex Coplan
-
[pushed] c++: modules documentation tweak
Jason Merrill
-
Re: [PATCH v2 2/4] openmp: Bump Version from 4.5 to 5.2 (2/4)
Tobias Burnus
-
arm: add extra sizes to Wstrinop-overflow-47.c warning tests
Andre Vieira
-
[committed] openmp: Fix up OpenMP expansion of collapsed loops [PR120564]
Jakub Jelinek
-
Re: [PATCH v2 1/4] openmp: Bump Version from 4.5 to 5.2 (1/4)
Tobias Burnus
-
[PATCH] gimplify, ubsan: Fix -fopenmp -fsanitize=bounds ICE [PR120052]
Jakub Jelinek
-
[PATCH] testsuite: Fix g++.dg/DRs/dr2581-1.C etc. on non-Linux
Rainer Orth
-
[PATCH] testsuite: Fix up vla-1.c test [PR119931]
Jakub Jelinek
-
[committed] alias: Fix comment typo
Jakub Jelinek
-
Re: [PATCH 2/2] AArch64: Enable dispatch scheduling for Olympus core.
Maxim Kuvyrkov
-
[PATCH, V9] Add -mcpu=future to the PowerPC
Michael Meissner
-
[PATCH v2 0/2] Support unsigned scalar SAT_MUL form 7
pan2 . li
-
[PATCH] rs6000: Support __vector_pair and __vector_quad from POWER9 and later.
Avinash Jayakar
-
Re: [PING^2] [PATCH v2] configure: reject unsupported --with-long-double-64 option
Manjunath S Matti
-
[PATCH] c++: Allow lambda expressions in template type parameters [PR116952]
Eczbek
-
[PATCH v2 4/4] openmp: Bump Version from 4.5 to 5.2 (4/4)
Gio T
-
[PATCH v2 3/4] openmp: Bump Version from 4.5 to 5.2 (3/4)
Gio T
-
[PATCH] lto/122515: Avoid using SSIZE_MAX
Siddhesh Poyarekar
-
[PATCH v7 0/1] c: Add _Maxof & _Minof [n3628]
Alejandro Colomar
-
[PATCH] c++: fix crash with pack indexing in noexcept [PR121325]
Marek Polacek
-
[PATCH v2 00/14] vect: Enable vectorization of uncounted loops
Victor Do Nascimento
-
[committed] hppa: Update peephole2 patterns for scaled/unscaled indexed loads and stores
John David Anglin
-
[RFC v3 0/9] Extend BB SLP vectorization to use predicated tails
Christopher Bazley
-
[PATCH][v2] Select both inbranch and notinbranch clone during SIMD call analysis
Richard Biener
-
[PATCH] Avoid incomplete SLP handling for OMP SIMD calls with linear/invariant clause
Richard Biener
-
[Ada] Fix PR ada/81106
Eric Botcazou