[PATCH 0/13] rs6000, built-in cleanup patch series
2024-04-19 21:18 UTC (14+ messages)
` [PATCH 1/13] rs6000, Remove __builtin_vsx_cmple* builtins
` [PATCH 2/13] rs6000, Remove __builtin_vsx_xvcvspsxws built-in
` [PATCH 3/13] rs6000, fix error in unsigned vector float to unsigned int built-in definitions
` [PATCH 4/13] rs6000, extend the current vec_{un,}signed{e,o} built-ins
` [PATCH 5/13] rs6000, remove duplicated built-ins of vecmergl and vec_mergeh
` [PATCH 6/13] rs6000, add overloaded vec_sel with int128 arguments
` [PATCH 7/13] rs6000, remove the vec_xxsel built-ins, they are duplicates
` [PATCH 8/13] rs6000, remove __builtin_vsx_vperm_* built-ins
` [PATCH 9/13] rs6000, remove __builtin_vsx_xvnegdp and __builtin_vsx_xvnegsp built-ins
` [PATCH 10/13] rs6000, extend vec_xxpermdi built-in for __int128 args
` [PATCH 11/13] rs6000, remove __builtin_vsx_xvcmpeqsp_p built-in
` [PATCH 12/13] rs6000, remove __builtin_vsx_xvcmpeqsp built-in
` [PATCH 13/13] rs6000, remove vector set and vector init built-ins
[PATCH] c-family: Allow arguments with NULLPTR_TYPE as sentinels [PR114780]
2024-04-19 21:02 UTC (2+ messages)
[RFC][PATCH v1 0/4] Allow flexible array members in unions and alone in structures [PR53548]
2024-04-19 20:54 UTC (6+ messages)
` [RFC][PATCH v1 1/4] Documentation change
` [RFC][PATCH v1 2/4] C and C++ FE changes to support flexible array members in unions and alone in structures
` [RFC][PATCH v1 3/4] Add testing cases for "
` [RFC][PATCH v1 4/4] Adjust testcases for flexible array member in union and alone in structure extension
c23 type compatibility rules, v3
2024-04-19 20:39 UTC (11+ messages)
` [C PATCH, v2] Fix ICE with -g and -std=c23 related to incomplete types [PR114361]
` [PATCH] c, v3: "
[committed] libstdc++: Simplify constraints on <=> for std::reference_wrapper
2024-04-19 20:08 UTC
[PATCH] libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]
2024-04-19 20:08 UTC (5+ messages)
[Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114
2024-04-19 18:33 UTC (3+ messages)
Request for testing on non-Linux targets; remove special casing of /usr/lib and /lib from the driver
2024-04-19 17:01 UTC (4+ messages)
[PATCH] [testsuite] [arm] require arm_v8_1m_main for pacbti tests
2024-04-19 16:37 UTC (5+ messages)
` [PATCH v2] [testsuite] [arm] add effective target and options "
[PATCH] c++/modules: Fix instantiation of imported temploid friends [PR114275]
2024-04-19 16:29 UTC (8+ messages)
` [PATCH v2 1/2] c++: Standardise errors for module_may_redeclare
` [PATCH v2 2/2] c++/modules: Fix instantiation of imported temploid friends [PR114275]
` [PATCH v3 2/2] c++: "
[committed] internal-fn: Fix up expand_arith_overflow [PR114753]
2024-04-19 16:17 UTC
[PATCH v1] RISC-V: Revert RVV wv instructions overlap and xfail tests
2024-04-19 14:54 UTC (2+ messages)
[PATCH 1/2] LoongArch: Define ISA versions
2024-04-19 14:27 UTC (5+ messages)
` [PATCH 2/2] LoongArch: Define builtin macros for ISA evolutions
[PATCH]middle-end: refactory vect_recog_absolute_difference to simplify flow [PR114769]
2024-04-19 13:32 UTC (2+ messages)
[PATCH] libgccjit: Add support for machine-dependent builtins
2024-04-19 12:35 UTC (9+ messages)
[PATCH] libgccjit: Add ability to get CPU features
2024-04-19 12:34 UTC (8+ messages)
` Frontend access to target features (was Re: [PATCH] libgccjit: Add ability to get CPU features)
[PATCH] rtlanal: Fix set_noop_p for volatile loads or stores [PR114768]
2024-04-19 10:39 UTC (5+ messages)
` Enable 'gcc.dg/pr114768.c' for nvptx target [PR114768] (was: [PATCH] rtlanal: Fix set_noop_p for volatile loads or stores [PR114768])
[PATCH v3] bpf: remove huge memory waste with string allocation
2024-04-19 10:18 UTC (3+ messages)
[PATCH 1/3] bpf: support more instructions to match CO-RE relocations
2024-04-19 10:17 UTC (8+ messages)
` [PATCH 3/3] bpf: add line_info support to BTF.ext section
[PATCH] rust: Do not link with libdl and libpthread unconditionally
2024-04-19 9:47 UTC
[PATCH] libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
2024-04-19 9:18 UTC (3+ messages)
[committed] d: Fix ICE in build_deref, at d/d-codegen.cc:1650 [PR111650]
2024-04-19 9:09 UTC
[PATCH] contrib: Add autoregen.py
2024-04-19 9:07 UTC (2+ messages)
[PATCH 1/2] ARC: Use intrinsics for __builtin_add_overflow*()
2024-04-19 7:20 UTC (6+ messages)
` [PATCH 2/2] ARC: Use intrinsics for __builtin_sub_overflow*()
[PATCH] libgcc: Another __divmodbitint4 bug fix [PR114762]
2024-04-19 6:33 UTC (2+ messages)
[PATCH] gcc-13/changes.html (LoongArch): Fix link
2024-04-19 6:23 UTC
[PATCH v1 0/6] Add DLL import/export implementation to AArch64
2024-04-18 21:49 UTC (7+ messages)
` [PATCH v1 1/6] Move mingw_* declarations to the mingw folder
` [PATCH v1 2/6] Extract ix86 dllimport implementation to mingw
` [PATCH v1 3/6] Rename functions for reuse in AArch64
` [PATCH v1 4/6] aarch64: Add selectany attribute handling
` [PATCH v1 5/6] Adjust DLL import/export implementation for AArch64
` [PATCH v1 6/6] aarch64: Add DLL import/export to AArch64 target
[gcc-13 PATCH 0/2] Replace libstdc++_libbacktrace.a with libstdc++exp.a
2024-04-18 20:34 UTC (4+ messages)
` [gcc-13 PATCH 1/2] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
` [gcc-13 PATCH 2/2] libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp
[committed, wwwdocs] gcc-14/changes.html: nios2 target is obsolete
2024-04-18 20:33 UTC
[committed] Add nios2*-*-* to the list of obsolete targets
2024-04-18 20:31 UTC
[PATCH 0/3] Recover in-tree libiconv build support
2024-04-18 16:41 UTC (2+ messages)
[PATCH] [testsuite] introduce strndup effective target
2024-04-18 15:06 UTC (3+ messages)
[PATCH] [libstdc++] introduce --disable-compat-libstdcxx-abi
2024-04-18 14:45 UTC (3+ messages)
[PATCH v2] gcc-14: Add Ada changes
2024-04-18 13:24 UTC
[PATCH] [vxworks] avoid mangling __STDC_VERSION_LIMITS_H__
2024-04-18 12:57 UTC (2+ messages)
[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t
2024-04-18 11:10 UTC (2+ messages)
[PATCH] [testsuite] [arm] accept empty init for bfloat16
2024-04-18 10:56 UTC (4+ messages)
[PATCH, rs6000] Use bcdsub. instead of bcdadd. for bcd invalid number checking
2024-04-18 10:35 UTC (3+ messages)
[PATCH]AArch64: remove reliance on register allocator for simd/gpreg costing. [PR114741]
2024-04-18 10:20 UTC (2+ messages)
[PATCH] libgcc: Fix up __divmodbitint4 [PR114755]
2024-04-18 10:01 UTC (4+ messages)
[PATCH] libgfortran: Fix up the autoreconf warnings
2024-04-18 9:23 UTC
[PATCH v2 1/2] Driver: Add new -truncate option
2024-04-18 8:26 UTC (5+ messages)
` [PATCH v2 2/2] lto-wrapper: Truncate files using -truncate driver option [PR110710]
[PATCH] internal-fn: Temporarily disable flag_trapv during .{ADD,SUB,MUL}_OVERFLOW etc. expansion [PR114753]
2024-04-18 7:39 UTC (2+ messages)
Standard Business cards Printing
2024-04-18 6:50 UTC
[PATCH] Fix link on gcc-13/changes.html
2024-04-18 3:23 UTC
[PATCH 1/2] Driver: Add new -truncate option
2024-04-18 2:43 UTC (4+ messages)
` [PATCH 2/2] lto-wrapper: Truncate files using -truncate driver option [PR110710]
#Screws--
2024-04-18 1:58 UTC
[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
2024-04-18 1:46 UTC (14+ messages)
` [PATCH v2] DSE: Bugfix ICE after allow vector type in get_stored_val
AMP:::Are you available?
2024-04-17 20:46 UTC
[PATCH v2] bpf: remove huge memory waste with string allocation
2024-04-17 19:21 UTC (2+ messages)
[PATCH] [testsuite] [i386] add -msse2 to tests that require it
2024-04-17 18:25 UTC (2+ messages)
[PATCH] [testsuite] [i386] work around fails with --enable-frame-pointer
2024-04-17 18:24 UTC (2+ messages)
[PATCH] libcpp: Regenerate aclocal.m4 and configure [PR 114748]
2024-04-17 17:20 UTC (4+ messages)
[Patch, fortran] PR114739 [14 Regression] ice in gfc_find_derived_types, at fortran/symbol.cc:2458
2024-04-17 16:43 UTC
[committed] libstdc++: Implement "Printing blank lines with println" for C++23
2024-04-17 16:40 UTC
[PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension}
2024-04-17 15:41 UTC (3+ messages)
[PATCH] build: Check for cargo when building rust language
2024-04-17 14:54 UTC (7+ messages)
` build: Use of cargo not yet supported here in Canadian cross configurations (was: [PATCH] build: Check for cargo when building rust language)
` build: Use of cargo not yet supported here in Canadian cross configurations
[PATCH] c++: Retry the aliasing of base/complete cdtor optimization at import_export_decl time [PR113208]
2024-04-17 14:39 UTC (7+ messages)
[PATCH] DOCUMENTATION_ROOT_URL vs. release branches [PR114738]
2024-04-17 12:44 UTC (2+ messages)
[PATCH] Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXPR in GIMPLE FE
2024-04-17 12:11 UTC
[PATCH] testsuite, rs6000: Fix builtins-6-p9-runnable.c for BE [PR114744]
2024-04-17 9:30 UTC
[PATCH V3] rs6000: Don't ICE when compiling the __builtin_vsx_splat_2di built-in [PR113950]
2024-04-17 9:28 UTC (6+ messages)
[PATCH] tree-optimization/114749 - reset partial vector decision for no-SLP retry
2024-04-17 9:25 UTC
[PATCH] rs6000: load high and low part of 128bit vector independently [PR110040]
2024-04-17 9:16 UTC (3+ messages)
` [PING^2][PATCH] "
` [PING^3][PATCH] "
[PATCH] rs6000: Fix issue in specifying PTImode as an attribute [PR106895]
2024-04-17 9:14 UTC (4+ messages)
` [PING^1][PATCH] "
` [PATCH v2] "
` [PING^1][PATCH "
[patch,avr,applied] PR114752 - Fix ICE on inline asm const 64-bit float operand
2024-04-17 8:33 UTC
[PATCH] libstdc++: Add include guard to simd-internal header
2024-04-17 8:20 UTC (2+ messages)
[PATCH] libstdc++: Avoid ill-formed types on ARM
2024-04-17 8:20 UTC (2+ messages)
GCN: Enable effective-target 'vect_long_long'
2024-04-17 8:17 UTC (2+ messages)
[PATCH] asan: Don't instrument .ABNORMAL_DISPATCHER [PR114743]
2024-04-17 7:29 UTC (2+ messages)
[PATCH, rs6000] Fix test case bcd4.c
2024-04-17 7:26 UTC (2+ messages)
[PATCH] s390: avoid peeking eof after __vector
2024-04-17 6:09 UTC (3+ messages)
[PATCH v2, RFC] fsra: gimple final sra pass for paramters and returns
2024-04-17 2:00 UTC (2+ messages)
[PATCH] [c++] [testsuite] adjust contracts9.C for negative addresses
2024-04-16 22:25 UTC (2+ messages)
[committed] libstdc++: Fix "extact" typos in comments
2024-04-16 15:46 UTC
Purchase Confirmation KCAMF3434816660 of plans
2024-04-16 14:55 UTC
[PATCH] middle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR
2024-04-16 14:06 UTC
[PATCH] middle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR
2024-04-16 14:00 UTC
[PATCH]middle-end: skip vectorization check on ilp32 on vect-early-break_124-pr114403.c
2024-04-16 13:44 UTC (5+ messages)
[PATCH] tree-optimization/114736 - SLP DFS walk issue
2024-04-16 10:36 UTC
[PATCH] tree-optimization/114733 - neg induction fails for 1 element vectors
2024-04-16 10:36 UTC
[PATCH] Fortran: ALLOCATE of fixed-length CHARACTER with SOURCE/MOLD [PR113793]
2024-04-16 9:24 UTC (2+ messages)
[PATCH, OpenACC 2.7] Adjust acc_map_data/acc_unmap_data interaction with reference counters
2024-04-16 9:12 UTC (7+ messages)
` [PATCH, OpenACC 2.7, v2] "
` [PATCH, OpenACC 2.7, v3] "
[PATCH] gotools: Workaround non-reproduceability of automake
2024-04-16 9:09 UTC (4+ messages)
[gcc r14-7544] gccrs: libproc_macro: Build statically
2024-04-16 8:58 UTC (2+ messages)
[testsuite] [aarch64] Require fpic effective target
2024-04-16 8:57 UTC (2+ messages)
[PATCH] Fix some comment nits
2024-04-16 7:47 UTC (2+ messages)
[committed] c++: Handle ARRAY_TYPE in check_bit_cast_type [PR114706]
2024-04-16 7:40 UTC
[PATCH] [testsuite] [i386] require fpic for pr111497.C
2024-04-16 7:15 UTC (2+ messages)
[PATCH] [testsuite] xfail pr103798-2 in C++ on vxworks too [PR113706]
2024-04-16 7:13 UTC (2+ messages)
[PATCH] [testsuite] [analyzer] include sys/select.h if available
2024-04-16 7:12 UTC (2+ messages)
[PATCH] [testsuite] [analyzer] require fork where used
2024-04-16 7:12 UTC (2+ messages)
[PATCH] [testsuite] [analyzer] skip access-mode: O_ACCMODE on vxworks
2024-04-16 7:11 UTC (2+ messages)
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).