[PATCH] libgccjit: Allow sending a const pointer as argument
2024-10-15 17:09 UTC (4+ messages)
[PATCH] c: Implement C2Y N3355 - Named Loops [PR117022]
2024-10-15 17:00 UTC (4+ messages)
` [PATCH] c, v2: "
[PATCH v8] Provide new GCC builtin __builtin_counted_by_ref [PR116016]
2024-10-15 16:23 UTC (2+ messages)
[committed] testsuite/i386: Require AVX2 effective target in pr107432-9.c
2024-10-15 15:47 UTC
[PUSHED] C++: Regenerate c.opt.urls [PR117157]
2024-10-15 15:33 UTC
[PATCH v4] RISC-V: add option -m(no-)autovec-segment
2024-10-15 15:16 UTC (2+ messages)
[PUSHED] C++: Add opindex for -Wchanges-meaning [PR117157]
2024-10-15 15:08 UTC
[pushed: r15-4361] testsuite: simplify analyzer_cpython_plugin.c
2024-10-15 15:06 UTC
[pushed: r15-4360] testsuite, jit: fix test-error-pr63969-missing-driver.c
2024-10-15 15:06 UTC
[PATCH RFC 1/4] c-family: add -fsearch-include-path
2024-10-15 14:57 UTC (6+ messages)
` [PATCH 4/4] c++: enable modules by default in c++20
[PATCH 1/2] Reduce lane utilization in VEC_PERM_EXPRs for two_operator nodes
2024-10-15 14:56 UTC (2+ messages)
` [PATCH 2/2] Add a new permute optimization step in SLP
[committed] i386: Fix expand_vector_set for VEC_MERGE/VEC_DUPLICATE RTX [PR117116]
2024-10-15 14:55 UTC
[PATCH] warning option for traps (-Wtrap)
2024-10-15 14:53 UTC (8+ messages)
[PATCH] tree-optimization/117138 - fix ICE with vector comparison in COND_EXPR
2024-10-15 14:47 UTC
[PATCH 1/7] libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]
2024-10-15 14:38 UTC (8+ messages)
` [PATCH 2/7] libstdc++: Make __normal_iterator constexpr, always_inline, nodiscard
` [PATCH 3/7] libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]
` [PATCH 4/7] libstdc++: Remove indirection to __find_if in std::find etc
` [PATCH 5/7] libstdc++: Add nodiscard to std::find
` [PATCH 6/7] libstdc++: Add always_inline to some one-liners in <bits/stl_algobase.h>
` [PATCH 7/7] libstdc++: Reuse std::__assign_one in <bits/ranges_algobase.h>
[PATCH] [RFC] target/117072 - more RTL FMA canonicalization
2024-10-15 14:32 UTC (6+ messages)
` [PATCH 0/2] Canonicalize (vec_merge (fma op1 op2 op3) op1 mask) to (vec_merge (fma op1 op2 op3) op1 mask)
` [PATCH 1/2] [Middle-end] Canonicalize (vec_merge (fma op2 op1 "
` [PATCH 2/2] [x86] Canonicalize (vec_merge (fma: op2 op1 op3) (match_dup 1)) mask) to (vec_merge (fma: op1 op2 op3) (match_dup 1)) mask)
[PATCH 0/5] arm, MVE: Refactor the vst and vld intrinsics
2024-10-15 14:30 UTC (11+ messages)
` [PATCH 1/5] arm: [MVE intrinsics] fix vst tests
` [PATCH 2/5] arm: [MVE intrinsics] Add load_ext intrinsic shape
` [PATCH 3/5] arm: [MVE intrinsics] Add load_extending and store_truncating function bases
` [PATCH 4/5] arm: [MVE intrinsics] Add support for predicated contiguous loads and stores
` [PATCH 5/5] arm: [MVE intrinsics] Rework MVE vld/vst intrinsics
[PATCH v2] alpha: Add -mlra option
2024-10-15 14:18 UTC (11+ messages)
[PATCH 1/2] c++: some further concepts cleanups
2024-10-15 14:14 UTC (4+ messages)
` [PATCH 2/2] c++: constrained auto NTTP vs associated constraints
[PATCH] RISC-V: Use biggest_mode as mode for constants
2024-10-15 13:58 UTC (2+ messages)
[PATCH] libstdc++: Implement LWG 3798 for range adaptors [PR106676]
2024-10-15 13:46 UTC (3+ messages)
[PATCH] c++: Restore rust front-end build [PR117114]
2024-10-15 13:25 UTC (3+ messages)
[PATCH] c++: unifying lvalue vs rvalue (non-forwarding) ref [PR116710]
2024-10-15 13:21 UTC (2+ messages)
[PATCH] c++: checking ICE w/ lambda targ inside constexpr if [PR117054]
2024-10-15 13:20 UTC (2+ messages)
[PATCH 4/4]middle-end: create the longest possible zero extend chain after overwidening
2024-10-15 13:17 UTC (3+ messages)
[PATCH v2] passes: Remove limit on the number of params
2024-10-15 13:00 UTC (2+ messages)
[PATCH] dce: Remove FIXME that has not been true for years
2024-10-15 12:50 UTC (2+ messages)
[PATCH 2/4]middle-end: Fix VEC_PERM_EXPR lowering since relaxation of vector sizes
2024-10-15 12:45 UTC (3+ messages)
[PATCH 1/4]middle-end: support multi-step zero-extends using VEC_PERM_EXPR
2024-10-15 12:43 UTC (14+ messages)
` [PATCH 3/4]AArch64: enable zero-extends using TBLs for Adv. SIMD
[PATCH] Introduce TARGET_FMV_ATTR_SEPARATOR
2024-10-15 12:11 UTC (2+ messages)
[PATCH 3/3] Avoid using SLP_TREE_LOAD_PERMUTATION for non-grouped SLP loads
2024-10-15 12:04 UTC
[PATCH 2/3] tree-optimization/117050 - fix ICE with non-grouped .MASK_LOAD SLP
2024-10-15 12:04 UTC
[PATCH 1/3] Remove SLP_INSTANCE_UNROLLING_FACTOR, compute VF in vect_make_slp_decision
2024-10-15 12:04 UTC
[PATCH 1/2] AArch64: Improve SIMD immediate generation
2024-10-15 11:33 UTC (3+ messages)
` [PATCH 2/2] "
` [PATCH 3/3] AArch64: Add support for SIMD xor immediate
[PATCH] tree-optimization/116907 - stale BLOCK reference from DECL_VALUE_EXPR
2024-10-15 11:31 UTC
[PATCH] middle-end/116891 - fix (negate (IFN_FNMS@3 @0 @1 @2)) -> (IFN_FMA @0 @1 @2)
2024-10-15 11:14 UTC (4+ messages)
` [PATCH] match.pd: Further fma negation fixes [PR116891]
[PATCH 0/8] [RFC] Introduce floating point fetch_add builtins
2024-10-15 10:27 UTC (8+ messages)
` libstdc++ fetch_add & fenv -- ecosystem questions
[PATCH v13 0/4] c: Add __lengthof__ operator
2024-10-15 10:03 UTC (11+ messages)
[PATCH] genmatch: Add selftests to genmatch for diag_vfprintf
2024-10-15 9:47 UTC
[PATCH] tree-optimization/117147 - add testcase
2024-10-15 9:37 UTC
[PATCH 01/15] arm: [MVE intrinsics] improve comment for orrq shape
2024-10-15 9:18 UTC (76+ messages)
` [PATCH v2 00/36] arm: [MVE intrinsics] Re-implement more intrinsics
` [PATCH v2 01/36] arm: [MVE intrinsics] improve comment for orrq shape
` [PATCH v2 02/36] arm: [MVE intrinsics] remove useless resolve from create shape
` [PATCH v2 03/36] arm: [MVE intrinsics] Cleanup arm-mve-builtins-functions.h
` [PATCH v2 04/36] arm: [MVE intrinsics] factorize vcvtq
` [PATCH v2 05/36] arm: [MVE intrinsics] add vcvt shape
` [PATCH v2 06/36] arm: [MVE intrinsics] rework vcvtq
` [PATCH v2 07/36] arm: [MVE intrinsics] factorize vcvtbq vcvttq
` [PATCH v2 08/36] arm: [MVE intrinsics] add vcvt_f16_f32 and vcvt_f32_f16 shapes
` [PATCH v2 09/36] arm: [MVE intrinsics] rework vcvtbq_f16_f32 vcvttq_f16_f32 vcvtbq_f32_f16 vcvttq_f32_f16
` [PATCH v2 10/36] arm: [MVE intrinsics] factorize vcvtaq vcvtmq vcvtnq vcvtpq
` [PATCH v2 11/36] arm: [MVE intrinsics] add vcvtx shape
` [PATCH v2 12/36] arm: [MVE intrinsics] rework vcvtaq vcvtmq vcvtnq vcvtpq
` [PATCH v2 13/36] arm: [MVE intrinsics] rework vbicq
` [PATCH v2 14/36] arm: [MVE intrinsics] factorize vorn
` [PATCH v2 15/36] arm: [MVE intrinsics] rework vorn
` [PATCH v2 16/36] arm: [MVE intrinsics] rework vctp
` [PATCH v2 17/36] arm: [MVE intrinsics] factorize vddup vidup
` [PATCH v2 18/36] arm: [MVE intrinsics] add viddup shape
` [PATCH v2 19/36] arm: [MVE intrinsics] rework vddup vidup
` [PATCH v2 20/36] arm: [MVE intrinsics] update v[id]dup tests
` [PATCH v2 21/36] arm: [MVE intrinsics] remove v[id]dup expanders
` [PATCH v2 22/36] arm: [MVE intrinsics] fix checks of immediate arguments
` [PATCH v2 23/36] arm: [MVE intrinsics] factorize vdwdup viwdup
` [PATCH v2 24/36] arm: [MVE intrinsics] add vidwdup shape
` [PATCH v2 25/36] arm: [MVE intrinsics] rework vdwdup viwdup
` [PATCH v2 26/36] arm: [MVE intrinsics] update v[id]wdup tests
` [PATCH v2 27/36] arm: [MVE intrinsics] remove useless v[id]wdup expanders
` [PATCH v2 28/36] arm: [MVE intrinsics] add vshlc shape
` [PATCH v2 29/36] arm: [MVE intrinsics] rework vshlcq
` [PATCH v2 30/36] arm: [MVE intrinsics] remove vshlcq useless expanders
` [PATCH v2 31/36] arm: [MVE intrinsics] add vadc_vsbc shape
` [PATCH v2 32/36] arm: [MVE intrinsics] factorize vadc vadci vsbc vsbci
` [PATCH v2 33/36] arm: [MVE intrinsics] rework vadciq
` [PATCH v2 34/36] arm: [MVE intrinsics] rework vadcq
` [PATCH v2 35/36] arm: [MVE intrinsics] rework vsbcq vsbciq
` [PATCH v2 36/36] arm: [MVE intrinsics] use long_type_suffix / half_type_suffix helpers
[PATCH]AArch64 re-enable memory access costing after SLP change
2024-10-15 9:02 UTC (2+ messages)
[RFC][PATCH] AArch64: Remove AARCH64_EXTRA_TUNE_USE_NEW_VECTOR_COSTS
2024-10-15 8:59 UTC (10+ messages)
[PATCH] Match: Remove dup match pattern for signed_integer_sat_sub [PR117141]
2024-10-15 8:58 UTC (2+ messages)
[PATCH] alpha: Add -mlra
2024-10-15 8:43 UTC
[PATCH] tree-optimization/117138 - fix ICE with vector comparison in COND_EXPR
2024-10-15 8:27 UTC
[PATCH] middle-end/117137 - expansion issue with vector equality compares
2024-10-15 8:26 UTC
[PATCH] tree-optimization/117147 - bogus re-use of previous ldst_p
2024-10-15 8:25 UTC
Fortran test typebound_operator_7.f03 broken by non-Fortran commit. Confirm anyone?
2024-10-15 7:49 UTC (4+ messages)
[PATCH] SVE intrinsics: Fold division and multiplication by -1 to neg
2024-10-15 7:40 UTC
[PATCH] SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv
2024-10-15 7:35 UTC
[PATCH] Support andn_optab for x86
2024-10-15 7:25 UTC (2+ messages)
[PATCH] testsuite: Simplify target test and dg-options for AMO tests
2024-10-15 7:19 UTC
[PATCH] Adjust testcase to avoid scan FIX in REG_EQUIV
2024-10-15 7:07 UTC
[PATCH] SVE intrinsics: Fold svmul with constant power-of-2 operand to svlsl
2024-10-15 6:54 UTC (5+ messages)
[PATCH] c, libcpp: Partially implement C2Y N3353 paper [PR117028]
2024-10-15 6:33 UTC
[PATCH][wwwdoc] Mention O2 vectorization enhancement
2024-10-15 6:31 UTC
[PATCH] RISC-V: Fix UNRESOLVED testcases for SAT alu vector mode
2024-10-15 1:58 UTC (3+ messages)
[PATCH] Android: Fix build for Android
2024-10-15 1:09 UTC
[PATCH] c++: Fix mangling of otherwise unattached class-scope lambdas [PR116568]
2024-10-15 0:37 UTC (3+ messages)
[pushed: r15-4343] diagnostics: fix overload of emit_diagnostic [PR117109]
2024-10-14 23:27 UTC
[RFC/PATCH] Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
2024-10-14 23:18 UTC
[PATCH 0/2] Automate creation of -O2 and -Os multilib variants
2024-10-14 23:18 UTC (3+ messages)
` [PATCH 1/2] libgcc: Use -Os/-Oz from CC or CFLAGS
` [PATCH 2/2] gcc: Add --enable-multilib-space option
[Patch] Fortran/OpenMP: Fix __builtin_omp_is_initial_device
2024-10-14 21:54 UTC (7+ messages)
` [Patch] (was: [Patch] Fortran/OpenMP: Fix __builtin_omp_is_initial_device)
` [Patch] Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device (was: [Patch] (was: [Patch] Fortran/OpenMP: Fix __builtin_omp_is_initial_device))
` [Patch] Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device (was: [Patch]
` [Patch] Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device
[PATCH 0/5] Provide better definitions of NULL
2024-10-14 21:05 UTC (4+ messages)
[pushed] c++: address deduction and concepts [CWG2918]
2024-10-14 20:50 UTC (2+ messages)
[PATCH 1/5] passes: Move #undef to pass-instances.def
2024-10-14 20:13 UTC (5+ messages)
` [PATCH 5/5] passes: Remove limit on the number of params
[PATCH] c++: compile time evaluation of prvalues [PR116416]
2024-10-14 19:57 UTC (12+ messages)
` [PATCH] expr: Don't clear whole unions [PR116416]
[PATCH 1/3]AArch64: update testsuite to account for new zero moves
2024-10-14 18:57 UTC (2+ messages)
[PATCH] libstdc++: Implement LWG 3564 for ranges::transform_view
2024-10-14 18:37 UTC (2+ messages)
[PATCH 3/3]AArch64: use movi d0, #0 to clear SVE registers instead of mov z0.d, #0
2024-10-14 18:29 UTC (2+ messages)
[PATCH 2/3]AArch64: support encoding integer immediates using floating point moves
2024-10-14 18:27 UTC (2+ messages)
[PATCH 0/3] bpf: CO-RE fixes
2024-10-14 18:08 UTC (7+ messages)
` [PATCH 1/3] bpf: make sure CO-RE relocs are never typed with a BTF_KIND_CONST
` [PATCH 3/3] bpf: set index entry for a VAR_DECL in CO-RE relocs
[PATCH v2] bpf: make sure CO-RE relocs are typed with struct BTF_KIND_STRUCT
2024-10-14 18:04 UTC
[releases/gcc-13 PATCH 0/2] Two backports (Valgrind noise, wrong-code)
2024-10-14 17:52 UTC (2+ messages)
[PATCH] libquadmath: Typo in powq summary
2024-10-14 17:38 UTC (2+ messages)
[patch,openacc] Add support for OpenACC routine nohost clause
2024-10-14 16:41 UTC (3+ messages)
` OpenACC 'nohost' clause
` OpenACC 'nohost' clause: harmonize 'libgomp.oacc-{c-c++-common,fortran}/routine-nohost-1.*'
[PATCH v2 0/9] SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement
2024-10-14 16:33 UTC (5+ messages)
` [PATCH v2 6/9] aarch64: Use symbols without offset to prevent relocation issues
[PATCH v2 1/2] arm: [MVE intrinsics] fix vdup iterator
2024-10-14 16:25 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] arm: [MVE intrinsics] Improve vdupq_n implementation
[committed] libstdc++: Populate generic std::time_get's wide %c format [PR117135]
2024-10-14 15:50 UTC
[committed] libstdc++: Constrain std::expected comparisons (P3379R0)
2024-10-14 15:50 UTC
[PATCH] genmatch: Revert recent genmatch changes, instead add custom diag_vfprintf routine [PR117110]
2024-10-14 15:49 UTC (2+ messages)
[PATCH] libstdc++: Use std::move for iterator in ranges::fill [PR117094]
2024-10-14 15:37 UTC (2+ messages)
[PATCH] testsuite: Add necessary dejagnu directives to pr115815_0.c
2024-10-14 15:28 UTC
[PATCH] testsuite: arm: Update expected asm in no-literal-pool-m0.c
2024-10-14 15:28 UTC (4+ messages)
[PATCH 1/2]middle-end: refactor type to be explicit in operand_equal_p [PR114932]
2024-10-14 15:08 UTC (8+ messages)
` [PATCH 2/2]middle-end: use two's complement equality when comparing IVs during candidate selection [PR114932]
[PATCH 0/7] fortran: Inline MINLOC/MAXLOC with DIM [PR90608]
2024-10-14 15:08 UTC (8+ messages)
` [PATCH 1/7] fortran: Add tests covering inline "
` [PATCH 2/7] fortran: Inline unmasked integral "
` [PATCH 3/7] fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608]
` [PATCH 4/7] fortran: Check MASK directly instead of its scalarization chain
` [PATCH 5/7] fortran: Inline non-character MINLOC/MAXLOC with DIM [PR90608]
` [PATCH 6/7] fortran: Check for empty MINLOC/MAXLOC ARRAY along DIM only
` [PATCH 7/7] fortran: Evaluate once BACK argument of MINLOC/MAXLOC with DIM [PR90608]
[PATCH] Add 'cobol' to Makefile.def, take 2
2024-10-14 0:44 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).