public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[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] Control flow redundancy hardening
 2023-10-20  5:20 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[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  (21+ 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] return edge in make_eh_edges
 2023-10-20  3:34 UTC  (3+ messages)

[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

[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  2:18 UTC  (4+ 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

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)

[V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-19 23:33 UTC  (12+ messages)
` [V3][PATCH 2/3] Use the counted_by atribute info in builtin object size [PR108896]

[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 v3 0/4] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2023-10-19 19:46 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] 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  (5+ 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)
`  "

[PATCH] aarch64: [PR110986] Emit csinv again for `a ? ~b : b`
 2023-10-19  4:05 UTC 

[PATCH 0/6] PowerPC Future patches
 2023-10-19  0:06 UTC  (7+ messages)
` [PATCH 1/6] PowerPC: Add -mcpu=future option
` [PATCH 2/6] PowerPC: Make -mcpu=future enable -mblock-ops-vector-pair
` [PATCH 3/6] PowerPC: Add support for accumulators in DMR registers
` [PATCH 4/6] PowerPC: Make MMA insns support "
` [PATCH 5/6] PowerPC: Switch to dense math names for all MMA operations
` [PATCH 6/6] PowerPC: Add support for 1,024 bit DMR registers

[COMMITTED] Fix expansion of `(a & 2) != 1`
 2023-10-18 22:34 UTC 

[PATCH V2 0/7] aarch64: Add support for __arm_rsr and __arm_wsr ACLE function family
 2023-10-18 21:30 UTC  (13+ messages)
` [PATCH V2 2/7] aarch64: Add support for aarch64-sys-regs.def
` [PATCH V2 3/7] aarch64: Implement system register validation tools
` [PATCH V2 4/7] aarch64: Add basic target_print_operand support for CONST_STRING
` [PATCH V2 5/7] aarch64: Implement system register r/w arm ACLE intrinsic functions
` [PATCH V2 6/7] aarch64: Add front-end argument type checking for target builtins
` [PATCH V2 7/7] aarch64: Add system register duplication check selftest

[PATCH] RISC-V: Add popcount fallback expander
 2023-10-18 20:25 UTC  (6+ messages)
      `  "

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-18 19:04 UTC  (9+ messages)

[PATCH 10/11] aarch64: Generalise TFmode load/store pair patterns
 2023-10-18 18:16 UTC  (2+ messages)

[PATCH 09/11] aarch64, testsuite: Fix up pr71727.c
 2023-10-18 18:13 UTC  (2+ messages)

[PATCH 08/11] aarch64, testsuite: Tweak sve/pcs/args_9.c to allow stps
 2023-10-18 18:12 UTC  (2+ messages)

[PATCH 07/11] aarch64, testsuite: Prevent stp in lr_free_1.c
 2023-10-18 18:10 UTC  (2+ messages)

[PATCH 04/11] rtl-ssa: Support inferring uses of mem in change_insns
 2023-10-18 18:00 UTC  (2+ messages)

[PATCH 03/11] rtl-ssa: Add entry point to allow re-parenting uses
 2023-10-18 17:57 UTC  (2+ messages)

[PATCH 02/11] rtl-ssa: Add drop_memory_access helper
 2023-10-18 17:55 UTC  (2+ messages)

[PATCH 01/11] rtl-ssa: Fix bug in function_info::add_insn_after
 2023-10-18 17:54 UTC  (2+ messages)

[x86 PATCH] PR 106245: Split (x<<31)>>31 as -(x&1) in i386.md
 2023-10-18 17:43 UTC  (4+ messages)

[committed] pru: Implement TARGET_INSN_COST
 2023-10-18 17:18 UTC 

[avr,committed] LibF7: Implement a function that was missing for devices without MUL
 2023-10-18 17:03 UTC 

[PATCH] c++/modules: ICE with lambda initializing local var [PR105322]
 2023-10-18 16:34 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).