public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] vect: Cost adjacent vector loads/stores together [PR111784]
 2023-10-23  6:15 UTC  (3+ messages)

[PATCH v1] RISC-V: Remove unnecessary asm check for binop constraint
 2023-10-23  6:01 UTC 

[PATCH] gcc.c-torture/execute/builtins/fputs.c: Define _GNU_SOURCE
 2023-10-23  5:57 UTC  (6+ messages)

[PATCH v4] libgfortran: Replace mutex with rwlock
 2023-10-23  5:52 UTC  (8+ messages)

[PATCH v1 1/1] gcc: config: microblaze: fix cpu version check
 2023-10-23  5:48 UTC 

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-10-23  5:19 UTC  (6+ messages)

[PATCH 0/2] RISC-V: Define not broken prefetch builtins
 2023-10-23  3:55 UTC  (3+ messages)

[PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width
 2023-10-23  3:49 UTC  (4+ messages)
    ` [PING][PATCH "

[PATCH][WIP] dwarf2out: extend to output debug section directly to object file during debug_early phase
 2023-10-23  3:36 UTC 

[PATCH][WIP] libiberty: Support for relocation output
 2023-10-23  3:32 UTC 

[PATCH v1] RISC-V: Remove unnecessary asm check for rounding autovec
 2023-10-23  2:43 UTC  (3+ messages)

[PATCH] RISC-V: Fix AVL_TYPE attribute of tuple mode mov<mode>
 2023-10-23  2:32 UTC  (4+ messages)
  `  "

[gccwwwdocs PATCH] gcc-13/14: Mention Intel new ISA and march support
 2023-10-23  2:18 UTC 

[PATCH v1] LoongArch: Fix vfrint-releated comments in lsxintrin.h and lasxintrin.h
 2023-10-23  2:13 UTC 

[PATCH v1] RISC-V: Bugfix for merging undefined tmp register in math
 2023-10-23  1:57 UTC  (5+ messages)
    `  "

[PATCH] RISC-V: Prohibit combination of 'E' and 'H'
 2023-10-23  1:54 UTC  (4+ messages)

Go patch committed: Remove the traverse_assignments code
 2023-10-23  1:48 UTC 

Go patch committed: Remove name_ field from Type_switch_statement
 2023-10-23  1:46 UTC 

Go patch committed: pass Gogo to more passes
 2023-10-23  1:44 UTC 

[PATCH-1v4, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-23  1:29 UTC  (3+ messages)

[PATCH] LoongArch: Define macro CLEAR_INSN_CACHE
 2023-10-23  1:28 UTC  (2+ messages)
`  "

[PATCH 0/5] LoongArch: Better balance between relaxation and scheduling
 2023-10-23  0:56 UTC  (5+ messages)
` [PATCH 2/5] LoongArch: Use explicit relocs for GOT access when -mexplicit-relocs=auto and LTO during a final link with linker plugin

[PATCH 1/5] Remove obsolete debugging formats from names list
 2023-10-23  0:55 UTC  (5+ messages)
` [PATCH 2/5] Support for CodeView debugging format
` [PATCH 3/5] Output file checksums in CodeView section
` [PATCH 4/5] Output line numbers "
` [PATCH 5/5] Output S_COMPILE3 symbol in CodeView debug section

[Committedv2] aarch64: [PR110986] Emit csinv again for `a ? ~b : b`
 2023-10-22 22:32 UTC 

[PATCH] Use error_mark_node after error in convert
 2023-10-22 22:22 UTC 

Darwin: Replace environment runpath with embedded [PR88590]
 2023-10-22 21:18 UTC  (15+ messages)

[committed] d: Merge upstream dmd f4be7f6f7b
 2023-10-22 21:00 UTC 

[pushed] objc++: type/expr tsubst conflation [PR111920]
 2023-10-22 20:15 UTC 

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-10-22 20:06 UTC  (8+ messages)

[PATCH] gcc.c-torture/execute/builtins/pr93262-chk.c: Remove return statement
 2023-10-22 13:44 UTC  (2+ messages)

[PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated
 2023-10-22 12:24 UTC  (5+ messages)

[PATCH v22 00/31] Optimize type traits performance
 2023-10-22 12:06 UTC  (43+ messages)
` [PATCH v23 00/33] "
  ` [PATCH v23 01/33] c++: Sort built-in traits alphabetically
  ` [PATCH v23 02/33] c-family, c++: Look up built-in traits via identifier node
  ` [PATCH v23 03/33] c++: Accept the use of built-in trait identifiers
  ` [PATCH v23 04/33] c++: Implement __is_const built-in trait
  ` [PATCH v23 05/33] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v23 06/33] c++: Implement __is_volatile built-in trait
  ` [PATCH v23 07/33] libstdc++: Optimize std::is_volatile compilation performance
  ` [PATCH v23 08/33] c++: Implement __is_array built-in trait
  ` [PATCH v23 09/33] libstdc++: Optimize std::is_array compilation performance
  ` [PATCH v23 10/33] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v23 11/33] libstdc++: Optimize std::is_unbounded_array compilation performance
  ` [PATCH v23 12/33] c++: Implement __is_bounded_array built-in trait
  ` [PATCH v23 13/33] libstdc++: Optimize std::is_bounded_array compilation performance
  ` [PATCH v23 14/33] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v23 15/33] libstdc++: Optimize std::is_scoped_enum compilation performance
  ` [PATCH v23 16/33] c++: Implement __is_member_pointer built-in trait
  ` [PATCH v23 17/33] libstdc++: Optimize std::is_member_pointer compilation performance
  ` [PATCH v23 18/33] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v23 19/33] libstdc++: Optimize std::is_member_function_pointer compilation performance
  ` [PATCH v23 20/33] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v23 21/33] libstdc++: Optimize std::is_member_object_pointer compilation performance
  ` [PATCH v23 22/33] c++: Implement __is_reference built-in trait
  ` [PATCH v23 23/33] libstdc++: Optimize std::is_reference compilation performance
  ` [PATCH v23 24/33] c++: Implement __is_function built-in trait
  ` [PATCH v23 25/33] libstdc++: Optimize std::is_function compilation performance
  ` [PATCH v23 26/33] c++: Implement __is_object built-in trait
  ` [PATCH v23 27/33] libstdc++: Optimize std::is_object compilation performance
  ` [PATCH v23 28/33] c++: Implement __remove_pointer built-in trait
  ` [PATCH v23 29/33] libstdc++: Optimize std::remove_pointer compilation performance
  ` [PATCH v23 30/33] c++: Implement __is_pointer built-in trait
  ` [PATCH v23 31/33] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait
  ` [PATCH v23 33/33] libstdc++: Optimize std::is_invocable compilation performance
  ` [PATCH v24 00/33] Optimize type traits performance
    ` [PATCH v24 33/33] libstdc++: Optimize std::is_invocable compilation performance

[RFC PATCH] RISC-V: Initial RV64E and LP64E support
 2023-10-22  3:49 UTC 

[PATCHv2] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to match
 2023-10-22  0:12 UTC 

[PATCH] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to match
 2023-10-21 20:14 UTC  (4+ messages)

[PATCH v9 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-21 19:26 UTC  (4+ messages)

[PATCH] convert_to_complex vs invalid_conversion [PR111903]
 2023-10-21 18:07 UTC 

[PATCH] RISC-V: 'Zfa' extension is now ratified
 2023-10-21 18:01 UTC  (2+ messages)

[PATCH v3] c++: Catch indirect change of active union member in constexpr [PR101631]
 2023-10-21 14:45 UTC  (13+ messages)
  ` [PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
        ` [PATCH] libstdc++: Ensure active union member is correctly set

[PATCH v5] Add condition coverage profiling
 2023-10-21 14:30 UTC  (5+ messages)
` [PATCH 01/22] "

[PATCH v6] Add condition coverage profiling
 2023-10-21 13:27 UTC 

[PATCH v2] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-21 11:18 UTC  (3+ messages)

[PATCH] libstdc++: testsuite: Enhance codecvt_unicode with tests for length()
 2023-10-21 11:14 UTC  (3+ messages)
` [PATCH v2] "

[C PATCH] Synthesize nonnull attribute for parameters declared with static
 2023-10-21 11:09 UTC  (2+ messages)
` [PING 2] "

[committed] libstdc++: Fix formatting of filesystem directory iterators
 2023-10-21 10:54 UTC 

[PATCH v10 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-21 10:21 UTC 

[PATCH] return edge in make_eh_edges
 2023-10-21  7:17 UTC  (5+ messages)
  ` [PATCH] rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges)
      ` [PATCH] [PR111520] set hardcmp eh probs (was: rename make_eh_edges to make_eh_edge)

Remove stale Autoconf checks for Perl
 2023-10-21  6:20 UTC  (2+ messages)

[PATCH RESEND] libatomic: drop redundant all-multi command
 2023-10-21  5:31 UTC  (2+ messages)

[PATCH v1] RISC-V: Support partial VLS mode when preference fixed-vlmax
 2023-10-21  1:27 UTC  (6+ messages)
` [PATCH v2] RISC-V: Support partial VLS mode when preference fixed-vlmax [PR111857]

[PATCH] c++: Implement C++26 P2361R6 - Unevaluated strings [PR110342]
 2023-10-21  0:28 UTC  (4+ messages)

[pushed] c++: abstract class and overload resolution
 2023-10-20 21:50 UTC 

ping: [PATCH] libcpp: Improve the diagnostic for poisoned identifiers [PR36887]
 2023-10-20 21:26 UTC 

[V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-20 20:41 UTC  (13+ messages)
    ` HELP: Will the reordering happen? "

[PATCH] C99 testsuite readiness: Compile more tests with -std=gnu89
 2023-10-20 20:33 UTC  (2+ messages)

[pushed] testsuite: constexpr-diag1.C and implicit constexpr
 2023-10-20 20:30 UTC 

[pushed] c++: fix tourney logic
 2023-10-20 20:29 UTC 

[PATCH v3] Control flow redundancy hardening
 2023-10-20 19:55 UTC  (2+ messages)

[PATCH] c++/modules: ICE with lambda initializing local var [PR105322]
 2023-10-20 19:48 UTC  (3+ messages)

[PATCH] c-family: char8_t and aliasing in C vs C++ [PR111884]
 2023-10-20 19:10 UTC  (2+ messages)

[PATCH] c: -Wincompatible-pointer-types should cover mismatches in ?:
 2023-10-20 19:08 UTC  (2+ messages)

[PATCH] c: -Wint-conversion should cover pointer/integer mismatches in ?:
 2023-10-20 19:07 UTC  (2+ messages)

[PATCH] C99 testsuite readiness: Some unverified test case reductions
 2023-10-20 19:05 UTC 

[PATCH] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-20 18:32 UTC  (3+ messages)

[PATCH v2 0/2] riscv: Adding support for XTHead(F)MemIdx
 2023-10-20 18:08 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: thead: Add support for the XTheadMemIdx ISA extension
` [PATCH v2 2/2] riscv: thead: Add support for the XTheadFMemIdx "

[PATCH] rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]
 2023-10-20 17:36 UTC 

PR111754
 2023-10-20 17:25 UTC 

[Patch] OpenMP: Add C++ support for 'omp allocate' with stack variables
 2023-10-20 16:49 UTC 

[PATCH] ARM: Block predication on atomics [PR111235]
 2023-10-20 16:47 UTC  (6+ messages)
  ` [PATCH v2] "

[pushed] libstdc++: add casts to from_chars in <charconv> [PR111883]
 2023-10-20 16:34 UTC 

[patch] libgomp.texi: Update "Enabling OpenMP"
 2023-10-20 16:28 UTC  (4+ messages)

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-10-20 16:01 UTC  (11+ messages)
` [PATCH v3 "

[PATCH 1/2] c++: remove NON_DEPENDENT_EXPR, part 1
 2023-10-20 15:57 UTC  (3+ messages)
` [PATCH 2/2] c++: remove NON_DEPENDENT_EXPR, part 2

[PATCH] vect: Don't set excess bits in unform masks
 2023-10-20 15:48 UTC 

[PATCH] ifcvt: Don't lower bitfields with non-constant offsets [PR 111882]
 2023-10-20 15:22 UTC  (4+ messages)

[PATCH] Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)
 2023-10-20 14:02 UTC 

[PATCH] middle-end: don't keep .MEM guard nodes for PHI nodes who dominate loop [PR111860]
 2023-10-20 13:55 UTC 

[PATCH] tree-optimization/111383 - testcase for fixed PR
 2023-10-20 13:52 UTC 

[PATCH] A new copy propagation and PHI elimination pass
 2023-10-20 13:52 UTC  (2+ messages)

[PATCH] aarch64: [PR110986] Emit csinv again for `a ? ~b : b`
 2023-10-20 13:42 UTC  (4+ messages)

[PATCH]middle-end: don't pass loop_vinfo to vect_set_loop_condition during prolog peeling [PR111866]
 2023-10-20 13:24 UTC  (2+ messages)

[PATCH] tree-optimization/111445 - simple_iv simplification fault
 2023-10-20 13:18 UTC 

[PATCH] tree-optimization/110243 - IVOPTs introducing undefined overflow
 2023-10-20 13:13 UTC 

[PATCH] AArch64: Improve immediate generation
 2023-10-20 13:06 UTC  (2+ messages)

[PATCH] tree-optimization/111891 - fix assert in vectorizable_simd_clone_call
 2023-10-20 12:13 UTC 

[committed] amdgcn: add -march=gfx1030 EXPERIMENTAL
 2023-10-20 11:51 UTC 

[PATCH] tree-optimization/111000 - restrict invariant motion of shifts
 2023-10-20 11:19 UTC 

[PATCH] Control flow redundancy hardening
 2023-10-20 11:07 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[SH][committed] Fix PR 101177
 2023-10-20 10:40 UTC 

[PATCH] rtl-ssa: Don't leave NOTE_INSN_DELETED around
 2023-10-20 10:36 UTC  (2+ messages)

[PATCH] Document {L,R}ROTATE_EXPR
 2023-10-20 10:01 UTC 

[PATCH] Rewrite more refs for epilogue vectorization
 2023-10-20  9:23 UTC 

[PATCH v3 0/4] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2023-10-20  9:16 UTC  (5+ messages)
` [PATCH v3 1/4] ifcvt: handle sequences that clobber flags in noce_convert_multiple_sets

[PATCH] Fixup vect_get_and_check_slp_defs for gathers and .MASK_LOAD
 2023-10-20  9:09 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).