public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] LoongArch: Use fcmp.caf.s instead of movgr2cf for zeroing a fcc
 2023-10-17 14:24 UTC  (2+ messages)

Check that passes do not forget to define profile
 2023-10-17 13:52 UTC  (5+ messages)

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-17 13:35 UTC  (9+ messages)

[PATCH] openmp: Add support for the 'indirect' clause in C/C++
 2023-10-17 13:34 UTC  (3+ messages)

[PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-10-17 13:23 UTC  (5+ messages)

[PATCH v10] tree-ssa-sink: Improve code sinking pass
 2023-10-17 13:21 UTC 

[x86 PATCH] PR 106245: Split (x<<31)>>31 as -(x&1) in i386.md
 2023-10-17 13:08 UTC 

[PATCH V2 00/14] Refactor and cleanup vsetvl pass
 2023-10-17 12:32 UTC  (16+ messages)
` [PATCH V2 01/14] RISC-V: P1: Refactor avl_info/vl_vtype_info/vector_insn_info
` [PATCH V2 02/14] RISC-V: P2: Refactor and cleanup demand system
` [PATCH V2 03/14] RISC-V: P3: Refactor vector_infos_manager
` [PATCH V2 04/14] RISC-V: P4: move method from pass_vsetvl to pre_vsetvl
` [PATCH V2 05/14] RISC-V: P5: combine phase 1 and 2
` [PATCH V2 06/14] RISC-V: P6: Add computing reaching definition data flow
` [PATCH V2 07/14] RISC-V: P7: Move earliest fuse and lcm code to pre_vsetvl class
` [PATCH V2 08/14] RISC-V: P8: Unified insert and delete of vsetvl insn into Phase 4
` [PATCH V2 09/14] RISC-V: P9: Cleanup post optimize phase
` [PATCH V2 10/14] RISC-V: P10: Cleanup helper functions
` [PATCH V2 11/14] RISC-V: P11: Adjust vector_block_info to vsetvl_block_info class
` [PATCH V2 12/14] RISC-V: P12: Delete riscv-vsetvl.h
` [PATCH V2 13/14] RISC-V: P13: Reorganize functions used to modify RTL
` [PATCH V2 14/14] RISC-V: P14: Adjust and add testcases

[PATCH] tree-optimization/111846 - put simd-clone-info into SLP tree
 2023-10-17 12:27 UTC 

[PATCH] wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u}
 2023-10-17 12:19 UTC  (2+ messages)

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

[PATCH] c++: Add missing auto_diagnostic_groups to constexpr.cc
 2023-10-17 10:35 UTC 

[PATCH] RISC-V: Fix failed testcase when use -cmodel=medany
 2023-10-17 10:01 UTC  (3+ messages)

[avr,committed] Implement fma, fmal
 2023-10-17  9:52 UTC 

[PATCH] MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) == 0
 2023-10-17  9:24 UTC  (2+ messages)

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

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

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

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)

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