public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Control flow redundancy hardening
 2023-10-20 11:07 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH]middle-end: don't pass loop_vinfo to vect_set_loop_condition during prolog peeling [PR111866]
 2023-10-20 10:50 UTC 

[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 v2 0/2] riscv: Adding support for XTHead(F)MemIdx
 2023-10-20  9:53 UTC  (3+ 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 "

[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  (9+ 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: Support partial VLS mode when preference fixed-vlmax
 2023-10-20  8:51 UTC  (3+ messages)

[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. 65;6800;1c There's loop in vect_peel_nonlinear_iv_init to get init_expr * pow (step_expr, skip_niters). When skipn_iters is too big, compile time hogs. To avoid that, optimize init_expr * pow (step_expr, skip_niters) to init_expr << (exact_log2 (step_expr) * skip_niters) when step_expr is pow of 2, otherwise give up vectorization when skip_niters >= TYPE_PRECISION (TREE_TYPE (init_expr))
 2023-10-20  6:30 UTC  (5+ messages)
` [PATCH] Avoid compile time hog on vect_peel_nonlinear_iv_init for nonlinear induction vec_step_op_mul when iteration count is too big

[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  (4+ messages)
  `  "

[PATCH V3 00/11] Refactor and cleanup vsetvl pass
 2023-10-20  3:58 UTC  (18+ messages)
` [PATCH V3 01/11] RISC-V: P1: Refactor avl_info/vl_vtype_info/vector_insn_info/vector_block_info
` [PATCH V3 02/11] RISC-V: P2: Refactor and cleanup demand system
` [PATCH V3 03/11] RISC-V: P3: Refactor vector_infos_manager
` [PATCH V3 04/11] RISC-V: P4: move method from pass_vsetvl to pre_vsetvl
` [PATCH V3 05/11] RISC-V: P5: Combine phase 1 and 2
` [PATCH V3 06/11] RISC-V: P6: Add computing reaching definition data flow
` [PATCH V3 07/11] RISC-V: P7: Move earliest fuse and lcm code to pre_vsetvl class
` [PATCH V3 08/11] RISC-V: P8: Refactor emit-vsetvl phase and delete post optimization
` [PATCH V3 09/11] RISC-V: P9: Cleanup and reorganize helper functions
` [PATCH V3 10/11] RISC-V: P10: Delete riscv-vsetvl.h and adjust riscv-vsetvl.def
` [PATCH V3 11/11] RISC-V: P11: Adjust and add testcases

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

[PATCH] AArch64: Cleanup memset expansion
 2023-10-19 12:51 UTC 

[PATCH] AArch64: Improve immediate generation
 2023-10-19 12:43 UTC 

[PATCH]middle-end: don't create LC-SSA PHI variables for PHI nodes who dominate loop
 2023-10-19 12:31 UTC  (2+ messages)

aarch64, vect, omp: Add SVE support for simd clones [PR 96342]
 2023-10-19 12:17 UTC  (14+ messages)
` [Patch 3/8] vect: Fix vect_get_smallest_scalar_type for simd clones
` [PATCH 4/8] vect: don't allow fully masked loops with non-masked simd clones [PR 110485]
` [PATCH 5/8] vect: Use inbranch simdclones in masked loops
` [PATCH 0/8] omp: Replace simd_clone_subparts with TYPE_VECTOR_SUBPARTS

[PATCH] Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting)
 2023-10-19 12:13 UTC  (3+ messages)

[PATCH] libcpp: testsuite: Add test for fixed _Pragma bug [PR82335]
 2023-10-19 12:09 UTC  (3+ messages)

gcc 13.2 is missing warnings?
 2023-10-19 11:50 UTC 

[PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers
 2023-10-19 11:47 UTC 

[PATCH 1/2] Refactor x86 vectorized gather path
 2023-10-19 11:46 UTC 

[PATCH 2/2] arm: move the switch tables for Arm to the RO data section
 2023-10-19 10:58 UTC  (2+ messages)

[PATCH 1/2] arm: Use deltas for Arm switch tables
 2023-10-19 10:57 UTC  (2+ messages)

[PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated
 2023-10-19 10:07 UTC  (2+ messages)

[committed] amdgcn: deprecate Fiji device and multilib
 2023-10-19  8:58 UTC 

[PATCH] x86: Correct ISA enabled for clients since Arrow Lake
 2023-10-19  8:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] c-family: Enable -fpermissive for C and ObjC
 2023-10-19  8:43 UTC 

[PATCH V2 00/14] Refactor and cleanup vsetvl pass
 2023-10-19  8:41 UTC  (3+ messages)

[PATCH-2, rs6000] Enable vector mode for memory equality compare [PR111449]
 2023-10-19  8:39 UTC  (5+ messages)

[PATCH v4 0/6] Add Loongson SX/ASX instruction support to LoongArch target
 2023-10-19  8:00 UTC  (5+ messages)

[PATCH 0/3] Optimize loongarch vector implementation
 2023-10-19  6:16 UTC  (2+ 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).