public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c: Add support for byte arrays in C2Y
 2024-06-29 12:29 UTC 

[PATCH] libgccjit: Add ability to get the alignment of a type
 2024-06-29  2:54 UTC  (5+ messages)

[PATCH] RISC-V: use fclass insns to implement isfinite and isnormal builtins
 2024-06-29  1:35 UTC  (3+ messages)

[committed] Fix mcore-elf regression after recent IRA change
 2024-06-29  0:41 UTC 

[PATCH] Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019]
 2024-06-28 23:22 UTC  (2+ messages)

[PATCH] c++: DR2627, Bit-fields and narrowing conversions [PR94058]
 2024-06-28 23:00 UTC 

[PATCH] c++: Relax too strict assert in stabilize_expr [PR111160]
 2024-06-28 22:07 UTC  (2+ messages)

[PATCH] c++: Fix ICE locating 'this' for (not matching) template member function [PR115364]
 2024-06-28 22:00 UTC  (2+ messages)

[committed] libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]
 2024-06-28 19:25 UTC 

[committed] libstdc++: Extend std::equal memcmp optimization to std::byte [PR101485]
 2024-06-28 19:24 UTC 

[PATCH 1/2] libstdc++: Simplify <ext/aligned_buffer.h> class templates
 2024-06-28 19:24 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]

[PATCH v6] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-28 18:15 UTC  (4+ messages)

[PATCH v9] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-28 18:10 UTC 

[COMMITTED] ssa_lazy_cache takes an optional bitmap_obstack pointer
 2024-06-28 17:50 UTC 

[PATCH v8] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-28 17:18 UTC 

[PATCH v7] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-28 17:14 UTC  (2+ messages)

[wwwdocs, committed] git: Move current devel/omp/gcc branch to 14
 2024-06-28 17:00 UTC 

[PATCH] Add a late-combine pass [PR106594]
 2024-06-28 16:48 UTC  (8+ messages)
` nvptx vs. "

[PATCH] i386: Cleanup tmp variable usage in ix86_expand_move
 2024-06-28 15:58 UTC 

[PATCH] Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]
 2024-06-28 15:19 UTC  (7+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

The nvptx port [0/11+]
 2024-06-28 15:07 UTC  (3+ messages)
` The nvptx port [4/11+] Post-RA pipeline
  ` Document 'pass_postreload' vs. 'pass_late_compilation' (was: The nvptx port [4/11+] Post-RA pipeline)

[PATCH v1] Ifcvt: Add cond tree reconcile for truncated .SAT_SUB
 2024-06-28 15:06 UTC  (12+ messages)
` [PATCH v2] Vect: Support truncate after .SAT_SUB pattern in zip
` [PATCH v3] "

[PATCH] libiberty/buildargv: POSIX behaviour for backslash handling
 2024-06-28 14:57 UTC  (6+ messages)
` [PATCHv2 0/2] Changes to libiberty buildargv
  ` [PATCHv2 2/2] libiberty/buildargv: handle input consisting of only white space

[PATCH v1] Match: Support imm form for unsigned scalar .SAT_ADD
 2024-06-28 14:57 UTC  (3+ messages)

[PATCH] RISC-V: Handle NULL stmt in SLP_TREE_SCALAR_STMTS
 2024-06-28 14:11 UTC 

[PATCH][v2] RISC-V: Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX
 2024-06-28 14:03 UTC 

[PATCH] Use move-aware auto_vec in map
 2024-06-28 13:37 UTC  (3+ messages)

[PATCH 7/8] vect: Support multiple lane-reducing operations for loop reduction [PR114440]
 2024-06-28 13:06 UTC  (7+ messages)

[PATCH 00/11] Rewrite of pass management
 2024-06-28 13:06 UTC  (6+ messages)
` [PATCH 03/11] Handwritten part of conversion of passes to C++ classes
  ` Handle 'NUM' in 'PUSH_INSERT_PASSES_WITHIN' (was: [PATCH 03/11] Handwritten part of conversion of passes to C++ classes)
` [PATCH 02/11] Generate pass-instances.def
  ` Rewrite usage comment at the top of 'gcc/passes.def' (was: [PATCH 02/11] Generate pass-instances.def)

[PATCH 4/8] vect: Determine input vectype for multiple lane-reducing
 2024-06-28 12:59 UTC  (5+ messages)

[PATCH 0/6] Add a late-combine pass
 2024-06-28 12:44 UTC  (5+ messages)
` LoongArch vs. "

[PATCH] Fix native_encode_vector_part for itype when TYPE_PRECISION (itype) == BITS_PER_UNIT
 2024-06-28 12:28 UTC  (8+ messages)

[PATCH] Hard register asm constraint
 2024-06-28 12:20 UTC  (5+ messages)

