public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] RISC-V: Fix CTZ unnecessary sign extension [PR #106888]
 2024-02-23  7:14 UTC  (4+ messages)

[PATCH v3] LoongArch: Split loongarch_option_override_internal into smaller procedures
 2024-02-23  6:24 UTC  (2+ messages)

[PATCH] RISC-V: Point our Python scripts at python3
 2024-02-23  4:29 UTC  (3+ messages)

[PATCH] doc: RISC-V: Document that -mcpu doesn't override -march or -mtune
 2024-02-23  4:27 UTC  (2+ messages)

[PATCH] LoongArch: Don't falsely claim gold supported in toplevel configure
 2024-02-23  3:37 UTC  (4+ messages)

[PATCH v1] LoongArch: When checking whether the assembler supports conditional branch relaxation, add compilation parameter "--fatal-warnings" to the assembler
 2024-02-23  3:19 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH] RISC-V: Fix vec_init for simple sequences [PR114028]
 2024-02-23  2:47 UTC  (3+ messages)

[PATCH] x86-64: Check R_X86_64_CODE_6_GOTTPOFF support
 2024-02-23  2:44 UTC  (4+ messages)
` PING: "

[pushed] testsuite: fix Wmismatched-new-delete-8.C with -m32
 2024-02-23  0:09 UTC  (3+ messages)

[r14-9138 Regression] FAIL: g++.dg/warn/Wmismatched-new-delete-8.C -std=gnu++20 (test for excess errors) on Linux/x86_64
 2024-02-22 23:04 UTC 

[PATCH v1 00/13] Add aarch64-w64-mingw32 target
 2024-02-22 22:16 UTC  (36+ messages)
` [PATCH v1 01/13] Introduce "
` [PATCH v1 02/13] aarch64: The aarch64-w64-mingw32 target implements
` [PATCH v1 03/13] aarch64: Mark x18 register as a fixed register for MS ABI
    ` [EXTERNAL] "
` [PATCH v1 04/13] aarch64: Add aarch64-w64-mingw32 COFF
` [PATCH v1 05/13] Reuse MinGW from i386 for AArch64
` [PATCH v1 06/13] Rename section and encoding functions from i386 which will be used in aarch64
` [PATCH v1 07/13] Exclude i386 functionality from aarch64 build
` [PATCH v1 08/13] aarch64: Add Cygwin and MinGW environments for AArch64
` [PATCH v1 09/13] aarch64: Add SEH to machine_function
` [PATCH v1 10/13] Rename "x86 Windows Options" to "Cygwin and MinGW Options"
` [PATCH v1 11/13] aarch64: Build and add objects for Cygwin and MinGW for AArch64
` [PATCH v1 12/13] aarch64: Add aarch64-w64-mingw32 target to libatomic
` [PATCH v1 13/13] Add aarch64-w64-mingw32 target to libgcc

[PATCH] libgccjit: Add support for setting the comment ident
 2024-02-22 21:59 UTC  (3+ messages)

[PATCH] Fix fortran/PR114024
 2024-02-22 21:32 UTC  (15+ messages)

[PATCH 0/2 V2] aarch64: Place target independent and dependent code in one file
 2024-02-22 21:17 UTC  (3+ messages)

[COMMITTED/13] warn-access: Fix handling of unnamed types [PR109804]
 2024-02-22 21:11 UTC 

[PATCH] combine: Don't simplify high part of paradoxical-SUBREG-of-MEM on machines that sign-extend loads [PR113010]
 2024-02-22 21:08 UTC  (2+ messages)

[PATCH RFA] build: drop target libs from LD_LIBRARY_PATH [PR105688]
 2024-02-22 20:30 UTC  (24+ messages)

[PATCH] libgccjit: Support signed char flag
 2024-02-22 20:29 UTC  (3+ messages)

[patch] fix libsanitizer build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 on 32bit architectures
 2024-02-22 20:29 UTC  (2+ messages)

[PATCH v1] RISC-V: Upgrade RVV intrinsic version to 0.12
 2024-02-22 19:47 UTC  (7+ messages)

[PATCH] c++: -Wuninitialized when binding a ref to uninit DM [PR113987]
 2024-02-22 19:28 UTC  (3+ messages)

[patch, libgfortran] PR105456 Child I/O does not propage iostat
 2024-02-22 19:11 UTC 

[PATCH] [X86_64]: Enable support for next generation AMD Zen5 CPU with znver5 scheduler Model
 2024-02-22 18:29 UTC  (5+ messages)

[PATCH] c: Handle scoped attributes in __has*attribute and scoped attribute parsing changes in -std=c11 etc. modes [PR114007]
 2024-02-22 18:25 UTC  (8+ messages)
      ` [PATCH] c, v2: "

