public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[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 v2 0/2] riscv: Adding support for XTHead(F)MemIdx
 2023-10-20 14:33 UTC  (4+ 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] 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 v22 00/31] Optimize type traits performance
 2023-10-20 13:53 UTC  (35+ 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] 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] wwwdocs: gcc-14: mark amdgcn fiji deprecated
 2023-10-20 13:09 UTC  (4+ messages)

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

[PATCH v1] RISC-V: Support partial VLS mode when preference fixed-vlmax
 2023-10-20 12:59 UTC  (4+ messages)
` [PATCH v2] RISC-V: Support partial VLS mode when preference fixed-vlmax [PR111857]

[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 

[V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-20  9:50 UTC  (5+ messages)

[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  (7+ messages)
` [PATCH v3 1/4] ifcvt: handle sequences that clobber flags in noce_convert_multiple_sets
` [PATCH v3 2/4] ifcvt: Allow more operations in multiple set if conversion

[PATCH] Fixup vect_get_and_check_slp_defs for gathers and .MASK_LOAD
 2023-10-20  9:09 UTC 

[PATCH] c: -Wincompatible-pointer-types should cover mismatches in ?:
 2023-10-20  8:54 UTC 

[PATCH v1] RISC-V: Remove the type size restriction of vectorizer
 2023-10-20  8:49 UTC  (4+ messages)
    `  "

