public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-10-17  9:17 UTC  (4+ messages)

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-17  8:47 UTC  (7+ messages)

[PATCH] PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation
 2023-10-17  8:43 UTC  (5+ messages)

[PATCH] wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u}
 2023-10-17  8:12 UTC 

[patch] fortran/intrinsic.texi: Add 'passed by value' to signal handler
 2023-10-17  7:47 UTC  (5+ messages)
  ` [patch] fortran/intrinsic.texi: Improve SIGNAL intrinsic entry (was: [patch] fortran/intrinsic.texi: Add 'passed by value' to signal handler)

[PATCH] RISC-V: Enable more tests for dynamic LMUL and bug fix[PR111832]
 2023-10-17  7:30 UTC 

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-10-17  7:04 UTC  (8+ messages)

[PATCH V3] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-17  6:46 UTC  (3+ messages)
  `  "

[PATCH V4] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-17  6:43 UTC 

[PATCH] middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of volatile
 2023-10-17  6:26 UTC 

[PATCH] Support 32/64-bit vectorization for _Float16 fma related operations
 2023-10-17  5:13 UTC 

[PATCH v2] swap: Fix incorrect lane extraction by vec_extract() [PR106770]
 2023-10-17  5:07 UTC  (4+ messages)
` [PING][PATCH "
  ` [PING^2][PATCH "
    ` [PING^3][PATCH "

[RFC] expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/111466]
 2023-10-17  4:07 UTC  (2+ messages)

[PATCH 2/2] RISC-V: Add assert of the number of vmerge in autovec cond testcases
 2023-10-17  3:19 UTC  (3+ messages)

[PATCH] RISC-V: Refactor and cleanup vsetvl pass
 2023-10-17  3:17 UTC  (4+ messages)
  `  "

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

[PATCH v2] rs6000: Change bitwise xor to an equality operator [PR106907]
 2023-10-17  2:10 UTC  (2+ messages)

[PATCH v2] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
 2023-10-17  2:10 UTC  (2+ messages)
`  "

[PATCH v1] LoongArch: Fix vec_initv32qiv16qi template to avoid ICE
 2023-10-17  2:09 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH] Add files to discourage submissions of PRs to the GitHub mirror
 2023-10-17  0:50 UTC  (3+ messages)

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-17  0:47 UTC 

[PATCH] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]
 2023-10-17  0:39 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] Fortran: out of bounds access with nested implied-do IO [PR111837]
 2023-10-17  0:32 UTC  (2+ messages)

[committed] d: Forbid taking the address of an intrinsic with no implementation
 2023-10-17  0:23 UTC 

[PATCH V3] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store
 2023-10-16 23:22 UTC  (3+ messages)
  `  "

[PATCH V4] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store
 2023-10-16 23:20 UTC 

[committed] Fix minor problem in stack probing
 2023-10-16 23:16 UTC 

[pushed] diagnostics: special-case -fdiagnostics-text-art-charset=ascii for LANG=C
 2023-10-16 23:10 UTC 

[pushed] diagnostics: fix missing initialization of context->extra_output_kind
 2023-10-16 23:10 UTC 

PATCH-1v3, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-16 21:51 UTC  (2+ messages)

[PATCH v4] i386: Allow -mlarge-data-threshold with -mcmodel=large
 2023-10-16 21:46 UTC  (6+ messages)
  ` [PATCH v5] "

[PATCH 1/2] Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node
 2023-10-16 21:40 UTC  (5+ messages)
` [PATCH 2/2] [c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not checking for error

[C PATCH] error for function with external and internal linkage [PR111708]
 2023-10-16 21:34 UTC  (2+ messages)

[PATCH v18 00/40] Optimize type traits performance
 2023-10-16 21:30 UTC  (63+ messages)
` [PATCH v19 "
  ` [PATCH v19 02/40] c-family, c++: Look up built-in traits through gperf
  ` [PATCH v20 00/40] Optimize type traits performance
    ` [PATCH v20 01/40] c++: Sort built-in traits alphabetically
    ` [PATCH v20 02/40] c-family, c++: Look up built-in traits via identifier node
    ` [PATCH v20 03/40] c++: Accept the use of built-in trait identifiers
    ` [PATCH v20 04/40] c++: Implement __is_const built-in trait
    ` [PATCH v20 05/40] libstdc++: Optimize is_const trait performance
    ` [PATCH v20 06/40] c++: Implement __is_volatile built-in trait
    ` [PATCH v20 07/40] libstdc++: Optimize is_volatile trait performance
    ` [PATCH v20 08/40] c++: Implement __is_array built-in trait
    ` [PATCH v20 09/40] libstdc++: Optimize is_array trait performance
    ` [PATCH v20 10/40] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v20 11/40] libstdc++: Optimize is_unbounded_array trait performance
    ` [PATCH v20 12/40] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v20 13/40] libstdc++: Optimize is_bounded_array trait performance
    ` [PATCH v20 14/40] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v20 15/40] libstdc++: Optimize is_scoped_enum trait performance
    ` [PATCH v20 16/40] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v20 17/40] libstdc++: Optimize is_member_pointer trait performance
    ` [PATCH v20 18/40] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v20 19/40] libstdc++: Optimize is_member_function_pointer trait performance
    ` [PATCH v20 20/40] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v20 21/40] libstdc++: Optimize is_member_object_pointer trait performance
    ` [PATCH v20 22/40] c++: Implement __is_reference built-in trait
    ` [PATCH v20 23/40] libstdc++: Optimize is_reference trait performance
    ` [PATCH v20 24/40] c++: Implement __is_function built-in trait
    ` [PATCH v20 25/40] libstdc++: Optimize is_function trait performance
    ` [PATCH v20 26/40] libstdc++: Optimize is_object "
    ` [PATCH v20 27/40] c++: Implement __remove_pointer built-in trait
    ` [PATCH v20 28/40] libstdc++: Optimize remove_pointer trait performance
    ` [PATCH v20 29/40] c++: Implement __is_pointer built-in trait
    ` [PATCH v20 30/40] libstdc++: Optimize is_pointer trait performance
    ` [PATCH v20 31/40] c++: Implement __is_arithmetic built-in trait
    ` [PATCH v20 32/40] libstdc++: Optimize is_arithmetic trait performance
    ` [PATCH v20 33/40] libstdc++: Optimize is_fundamental "
    ` [PATCH v20 34/40] libstdc++: Optimize is_compound "
    ` [PATCH v20 35/40] c++: Implement __is_unsigned built-in trait
    ` [PATCH v20 36/40] libstdc++: Optimize is_unsigned trait performance
    ` [PATCH v20 37/40] c++: Implement __is_signed built-in trait
    ` [PATCH v20 38/40] libstdc++: Optimize is_signed trait performance
    ` [PATCH v20 39/40] c++: Implement __is_scalar built-in trait
    ` [PATCH v20 40/40] libstdc++: Optimize is_scalar trait performance

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-16 21:10 UTC  (6+ messages)

[committed] RISC-V: NFC: Move scalar block move expansion code into riscv-string.cc
 2023-10-16 20:04 UTC 

[PATCH] RISC-V/testsuite: add a default march (lacking zfa) to some fp tests
 2023-10-16 19:48 UTC  (3+ messages)
  ` [COMMITTED] "