[PATCH] i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_alias_set and PE_COFF_LEGITIMIZE_EXTERN_DECL
 2024-06-28 11:48 UTC  (11+ messages)

[PATCH] tree-optimization/115652 - more fixing of the fix
 2024-06-28 11:47 UTC 

[RFC PATCH] cse: Add another CSE pass after split1
 2024-06-28 10:55 UTC  (3+ messages)

[PATCH 0/2] fix RISC-V zcmp popretz [PR113715]
 2024-06-28 10:46 UTC  (7+ messages)
  `  "

[PATCH v2] MIPS: Output $0 for conditional trap if !ISA_HAS_COND_TRAPI
 2024-06-28 10:36 UTC  (6+ messages)

[PATCH v2 0/8] OpenMP: Unified Shared Memory via Managed Memory
 2024-06-28 10:24 UTC  (9+ messages)
` [PATCH v2 1/8] libgomp: Disentangle shared memory from managed
` [PATCH v2 2/8] openmp, nvptx: ompx_gnu_unified_shared_mem_alloc
` [PATCH v2 3/8] openmp: Enable -foffload-memory=unified
` [PATCH v2 4/8] openmp: Use libgomp memory allocation functions with unified shared memory
` [PATCH v2 5/8] amdgcn, openmp: Auto-detect USM mode and set HSA_XNACK
` [PATCH v2 6/8] amdgcn: libgomp plugin USM implementation
` [PATCH v2 7/8] openmp, libgomp: Handle unified shared memory in omp_target_is_accessible
` [PATCH v2 8/8] libgomp: Map omp_default_mem_space to USM

[PATCH] Remove unused hybrid_* operators in range-ops
 2024-06-28  9:30 UTC 

[Patch, Fortran] 2/3 Refactor locations where _vptr is (re)set
 2024-06-28  9:12 UTC  (3+ messages)

[PATCH 2/3] libstdc++: Optimize __uninitialized_default using memset
 2024-06-28  9:09 UTC  (8+ messages)

[PATCH] MIPS/testsuite: Fix umips-save-restore-1.c
 2024-06-28  8:19 UTC 

[PATCH] aarch64: Remove RNG and MTE from -mcpu=neoverse-v2
 2024-06-28  7:41 UTC  (5+ messages)

[PATCH] jit: Ensure ssize_t is defined
 2024-06-28  7:15 UTC  (8+ messages)

[PATCH 0/3][x86] Enable pass_late_combine for x86
 2024-06-28  6:03 UTC  (6+ messages)
` [PATCH 1/3] [avx512 testsuite] Define mask as extern instead of uninitialized local variables
` [PATCH 2/3] Extend lshifrtsi3_1_zext to ?k alternative
` [PATCH 3/3] [x86] Enable flate-combine

[x86 PATCH] Handle sign_extend like zero_extend in *concatditi3_[346]
 2024-06-28  5:55 UTC  (2+ messages)

[PATCH] vect: Fix shift-by-induction for single-lane slp
 2024-06-28  5:39 UTC  (4+ messages)

[PATCH] MIPS/testsuite: Add -mfpxx to call-clobbered-1.c
 2024-06-28  2:19 UTC 

[PATCH] MIPS: Support more cases with alien mode of SHF.DF
 2024-06-28  2:19 UTC 

[x86 SSE PATCH] Some additional ternlog refinements
 2024-06-28  1:10 UTC  (2+ messages)

[PATCH v5] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-28  0:55 UTC  (3+ messages)

[PATCH] libgccjit: Fix get_size of size_t
 2024-06-28  0:49 UTC  (5+ messages)

[PATCH] preprocessor: Create the parser before handling command-line includes [PR115312]
 2024-06-28  0:29 UTC  (2+ messages)

[PATCH] Testsuite/MIPS: Fix msa.c: test7_v2f64, test7_v4f32, test43_v2i64
 2024-06-27 23:43 UTC 

[PATCH] libgccjit: Make new_array_type take unsigned long
 2024-06-27 21:53 UTC  (6+ messages)

[PATCH] c: ICE with invalid sizeof [PR115642]
 2024-06-27 21:08 UTC  (2+ messages)

[PATCH] c: ICE on invalid with attribute optimize [PR115549]
 2024-06-27 21:07 UTC  (2+ messages)

[PATCH] _Hashtable fancy pointer support
 2024-06-27 20:30 UTC  (4+ messages)

[gcc r15-1619] ira: Scale save/restore costs of callee save registers with block frequency
 2024-06-27 19:16 UTC  (2+ messages)

[PATCH] fixincludes: adjust stdio fix for macOS 15 headers
 2024-06-27 17:15 UTC  (3+ messages)

[PATCH] AArch64: Fix strict-align cpymem/setmem [PR103100]
 2024-06-27 16:40 UTC  (7+ messages)
  ` [PATCH v2] "
        ` [BACKPORT] "

