public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch] OpenMP: Add ME support for 'omp allocate' stack variables
 2023-10-18  9:44 UTC  (2+ messages)

[pushed] Darwin: Check as for .build_version support and use it if available
 2023-10-18  9:40 UTC 

[Patch] Fortran: Support OpenMP's 'allocate' directive for stack vars
 2023-10-18  9:36 UTC  (5+ messages)

[PATCH] Harmonize headers between both dg-extract-results scripts
 2023-10-18  9:35 UTC  (7+ messages)
  ` [PING] "

[PATCH] RISC-V: Add popcount fallback expander
 2023-10-18  9:32 UTC  (4+ messages)
  `  "

[PATCH V2 00/14] Refactor and cleanup vsetvl pass
 2023-10-18  9:14 UTC  (35+ 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] 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-18  8:43 UTC  (2+ 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. 65; 6800; 1c "

[PATCH] LoongArch: Use fcmp.caf.s instead of movgr2cf for zeroing a fcc
 2023-10-18  8:41 UTC  (4+ messages)
    ` Pushed: "

[PATCH] Support g++ 4.8 as a host compiler
 2023-10-18  8:37 UTC  (5+ messages)

[PATCH] Re-instantiate integer mask to traditional vector mask support
 2023-10-18  8:17 UTC 

[PATCH] x86: Correct ISA enabled for clients since Arrow Lake
 2023-10-18  8:10 UTC 

GCC 14.0.0 Status Report (2023-10-18), Stage 1 ends Nov. 19th
 2023-10-18  8:04 UTC 

[r14-4629 Regression] FAIL: gcc.dg/vect/vect-simd-clone-18f.c scan-tree-dump-times vect "[\\n\\r] [^\\n]* = foo\\.simdclone" 2 on Linux/x86_64
 2023-10-18  8:01 UTC  (4+ messages)

[PATCH] RISC-V: Optimize consecutive permutation index pattern by vrgather.vi/vx
 2023-10-18  8:00 UTC  (3+ messages)

[PATCH v1] RISC-V: Remove the type size restriction of vectorizer
 2023-10-18  6:34 UTC  (2+ messages)

[PATCH 0/3] Add Intel new cpu archs
 2023-10-18  6:30 UTC  (3+ messages)

[PATCH RFC] diagnostic: add permerror variants with opt
 2023-10-18  6:23 UTC  (4+ messages)
` [PATCH v2 RFA] "
  ` PING "

[PATCH] vect: Cost adjacent vector loads/stores together [PR111784]
 2023-10-18  5:09 UTC 

[PATCH] RISC-V: Enable more tests for dynamic LMUL and bug fix[PR111832]
 2023-10-18  1:05 UTC  (2+ messages)

[PATCH] libstdc++: testsuite: Enhance codecvt_unicode with tests for length()
 2023-10-17 22:50 UTC 

[PATCH 2/2] aarch64: Put LR save slot first in more cases
 2023-10-17 22:48 UTC 

[PATCH 1/2] aarch64: Use vecs to store register save order
 2023-10-17 22:48 UTC 

[PATCH] c++: accepts-invalid with =delete("") [PR111840]
 2023-10-17 21:42 UTC  (2+ messages)

[pushed] c++: mangling tweaks
 2023-10-17 21:31 UTC 

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-10-17 21:11 UTC  (12+ messages)
    ` [PATCH v2 "
                ` [PATCH v3 "

[PATCH 11/11] aarch64: Add new load/store pair fusion pass
 2023-10-17 21:10 UTC  (2+ messages)

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

[PATCH 10/11] aarch64: Generalise TFmode load/store pair patterns
 2023-10-17 20:50 UTC 

[PATCH 09/11] aarch64, testsuite: Fix up pr71727.c
 2023-10-17 20:49 UTC 

[PATCH 08/11] aarch64, testsuite: Tweak sve/pcs/args_9.c to allow stps
 2023-10-17 20:49 UTC 

[PATCH 07/11] aarch64, testsuite: Prevent stp in lr_free_1.c
 2023-10-17 20:48 UTC 

[PATCH 06/11] haifa-sched: Allow for NOTE_INSN_DELETED at start of epilogue
 2023-10-17 20:48 UTC 

[PATCH 05/11] rtl-ssa: Support for inserting new insns
 2023-10-17 20:47 UTC 

[PATCH 04/11] rtl-ssa: Support inferring uses of mem in change_insns
 2023-10-17 20:47 UTC 

[PATCH 03/11] rtl-ssa: Add entry point to allow re-parenting uses
 2023-10-17 20:46 UTC 

[PATCH 02/11] rtl-ssa: Add drop_memory_access helper
 2023-10-17 20:46 UTC 

[PATCH 01/11] rtl-ssa: Fix bug in function_info::add_insn_after
 2023-10-17 20:46 UTC 

[PATCH 00/11] aarch64: Add new load/store pair fusion pass
 2023-10-17 20:45 UTC 

[PATCH] c++: Add missing auto_diagnostic_groups to constexpr.cc
 2023-10-17 20:34 UTC  (3+ messages)

[RFC] expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/111466]
 2023-10-17 20:14 UTC  (7+ messages)
  ` [PATCH] RISC-V/testsuite/pr111466.c: fix expected output to not detect SEXT.W
    ` [PATCH v2] RISC-V/testsuite/pr111466.c: update test and expected output
        ` [COMMITTED] "

[x86 PATCH] PR target/110511: Fix reg allocation for widening multiplications
 2023-10-17 19:05 UTC 

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-17 18:53 UTC  (7+ messages)

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

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

[PATCH v20 00/40] Optimize type traits performance
 2023-10-17 17:04 UTC  (65+ messages)
` [PATCH v21 00/30] "
  ` [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] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-17 16:05 UTC  (12+ messages)

Re_School Districts Contacts 2023
 2023-10-17 14:58 UTC 

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

Check that passes do not forget to define profile
 2023-10-17 13:52 UTC  (5+ 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 

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

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