public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v1 00/13] Add aarch64-w64-mingw32 target
 2024-02-21 18:40 UTC  (15+ 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
` [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] Fix fortran/PR114024
 2024-02-21 18:30 UTC 

[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

bpf: PR target/113453 func_info .BTF.ext implementation
 2024-02-21 17:16 UTC  (10+ messages)
` [PATCH 1/5] btf: fixed type id in BTF_KIND_FUNC struct data
` [PATCH 2/5] btf: added KIND_FUNC traversal function
` [PATCH 3/5] btf: moved btf deallocation to final
` [PATCH 4/5] bpf: implementation of func_info in .BTF.ext
` [PATCH 5/5] bpf: renamed coreout.* files to btfext-out.*

[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 v7 01/22] c++: Implement __is_const built-in trait
 2024-02-21  9:36 UTC  (34+ messages)
` [PATCH v8 23/24] c++: Implement __is_invocable "
  ` [PATCH v9 "
    ` [PATCH v11 "
      ` [PATCH v12 25/26] c++: Implement __is_nothrow_invocable "
      ` [PATCH v12 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
        ` [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 07/26] c++: Implement __is_unbounded_array built-in trait
          ` [PATCH v13 08/26] libstdc++: Optimize std::is_unbounded_array 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 12/26] libstdc++: Optimize std::remove_extent compilation performance
          ` [PATCH v13 13/26] c++: Implement __remove_all_extents built-in trait
          ` [PATCH v13 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
          ` [PATCH v13 15/26] c++: Implement __add_lvalue_reference built-in trait
          ` [PATCH v13 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
          ` [PATCH v13 17/26] c++: Implement __add_rvalue_reference built-in trait
          ` [PATCH v13 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
          ` [PATCH v13 19/26] c++: Implement __decay built-in trait
          ` [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 24/26] libstdc++: Optimize std::is_invocable compilation performance
          ` [PATCH v13 25/26] c++: Implement __is_nothrow_invocable built-in trait
          ` [PATCH v13 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
` [PATCH v8 24/24] libstdc++: Optimize std::is_invocable "
  ` [PATCH v10 "

` ` Piano ` `
 2024-02-21  9:32 UTC 

[PATCH] call-cdce: Add missing BUILT_IN_*F{32,64}X handling and improve BUILT_IN_*L [PR113993]
 2024-02-21  8:39 UTC 

[committed] pru: Document that arguments are not passed to main with -minrt
 2024-02-21  8:36 UTC  (2+ messages)
` [committed] pru: Document how -mmcu option uses MCU specs

Repost [PATCH 0/6] PowerPC Future patches
 2024-02-21  7:19 UTC  (8+ messages)
` Repost [PATCH 1/6] Add -mcpu=future

[PATCH] rs6000: Neuter option -mpower{8,9}-vector [PR109987]
 2024-02-21  6:34 UTC  (7+ messages)

[PATCH v1] RISC-V: Upgrade RVV intrinsic version to 0.12
 2024-02-21  4:31 UTC  (2+ messages)

[PATCH v2] LoongArch: Split loongarch_option_override_internal into smaller procedures
 2024-02-21  3:40 UTC  (2+ messages)

[PATCH v1] LoongArch: When checking whether the assembler supports conditional branch relaxation, add compilation parameter "--fatal-warnings" to the assembler
 2024-02-21  3:30 UTC 

[PATCH v1 0/4] Fix a series of problems caused by
 2024-02-21  3:12 UTC  (6+ messages)
` [PATCH v1 1/4] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
` [PATCH v1 2/4] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs are turned off by default
` [PATCH v1 3/4] LoongArch: Disable relaxation if the assembler don't support conditional branch relaxation [PR112330]
` [PATCH v1 4/4] LoongArch: Define HAVE_AS_TLS to 0 if it's undefined [PR112299]

[PATCH v1 0/4] Fix a series of problems caused by ASM_OUTPUT_ALIGN_WITH_NOP (release/gcc-12)
 2024-02-21  3:10 UTC  (5+ messages)
` [PATCH v1 1/4] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
` [PATCH v1 2/4] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs are turned off by default
` [PATCH v1 3/4] LoongArch: Disable relaxation if the assembler don't support conditional branch relaxation [PR112330]
` [PATCH v1 4/4] LoongArch: Define HAVE_AS_TLS to 0 if it's undefined [PR112299]

[PATCH] c++/c-common: Fix convert_vector_to_array_for_subscript for qualified vector types [PR89224]
 2024-02-21  3:06 UTC 

[PATCH v1 0/4] Fix a series of problems caused by
 2024-02-21  3:04 UTC  (5+ messages)
` [PATCH v1 1/4] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
` [PATCH v1 2/4] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs are turned off by default
` [PATCH v1 3/4] LoongArch: Disable relaxation if the assembler don't support conditional branch relaxation [PR112330]
` [PATCH v1 4/4] LoongArch: Define HAVE_AS_TLS to 0 if it's undefined [PR112299]

[pushed] analyzer: handle array-initialization from a string_cst [PR113999]
 2024-02-21  0:48 UTC 

[pushed] analyzer: handle empty ranges in symbolic_byte_range::intersection [PR113998]
 2024-02-21  0:48 UTC 

[PATCH] c++: -Wuninitialized when binding a ref to uninit DM [PR113987]
 2024-02-21  0:15 UTC 

[PATCH v2] bpf: add inline memmove and memcpy expansion
 2024-02-20 22:49 UTC  (3+ messages)

[PATCH] rs6000: Update instruction counts due to combine changes [PR112103]
 2024-02-20 22:46 UTC  (4+ messages)

[PATCH] libgccjit: Add option to allow special characters in function names
 2024-02-20 21:05 UTC  (3+ messages)

[PATCH] libgcc, aarch64: Allow for BE platforms in heap trampolines
 2024-02-20 20:20 UTC  (2+ messages)

[PATCH] Fortran: fix passing array component to polymorphic argument [PR105658]
 2024-02-20 20:09 UTC  (6+ messages)

[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
 2024-02-20 19:27 UTC  (12+ messages)

rs6000, built-in cleanup patch series
 2024-02-20 17:58 UTC  (12+ messages)
` [PATCH 01/11] rs6000, Fix __builtin_vsx_cmple* args and documentation, builtins
` [PATCH 02/11] rs6000, fix arguments, add documentation for vector, element conversions
` [PATCH 03/11] rs6000, remove duplicated built-ins
` [PATCH 04/11] rs6000, Update comment for the __builtin_vsx_vper*, built-ins
` [PATCH 05/11] rs6000, __builtin_vsx_xvneg[sp,dp] add documentation, and test cases
` [PATCH 06/11] rs6000, __builtin_vsx_xxpermdi_1ti add documentation, and test case
` [PATCH 07/11] rs6000, __builtin_vsx_xvcmpeq[sp, dp, sp_p] add, documentation "
` [PATCH 08/11] rs6000, add tests and documentation for various, built-ins
` [PATCH 09/11] rs6000, add test cases for the vec_cmpne built-ins
` PATCH 10/11] rs6000, add test cases for __builtin_vec_init* and, __builtin_vec_set*
` PATCH 11/11] rs6000, make test vec-cmpne.c a runnable test

[PATCH] bpf: Add documentation for the -mcpu option
 2024-02-20 17:53 UTC  (3+ messages)

[Patch] OpenMP/nvptx: support 'arch(nvptx64)' as context selector
 2024-02-20 16:50 UTC  (2+ messages)

[PATCH] doc: RISC-V: Document that -mcpu doesn't override -march or -mtune
 2024-02-20 15:45 UTC 

[patch,avr,applied] Use int types of exact width and signedness in built-ins prototypes
 2024-02-20 14:34 UTC 

[PATCH] libcpp: Improve location for macro names [PR66290]
 2024-02-20 14:32 UTC  (2+ messages)

[PATCH] RISC-V: Fix CTZ unnecessary sign extension [PR #106888]
 2024-02-20 14:21 UTC  (3+ messages)

[PATCH] RISC-V: Fix riscv/arch-19.c with different ISA spec version
 2024-02-20 13:33 UTC  (2+ messages)

[PATCH] aarch64: Allow aarch64-linux-muscl for heap trampolines [PR113971]
 2024-02-20 13:06 UTC  (2+ messages)

[patch,avr,applied] Use @defbuiltin to document built-ins
 2024-02-20 12:52 UTC 

LoongArch: Backport r14-4674 "LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP."?
 2024-02-20 12:03 UTC  (9+ messages)

[pushed] aarch64: Fix streaming-compatible code with -mtrack-speculation [PR113805]
 2024-02-20 11:30 UTC 

[PATCH]AArch64: update vget_set_lane_1.c test output
 2024-02-20 10:30 UTC  (7+ messages)

[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
 2024-02-20 10:27 UTC  (15+ messages)
              ` [PATCH] c-family, c++: Fix up handling of types which may have padding in __atomic_{compare_}exchange
                      ` [PATCH] c-family, c++, v2: "

[PATCH] ipa: call destructors on lattices before freeing them (PR 113476)
 2024-02-20 10:20 UTC  (8+ messages)
        ` [PATCH] ipa: Convert lattices from pure array to vector "

[PATCH][GCC 12] aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
 2024-02-20 10:05 UTC  (4+ messages)

[PATCH]AArch64: remove ls64 from being mandatory on armv8.7-a
 2024-02-20 10:03 UTC  (3+ messages)

[PATCH] AArch64: Update system register database
 2024-02-20 10:00 UTC  (2+ messages)

[PATCH] c++: Fix explicit instantiation of const variable templates after earlier implicit instantation [PR113976]
 2024-02-20  9:54 UTC 

[Committed] analyzer: Fix maybe_undo_optimize_bit_field_compare vs non-scalar types [PR113983]
 2024-02-20  9:46 UTC  (2+ messages)

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

[PATCH] RISC-V: Set require-effective-target rv64 for PR113742
 2024-02-20  9:37 UTC  (5+ messages)

[committed] amdgcn: add -march=gfx1030 EXPERIMENTAL
 2024-02-20  9:13 UTC  (14+ messages)
` GCN RDNA2+ vs. GCC SLP vectorizer (was: [committed] amdgcn: add -march=gfx1030 EXPERIMENTAL)
    ` GCN RDNA2+ vs. GCC SLP vectorizer

[PATCH] fix link to feature test macros
 2024-02-20  8:42 UTC 

Contents of PO file 'cpplib-14.1-b20240218.sv.po'
 2024-02-20  8:37 UTC 

New Swedish PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-20  8:37 UTC 

supply contract
 2024-02-20  7:10 UTC 

[PATCH RFA] build: drop target libs from LD_LIBRARY_PATH [PR105688]
 2024-02-20  5:45 UTC  (17+ messages)

[PATCH] libcpp: Stabilize the location for macros restored after PCH load [PR105608]
 2024-02-20  4:37 UTC 

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