[PATCH v7] Implement new RTL optimizations pass: fold-mem-offsets
 2023-10-16 19:11 UTC  (3+ messages)

[PATCH v5] i386: Allow -mlarge-data-threshold with -mcmodel=large
 2023-10-16 18:21 UTC 

[PATCH v6] Implement new RTL optimizations pass: fold-mem-offsets
 2023-10-16 18:12 UTC  (7+ messages)

[committed] d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4
 2023-10-16 17:49 UTC 

[ARC PATCH] Split asl dst,1,src into bset dst,0,src to implement 1<<x
 2023-10-16 17:25 UTC  (2+ messages)
` [ARC PATCH] Split asl dst, 1, src into bset dst, 0, src "

[pushed] c++: improve fold-expr location
 2023-10-16 15:10 UTC 

[PATCH] aarch64: enable mixed-types for aarch64 simdclones
 2023-10-16 15:03 UTC  (10+ messages)

[PATCH] libcpp: add function to check XID properties
 2023-10-16 15:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] AArch64: Fix __sync_val_compare_and_swap [PR111404]
 2023-10-16 14:59 UTC  (6+ messages)

[PATCH v9] tree-ssa-sink: Improve code sinking pass
 2023-10-16 14:42 UTC  (2+ messages)

[PATCH V2] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store
 2023-10-16 14:18 UTC  (3+ messages)
  `  "

[PATCH] Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting)
 2023-10-16 13:32 UTC 

[ARC PATCH] Split asl dst,1,src into bset dst,0,src to implement 1<<x
 2023-10-16 13:14 UTC  (3+ messages)