[PATCH] libgccjit: Allow comparing aligned int types
 2024-02-22 17:40 UTC  (3+ messages)

[PATCH v5 0/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2024-02-22 17:38 UTC  (6+ messages)
` [PATCH v5 1/5] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
` [PATCH v5 2/5] doloop: Add support for predicated vectorized loops
` [PATCH v5 3/5] arm: Annotate instructions with mve_safe_imp_xlane_pred
` [PATCH v5 4/5] arm: Fix a wrong attribute use and remove unused unspecs and iterators
` [PATCH v5 5/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops

[COMMITTED] warn-access: Fix handling of unnamed types [PR109804]
 2024-02-22 17:27 UTC 

[PATCH] AArch64: memcpy/memset expansions should not emit LDP/STP [PR113618]
 2024-02-22 17:05 UTC  (3+ messages)

[PATCH] developer option: -fdump-generic-nodes; initial incorporation
 2024-02-22 16:45 UTC 

[PATCH] libcpp: Improve location for macro names [PR66290]
 2024-02-22 14:46 UTC  (4+ messages)

[PATCH] tree-optimization/114048 - ICE in copy_reference_ops_from_ref
 2024-02-22 14:46 UTC 

[PATCH v9 1/2] Add condition coverage (MC/DC)
 2024-02-22 14:24 UTC  (11+ messages)
` [PATCH v9 2/2] Add gcov MC/DC tests for GDC
  ` Ping: [PATCH v9 1/2] Add condition coverage (MC/DC)
    ` Ping^2 "
      ` Ping^3 "
        ` Ping^4 "
          ` Ping^5 "

[PATCH] profile-count: Don't dump through a temporary buffer [PR111960]
 2024-02-22 13:03 UTC  (3+ messages)

[PATCH] tree-optimization/114027 - conditional reduction chain
 2024-02-22 12:08 UTC 

[GCC 13 PATCH] LoongArch: Don't default to -mno-explicit-relocs if -mno-relax
 2024-02-22 11:09 UTC  (2+ messages)

[PATCH] call-cdce: Add missing BUILT_IN_*F{32,64}X handling and improve BUILT_IN_*L [PR113993]
 2024-02-22  9:14 UTC  (2+ messages)

[PATCH] bitintlower: Fix .MUL_OVERFLOW overflow checking [PR114038]
 2024-02-22  8:52 UTC  (2+ messages)

[PATCH] analyzer: deal with -fshort-enums
 2024-02-22  8:51 UTC  (7+ messages)
          ` [PING] "

[PATCH 1/2] c-family: -Waddress-of-packed-member and casts
 2024-02-22  8:51 UTC  (4+ messages)
    ` [PING] "

[PATCH v2] LoongArch: Split loongarch_option_override_internal into smaller procedures
 2024-02-22  7:55 UTC  (2+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Adapt dg-error messages
 2024-02-22  5:53 UTC 

[commit] invoke.texi: Fix some skipping UrlSuffix problem for MIPS
 2024-02-22  5:19 UTC 

[PATCH 0/4] v2 of Option handling: add documentation URLs
 2024-02-22  3:57 UTC  (6+ messages)
` [PATCH 0/4] v3 of: "
    ` CI for "Option handling: add documentation URLs"

[PATCH v1 0/4] Fix a series of problems caused by
 2024-02-22  3:25 UTC  (2+ messages)
`  "

[PATCH v1 0/4] Fix a series of problems caused by ASM_OUTPUT_ALIGN_WITH_NOP (release/gcc-12)
 2024-02-22  3:17 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH] RISC-V: Add tests for constraints "i" and "s"
 2024-02-22  1:22 UTC  (4+ messages)

[PATCH] libgccjit: Make new_array_type take unsigned long
 2024-02-22  0:45 UTC  (3+ messages)