[PATCH-1v4, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-20  8:49 UTC  (2+ messages)

[PATCH] Fixup vect_get_and_check_slp_defs for gathers and .MASK_LOAD
 2023-10-20  8:37 UTC  (4+ messages)

[PATCH] RISC-V: Rename some variables of vector_block_info[NFC]
 2023-10-20  8:36 UTC  (2+ messages)

[PATCH] [x86] Remove unused mmx_pinsrw
 2023-10-20  8:18 UTC  (2+ messages)

Gcc
 2023-10-20  7:17 UTC 

[PATCH] LoongArch: Define macro CLEAR_INSN_CACHE
 2023-10-20  7:15 UTC 

[PATCH] c: -Wint-conversion should cover pointer/integer mismatches in ?:
 2023-10-20  6:51 UTC 

[PATCH v9 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-20  6:50 UTC 

[PATCH v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type
 2023-10-20  6:50 UTC 

[PATCH] return edge in make_eh_edges
 2023-10-20  6:34 UTC  (5+ messages)
  ` [PATCH] rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges)

[PATCH] Avoid compile time hog on vect_peel_nonlinear_iv_init for nonlinear induction vec_step_op_mul when iteration count is too big
 2023-10-20  6:30 UTC  (3+ messages)

[PATCH] i386: Prevent splitting to xmm16+ when !TARGET_AVX512VL
 2023-10-20  6:27 UTC  (2+ messages)

[PATCH] strub: machine-independent stack scrubbing
 2023-10-20  6:03 UTC  (4+ messages)
  ` [PATCH v2 00/10] Introduce "
    ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH] Introduce hardbool attribute for C
 2023-10-20  5:31 UTC  (5+ messages)
      ` [PATCH v4] "

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

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-10-20  4:34 UTC  (18+ messages)
` [PATCH v2 "
    ` [PATCH v3 "

Enable top-level recursive 'autoreconf' (was: Hints on reconfiguring GCC)
 2023-10-20  4:07 UTC  (5+ messages)
        ` Enable top-level recursive 'autoreconf'

[PATCH V2] RISC-V: Fix failed hoist in LICM of vmv.v.x instruction
 2023-10-20  3:59 UTC  (3+ messages)

[PATCH V3 00/11] Refactor and cleanup vsetvl pass
 2023-10-20  3:58 UTC  (5+ messages)

[PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers
 2023-10-20  3:56 UTC 

[PATCH] c++: Improve diagnostics for constexpr cast from void*
 2023-10-20  3:25 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] c++: Catch indirect change of active union member in constexpr [PR101631]
 2023-10-20  3:23 UTC  (12+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
            ` [PATCH v5] "
              ` [PATCH v6] "

use -mno-strict-align for strlenopt-80.c on powerpc
 2023-10-20  3:16 UTC  (2+ messages)
` [PATCH] testsuite: check for and use -mno-strict-align where needed

Cables Manufacturer
 2023-10-20  0:37 UTC 

[PATCH] c++: print source code in print_instantiation_partial_context_line
 2023-10-20  0:33 UTC  (2+ messages)

[PATCH] c: Add -Wreturn-mismatch warning, split from -Wreturn-type
 2023-10-19 23:32 UTC  (3+ messages)

[V2][PATCH] gcc-14/changes.html: Deprecate a GCC C extension on flexible array members
 2023-10-19 23:29 UTC  (4+ messages)
` Improve -Wflex-array-member-not-at-end changes.html wording |Plus: and warning bug? (was: [V2][PATCH] gcc-14/changes.html: Deprecate a GCC C extension on flexible array members.)

[PATCH V5] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-19 22:19 UTC  (3+ messages)

[PATCH] vect: Cost adjacent vector loads/stores together [PR111784]
 2023-10-19 22:12 UTC  (2+ messages)

[PATCH 1/2] c++: remove NON_DEPENDENT_EXPR, part 1
 2023-10-19 21:46 UTC  (10+ messages)
` [PATCH 2/2] c++: remove NON_DEPENDENT_EXPR, part 2
  ` [PATCH] c++: merge tsubst_copy into tsubst_copy_and_build
          ` [PATCH 2/1] c++: rename tsubst_copy_and_build and tsubst_expr

[PATCH]AArch64 Add SVE implementation for cond_copysign
 2023-10-19 21:29 UTC  (2+ messages)

[PATCH]AArch64 Handle copysign (x, -1) expansion efficiently
 2023-10-19 21:17 UTC  (2+ messages)

[pushed] doc: Update contrib.texi
 2023-10-19 20:17 UTC 

[PATCH] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]
 2023-10-19 20:11 UTC  (16+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] ifcvt/vect: Emit COND_ADD for conditional scalar reduction
 2023-10-19 20:07 UTC  (11+ messages)

[Patch] omp_lib.f90.in: Deprecate omp_lock_hint_* for OpenMP 5.0
 2023-10-19 19:48 UTC 

[PATCH] gcc: Introduce -fhardened
 2023-10-19 18:33 UTC  (9+ messages)
    ` [PATCH v2] "

[PATCH 06/11] haifa-sched: Allow for NOTE_INSN_DELETED at start of epilogue
 2023-10-19 17:52 UTC  (3+ messages)

[RFC] Add function attribute: null_terminated_string_arg(PARAM_IDX)
 2023-10-19 17:45 UTC  (3+ messages)

[PATCH][_Hashtable] Fix merge
 2023-10-19 17:11 UTC  (3+ messages)

[x86 PATCH] PR target/110511: Fix reg allocation for widening multiplications
 2023-10-19 17:01 UTC  (2+ messages)

[PATCH] Harmonize headers between both dg-extract-results scripts
 2023-10-19 16:48 UTC  (8+ messages)
  ` [PING] "

[PATCH] ABOUT-GCC-NLS: add usage guidance
 2023-10-19 16:17 UTC  (4+ messages)

[0/3] target_version and aarch64 function multiversioning
 2023-10-19 16:13 UTC  (4+ messages)
` [1/3] Add support for target_version attribute

[patch,libgcc,contrib]: Add some auto-generated files deps to gcc_update
 2023-10-19 15:55 UTC 

[PATCH] c: [PR100532] Fix ICE when an agrgument was an error mark
 2023-10-19 15:48 UTC  (2+ messages)

[PATCH v2 RFA] diagnostic: add permerror variants with opt
 2023-10-19 15:47 UTC  (3+ messages)
` [PATCH RFA] diagnostic: rename new permerror overloads

[PATCH] c: [PR104822] Don't warn about converting NULL to different sso endian
 2023-10-19 15:44 UTC  (2+ messages)

[pushed] c++: use G_ instead of _
 2023-10-19 15:42 UTC  (2+ messages)

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-10-19 15:24 UTC  (8+ messages)

[PATCH] PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation
 2023-10-19 15:20 UTC  (2+ messages)

[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-19 15:16 UTC  (6+ messages)
` [PATCH 02/11] Handle epilogues that contain jumps

[PATCH] c++: non-static memfn call dependence cleanup
 2023-10-19 15:07 UTC  (5+ messages)
` [PATCH 2/1] c++: more non-static memfn call dependence cleanup [PR106086]

[PATCH v2 11/11] aarch64: Add new load/store pair fusion pass
 2023-10-19 14:55 UTC 

[COMMITTED] ada: Support new SPARK aspect Side_Effects
 2023-10-19 14:42 UTC 

[COMMITTED] ada: Refactor code to remove GNATcheck violation
 2023-10-19 14:42 UTC 

[COMMITTED] ada: Add pragma Annotate for GNATcheck exemptions
 2023-10-19 14:41 UTC 

[COMMITTED] ada: Document gnatbind -Q switch
 2023-10-19 14:41 UTC 

[COMMITTED] ada: Seize opportunity to reuse List_Length
 2023-10-19 14:41 UTC 

[COMMITTED] ada: Simplify "not Present" with "No"
 2023-10-19 14:41 UTC 

[PATCH 0/5] LoongArch: Better balance between relaxation and scheduling
 2023-10-19 14:03 UTC  (6+ messages)
` [PATCH 1/5] LoongArch: Add enum-style -mexplicit-relocs= option
` [PATCH 2/5] LoongArch: Use explicit relocs for GOT access when -mexplicit-relocs=auto and LTO during a final link with linker plugin
` [PATCH 3/5] LoongArch: Use explicit relocs for TLS access with -mexplicit-relocs=auto
` [PATCH 4/5] LoongArch: Use explicit relocs for addresses only used for one load or store with -mexplicit-relocs=auto and -mcmodel={normal,medium}
` [PATCH 5/5] LoongArch: Document -mexplicit-relocs={auto,none,always}

[PATCH 0/3] [GCC] arm: vld1_types_xN ACLE intrinsics
 2023-10-19 13:41 UTC  (4+ messages)
` [PATCH 1/3] [GCC] arm: vld1_types_x2 "
` [PATCH 2/3] [GCC] arm: vld1_types_x3 "
` [PATCH 3/3] [GCC] arm: vld1_types_x4 "

[PATCH] c++: Make -Wunknown-pragmas controllable by #pragma GCC diagnostic [PR89038]
 2023-10-19 13:14 UTC  (4+ 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).