` [ARC PATCH] Split asl dst, 1, src into bset dst, 0, src "

[PATCH] libatomic: Improve ifunc selection on AArch64
 2023-10-16 12:51 UTC  (3+ messages)

[PATCH] libatomic: Enable lock-free 128-bit atomics on AArch64 [PR110061]
 2023-10-16 12:50 UTC  (6+ messages)

[PATCH] AArch64: Fix strict-align cpymem/setmem [PR103100]
 2023-10-16 12:48 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] AArch64: Add inline memmove expansion
 2023-10-16 12:27 UTC 

[PATCH] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store
 2023-10-16 11:32 UTC  (2+ messages)

[PATCH] s390: Fix expander popcountv8hi2_vx
 2023-10-16 11:22 UTC  (2+ messages)

[PATCH] tree-optimization/111807 - ICE in verify_sra_access_forest
 2023-10-16 11:02 UTC 

[PATCH] [PR31531] MATCH: Improve ~a < ~b and ~a < CST, allow a nop cast inbetween ~ and a/b
 2023-10-16  9:54 UTC  (2+ messages)

[PATCH] Improve factor_out_conditional_operation for conversions and constants
 2023-10-16  9:53 UTC  (2+ messages)

[PATCH RFA] PR target/111815: VAX: Only accept the index scaler as the RHS operand to ASHIFT
 2023-10-16  9:41 UTC 

[Patch] nvptx: Use fatal_error when -march= is missing not an assert [PR111093]
 2023-10-16  9:18 UTC 

[PATCH] RISC-V: Use VLS modes if the NITERS is known and smaller than VLS mode elements
 2023-10-16  9:18 UTC  (3+ messages)
  `  "

[PATCH] Do not prepend target triple to -fuse-ld=lld,mold
 2023-10-16  9:16 UTC  (7+ messages)

[PATCH] MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p
 2023-10-16  9:09 UTC  (2+ messages)

[PATCH V1] use more get_range_query
 2023-10-16  7:36 UTC  (3+ messages)

[PATCH 0/3] Add Intel new cpu archs
 2023-10-16  6:23 UTC  (4+ messages)
` [PATCH 1/3] Initial Clear Water Forest Support
` [PATCH 2/3] x86: Add m_CORE_HYBRID for hybrid clients tuning
` [PATCH 3/3] Initial Panther Lake Support

wanting
 2023-10-16  6:13 UTC 

[PATCH v2] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-16  3:55 UTC 

[PATCH 0/3] Optimize loongarch vector implementation
 2023-10-16  2:00 UTC  (4+ messages)
` [PATCH 1/3] LoongArch:Implement avg and sad standard names
` [PATCH 2/3] LoongArch:Implement vec_widen "
` [PATCH 3/3] LoongArch:Implement the new vector cost model framework

[pushed] wwwdocs: buildstat: Don't reference buildstats we no longer carry
 2023-10-15 21:46 UTC 

[pushed] wwwdocs: *: Remove unused buildstat pages
 2023-10-15 21:42 UTC 

[patch] libgomp.texi: Update "Enabling OpenMP"
 2023-10-15 21:05 UTC  (4+ messages)
  ` [patch] libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fopenmp update (was: Re: [patch] libgomp.texi: Update "Enabling OpenMP")

[patch] libgomp.texi: Improve "OpenACC Environment Variables"
 2023-10-15 20:30 UTC  (4+ messages)

[Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory
 2023-10-15 20:08 UTC  (4+ messages)
  ` [patch] libgomp.texi: Use present not future tense (was: [Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory)

[PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-10-15 19:38 UTC  (2+ messages)
` Ping: "

[PATCH/committed] sim: add distclean dep for gnulib
 2023-10-15 16:56 UTC 

[pushed] wwwdocs: gcc-9: Editorial changes to porting_to.html
 2023-10-15 14:42 UTC 

[pushed] wwwdocs: conduct: Link creativecommons.org via https
 2023-10-15 14:40 UTC 

[PATCH v2 3/4] Improve functionality of ree pass with various constants with AND operation
 2023-10-15 12:58 UTC  (2+ messages)
` [PING ^0] "

[PATCH v8 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-15 12:43 UTC  (2+ messages)
` [PING ^0] "

[PATCH v2] rs6000: Add new pass for replacement of contiguous addresses vector load lxv with lxvp
 2023-10-15 12:13 UTC  (2+ messages)
` [PING ^0][PATCH "

PATCH v3] rs6000: fmr gets used instead of faster xxlor [PR93571]
 2023-10-15 12:11 UTC  (2+ messages)
` [PING ^0][PATCH "

[PATCH] Support g++ 4.8 as a host compiler
 2023-10-15 11:43 UTC  (4+ messages)

[committed] d: Merge upstream dmd, druntime f9efc98fd7, phobos a3f22129d
 2023-10-15 11:14 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).