[PATCH] c++: implement [[gnu::non_owning]] [PR110358]
 2024-02-22  0:35 UTC  (3+ messages)
  ` [PATCH v2] "

Contents of PO file 'cpplib-14.1-b20240218.de.po'
 2024-02-21 22:57 UTC 

New German PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-21 22:57 UTC 

[PATCH V4 0/5] RISC-V: Associate typed insns to dfa reservation
 2024-02-21 22:13 UTC  (8+ messages)
` [PATCH V4 1/5] RISC-V: Add non-vector types to dfa pipelines
` [PATCH V4 4/5] RISC-V: Quick and simple fixes to testcases that break due to reordering
      ` [Committed "

bpf: PR target/113453 func_info .BTF.ext implementation
 2024-02-21 20:55 UTC  (6+ messages)
` [PATCH 2/5] btf: added KIND_FUNC traversal function
` [PATCH 5/5] bpf: renamed coreout.* files to btfext-out.*

[committed] doc: Fix typos in -Wmismatched-dealloc docs
 2024-02-21 19:52 UTC 

[PATCH] libgccjit: Fix get_size of size_t
 2024-02-21 19:16 UTC  (3+ messages)

[PATCH V2] RISC-V: Specify mtune and march for PR113742
 2024-02-21 17:41 UTC  (3+ messages)
  ` [Committed "

[PATCH v4 0/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2024-02-21 17:39 UTC  (6+ messages)
` [PATCH v4 1/5] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
` [PATCH v4 2/5] doloop: Add support for predicated vectorized loops
` [PATCH v4 3/5] arm: Annotate instructions with mve_safe_imp_xlane_pred
` [PATCH v4 4/5] arm: Fix a wrong attribute use and remove unused unspecs and iterators
` [PATCH v4 5/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops

[PATCH] amdgcn: additional gfx1100 support
 2024-02-21 16:32 UTC  (7+ messages)
    ` libgomp GCN gfx1030/gfx1100 offloading status (was: [PATCH] amdgcn: additional gfx1100 support)
        ` Stabilizing flaky libgomp GCN target/offloading testing (was: libgomp GCN gfx1030/gfx1100 offloading status)

[PATCH] ARM: Fix conditional execution [PR113915]
 2024-02-21 15:58 UTC  (2+ messages)

[PATCH] libgccjit: Add support for the type bfloat16
 2024-02-21 15:56 UTC  (4+ messages)

[PATCH] ipa: Create indirect call edges also for lambdas
 2024-02-21 14:54 UTC 

[PATCHSET] Update Rust frontend 21/02/2024
 2024-02-21 13:15 UTC  (10+ messages)
` [COMMITTED 1/9] gccrs: Fix typo in RegionConstraints instance
` [COMMITTED 2/9] gccrs: Add testcase for matches!() macro
` [COMMITTED 3/9] gccrs: Fix rebinding imports
` [COMMITTED 4/9] gccrs: expand: Fix formatting for "macro not found" error
` [COMMITTED 5/9] gccrs: Add testcase for #[rustc_const_stable]
` [COMMITTED 6/9] gccrs: add powi intrinsics
` [COMMITTED 7/9] gccrs: Fix lookup of TuplePattern sub-pattern types
` [COMMITTED 8/9] gccrs: Add variadic check on function params
` [COMMITTED 9/9] Update copyright years

[pushed] aarch64: More SME vs -mtrack-speculation
 2024-02-21 11:16 UTC 

[pushed] aarch64: Remove duplicated call
 2024-02-21 11:15 UTC 

[pushed] aarch64: Fix sibcalls involving shared-ZT0 functions
 2024-02-21 11:15 UTC 

[PATCH] aarch64: Ensure ZT0 is zeroed in a new-ZT0 function
 2024-02-21 11:14 UTC 

[pushed] aarch64: Remove the aarch64_commit_lazy_save pattern
 2024-02-21 11:14 UTC 

[pushed] aarch64: Stack-clash prologues and VG saves [PR113995]
 2024-02-21 11:13 UTC 

[PATCH] Allow mode-switching to introduce internal loops [PR113220]
 2024-02-21 11:03 UTC  (2+ messages)

[PATCH] c++: Revert deferring emission of inline variables [PR114013]
 2024-02-21 10:28 UTC 

[PATCH v3] bpf: add inline memmove and memcpy expansion
 2024-02-21  9:57 UTC  (2+ messages)

[PATCH v12 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
 2024-02-21  9:36 UTC  (17+ messages)
` [PATCH v13 01/26] c++: Implement __is_const built-in trait
  ` [PATCH v13 02/26] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v13 03/26] c++: Implement __is_volatile built-in trait
  ` [PATCH v13 04/26] libstdc++: Optimize std::is_volatile compilation performance
  ` [PATCH v13 05/26] c++: Implement __is_pointer built-in trait
  ` [PATCH v13 06/26] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v13 09/26] c++: Implement __add_pointer built-in trait
  ` [PATCH v13 10/26] libstdc++: Optimize std::add_pointer compilation performance
  ` [PATCH v13 11/26] c++: Implement __remove_extent built-in trait
  ` [PATCH v13 13/26] c++: Implement __remove_all_extents "
  ` [PATCH v13 15/26] c++: Implement __add_lvalue_reference "
  ` [PATCH v13 20/26] libstdc++: Optimize std::decay compilation performance
  ` [PATCH v13 21/26] c++: Implement __rank built-in trait
  ` [PATCH v13 22/26] libstdc++: Optimize std::rank compilation performance
  ` [PATCH v13 23/26] c++: Implement __is_invocable built-in trait
  ` [PATCH v13 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance

page:  |  | 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).