[PATCH] libgccjit: Add support for machine-dependent builtins
 2024-06-27 16:35 UTC  (5+ messages)

[PATCH 1/3 v2] RISC-V: Add vector type of BFloat16 format
 2024-06-27 16:29 UTC  (3+ messages)
` [PATCH 3/3 v2] RISC-V: Add md files for vector BFloat16

[PATCH v2] Arm: Fix ldrd offset range [PR115153]
 2024-06-27 16:25 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH v3] c: Error message for incorrect use of static in array declarations
 2024-06-27 15:32 UTC  (2+ messages)

[PATCH][c++ frontend]: check for missing condition for novector [PR115623]
 2024-06-27 15:25 UTC  (5+ messages)

[PATCH v4] gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]
 2024-06-27 15:00 UTC  (3+ messages)
` [PATCH v5] "

[pushed] Disable late-combine for -O0 [PR115677]
 2024-06-27 13:52 UTC 

[PATCH] s390: Check for ADDR_REGS in s390_decompose_addrstyle_without_index
 2024-06-27 13:12 UTC  (2+ messages)

PR target/115618: can we back port the fix to GCC 13?
 2024-06-27 12:45 UTC  (2+ messages)

[PATCH 2/2] Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX
 2024-06-27 12:11 UTC 

[PATCH 1/3] libstdc++: Use RAII in <bits/stl_uninitialized.h>
 2024-06-27 11:46 UTC  (4+ messages)
` [PATCH 2/3] libstdc++: Optimize __uninitialized_default using memset
` [PATCH 3/3] libstdc++: Use std::__uninitialized_default for ranges::uninitialized_value_construct

[PATCH] libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for empty dest [PR37475]
 2024-06-27 11:07 UTC  (2+ messages)
` [committed v2] "

[PATCH 0/7][x86] Remove vcond{,u,eq}<mode> expanders
 2024-06-27 10:17 UTC  (11+ messages)
` [PATCH 1/7] [x86] Add more splitters to match (unspec [op1 op2 (gt op3 constm1_operand)] UNSPEC_BLENDV)
` [PATCH 2/7] Lower AVX512 kmask comparison back to AVX2 comparison when op_{true,false} is vector -1/0
  ` [PATCH 2/7] Lower AVX512 kmask comparison back to AVX2 comparison when op_{true, false} "
` [PATCH 3/7] [x86] Match IEEE min/max with UNSPEC_IEEE_{MIN,MAX}
` [PATCH 4/7] Add more splitter for mskmov with avx512 comparison
` [PATCH 5/7] Adjust testcase for the regressed testcases after obsolete of vcond{,u,eq}
  ` [PATCH 5/7] Adjust testcase for the regressed testcases after obsolete of vcond{, u, eq}
` [PATCH 6/7] [x86] Optimize a < 0 ? -1 : 0 to (signed)a >> 31
` [PATCH 7/7] Remove vcond{,u,eq}<mode> expanders since they will be obsolete

[PATCH 2/2] Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX
 2024-06-27  9:41 UTC 

[PATCH 1/2] tree-optimization/115669 - fix SLP reduction association
 2024-06-27  9:41 UTC 

[PATCH] [testsuite] [arm] [vect] adjust mve-vshr test [PR113281]
 2024-06-27  9:33 UTC  (14+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[COMMITTED 1/7] ada: Implement first half of Generalized Finalization
 2024-06-27  8:52 UTC  (7+ messages)
` [COMMITTED 2/7] ada: Overridden operation field not correctly set for controlling result wrappers
` [COMMITTED 3/7] ada: Bug using user defined string literals with interpolated strings
` [COMMITTED 4/7] ada: Fix array-manipulating code in Mdll
` [COMMITTED 5/7] ada: Add missing dimension information for target names
` [COMMITTED 6/7] ada: Reject ambiguous function calls in interpolated string expressions
` [COMMITTED 7/7] ada: Remove last uses of System.Address_Operations in runtime library

[committed] libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668]
 2024-06-27  8:51 UTC 

[PATCH 1/2] libstdc++: Enable more debug assertions during constant evaluation [PR111250]
 2024-06-27  8:45 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: Add debug assertions to std::vector<bool> [PR103191]

[PATCH][GCC 11] aarch64: Add support for -mcpu=grace
 2024-06-27  8:34 UTC 

[PATCH][GCC 12] aarch64: Add support for -mcpu=grace
 2024-06-27  8:26 UTC 

[PATCH][GCC 14] aarch64: Add support for -mcpu=grace
 2024-06-27  8:24 UTC  (2+ messages)

[PATCH v1] Match: Support more forms for the scalar unsigned .SAT_SUB
 2024-06-27  7:54 UTC  (5+ messages)

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