public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] MAINTAINERS: Add myself to write after approval
 2023-05-10 16:10 UTC 

[PATCH] Var-Tracking: Leverage pointer_mux for decl_or_value
 2023-05-10 15:55 UTC  (11+ messages)
` [PATCH v2] Var-Tracking: Typedef pointer_mux<tree_node, rtx_def> as decl_or_value
` [PATCH v3] "

RISC-V: Remove masking third operand of rotate instructions
 2023-05-10 15:50 UTC 

[PATCH take #3] match.pd: Simplify popcount/parity of bswap/rotate
 2023-05-10 15:47 UTC  (2+ messages)

[PATCH] riscv: Add vectorized binops and insn_expander helpers
 2023-05-10 15:43 UTC  (2+ messages)

[PATCH V5, 0/2] PR target/105325: Fix constraint issue with power10 fusion
 2023-05-10 15:40 UTC  (3+ messages)
` [PATCH V5, 1/2] PR target/105325: Rewrite genfusion.pl's gen_ld_cmpi_p10 function
` [PATCH V5, 2/2] PR target/105325: Fix memory constraints for power10 fusion

[PATCH] c++: converted lambda as template argument [PR83258, ...]
 2023-05-10 15:36 UTC 

[PATCH] vect: Missed opportunity to use [SU]ABD
 2023-05-10 15:27 UTC  (6+ messages)

[PATCH] riscv: Add autovectorization tests for binary integer
 2023-05-10 15:24 UTC 

[PATCH] riscv: Split off shift patterns for autovectorization
 2023-05-10 15:24 UTC 

[PATCH] riscv: Clarify vlmax and length handling
 2023-05-10 15:24 UTC 

[pushed 1/2] c++: always check consteval address
 2023-05-10 15:04 UTC  (2+ messages)
` [pushed 2/2] c++: be stricter about constinit [CWG2543]

[PATCH 01/20] arm: [MVE intrinsics] factorize vcmp
 2023-05-10 14:52 UTC  (21+ messages)
` [PATCH 02/20] arm: [MVE intrinsics] add cmp shape
` [PATCH 03/20] arm: [MVE intrinsics] rework vcmp
` [PATCH 04/20] arm: [MVE intrinsics] factorize vrev16q vrev32q vrev64q
` [PATCH 05/20] arm: [MVE intrinsics] rework "
` [PATCH 06/20] arm: [MVE intrinsics] factorize vdupq
` [PATCH 07/20] arm: [MVE intrinsics] add unary_n shape
` [PATCH 08/20] arm: [MVE intrinsics] rework vdupq
` [PATCH 09/20] arm: [MVE intrinsics] factorize vaddvq
` [PATCH 10/20] arm: [MVE intrinsics] add unary_int32 shape
` [PATCH 11/20] arm: [MVE intrinsics] rework vaddvq
` [PATCH 12/20] arm: [MVE intrinsics] factorize vaddvaq
` [PATCH 13/20] arm: [MVE intrinsics] add unary_int32_acc shape
` [PATCH 14/20] arm: [MVE intrinsics] rework vaddvaq
` [PATCH 15/20] arm: [MVE intrinsics] add unary_acc shape
` [PATCH 16/20] arm: [MVE intrinsics] factorize vaddlvq
` [PATCH 17/20] arm: [MVE intrinsics] rework vaddlvq
` [PATCH 18/20] arm: [MVE intrinsics] factorize vmovlbq vmovltq
` [PATCH 19/20] arm: [MVE intrinsics] add unary_widen shape
` [PATCH 20/20] arm: [MVE intrinsics] rework vmovlbq vmovltq

[PATCH] Avoid g++.dg/torture/pr106922.C FAIL with the pre-C++11 ABI
 2023-05-10 13:43 UTC 

Update testsuite to run with slim LTO
 2023-05-10 13:42 UTC  (9+ messages)
` Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' the 'LTO_TORTURE_OPTIONS' (was: Update testsuite to run with slim LTO)
      ` Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS' usage (was: Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' the 'LTO_TORTURE_OPTIONS')
            ` Testsuite: Add 'torture-init-done', and use it to conditionalize implicit 'torture-init' (was: Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OPTIONS' usage (was: Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' the 'LTO_TORTURE_OPTIONS'))

Question on patch -fprofile-partial-training
 2023-05-10 13:15 UTC  (9+ messages)

[PATCH] RISC-V: Add basic vec_init support for RVV auto-vectorizaiton
 2023-05-10 13:05 UTC 

[committed] Fix a couple constraints on the H8 in preparation for LRA conversion
 2023-05-10 11:46 UTC 

[RFC] libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer
 2023-05-10 11:31 UTC  (2+ messages)

[PATCH][committed] aarch64: Simplify sqmovun expander
 2023-05-10 11:04 UTC 

[PATCH][committed] aarch64: PR target/99195 annotate simple permutation patterns for vec-concat-zero
 2023-05-10 11:01 UTC 

[PATCH][committed] aarch64: PR target/99195 annotate simple saturating add/sub patterns for vec-concat-zero
 2023-05-10 10:51 UTC 

[PATCH v4] eliminate mutex in fast path of __register_frame
 2023-05-10 10:49 UTC  (8+ messages)
            ` [PATCH] fix radix sort on 32bit platforms [PR109670]

[PATCH] i386: Allow -mlarge-data-threshold with -mcmodel=large
 2023-05-10  9:57 UTC  (2+ messages)

[PATCH] ipa-prop: Fix ipa_get_callee_param_type for calls with argument type mismatches
 2023-05-10  9:56 UTC  (2+ messages)

[PATCH][committed] aarch64: Simplify QSHRN expanders and patterns
 2023-05-10  9:45 UTC 

[PATCH][committed] aarch64: PR target/99195 annotate simple narrowing patterns for vec-concat-zero
 2023-05-10  9:41 UTC 

[PATCH 0/2] RISC-V: support Zcmp extension
 2023-05-10  9:34 UTC  (10+ messages)
` [PATCH 1/2] [RISC-V] disable shrink-wrap-separate if zcmp enabled
      `  "
` [PATCH 2/2] [RISC-V] support cm.push cm.pop cm.popret in zcmp
    `  "

[PATCH] i386: Honour -mdirect-extern-access when calling __fentry__
 2023-05-10  9:16 UTC  (2+ messages)

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2023-05-10  9:15 UTC  (17+ messages)
                          ` [PATCH 3/3] Remove widen_plus/minus_expr tree codes

[PATCH] xtensa: Make full transition to LRA
 2023-05-10  9:10 UTC  (2+ messages)

[PATCH] [x86] x86: Don't add crtfastmath.o for -shared and add a new option -mdaz-ftz to enable FTZ and DAZ flags in MXCSR
 2023-05-10  9:07 UTC  (18+ messages)
` [PATCH V2 1/2] x86: Don't add crtfastmath.o for -shared
  ` [PATCH V2 2/2] [x86] x86: Add a new option -mdaz-ftz to enable FTZ and DAZ flags in MXCSR
                                ` [PATCH] "

[PATCH V2] RISC-V: Insert vsetivli zero, 0 for vmv.x.s/vfmv.f.s instructions satisfying REG_P(operand[1]) in -O0
 2023-05-10  8:40 UTC  (3+ messages)

[PATCH] _Hashtable implementation cleanup
 2023-05-10  8:37 UTC  (2+ messages)

[PATCH] Fixes and workarounds for warnings during autoprofiledbootstrap build
 2023-05-10  8:27 UTC  (3+ messages)

[PATCH] RISC-V: Fix dead loop for user vsetvli intrinsic avl checking [PR109773]
 2023-05-10  8:24 UTC  (2+ messages)

[PATCH V2] RISC-V: Fix incorrect implementation of TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
 2023-05-10  8:24 UTC  (7+ messages)
      `  "

[PATCH 2/2] aarch64: Improve register allocation for lane instructions
 2023-05-10  7:43 UTC  (5+ messages)

[PATCH] libffi: fix handling of homogeneous float128 structs [PR109447]
 2023-05-10  7:34 UTC  (6+ messages)

[PATCH] machine_mode type size: Extend enum size from 8-bit to 16-bit
 2023-05-10  7:22 UTC  (23+ messages)
`  "

[PATCH][PUSHED] Fix cfg maintenance after inlining in AutoFDO
 2023-05-10  6:32 UTC  (4+ messages)
  ` [EXTERNAL] "

[Committed] New testcase
 2023-05-10  5:07 UTC 

[PATCH] RISC-V: Support const series vector for RVV auto-vectorization
 2023-05-10  4:00 UTC 

[PATCH] RISC-V: Insert vsetivli zero, 0 for vmv.x.s/vfmv.f.s instructions satisfying REG_P(operand[1]) in -O0
 2023-05-10  2:35 UTC  (2+ messages)

[committed] CRIS: Fix ccmode typo in cris_postdbr_cmpelim
 2023-05-10  0:33 UTC 

[PATCH] Add RTX codes for BITREVERSE and COPYSIGN
 2023-05-09 20:45 UTC  (2+ messages)

[PATCH] c++: Reject attributes without arguments used as pack expansion [PR109756]
 2023-05-09 20:38 UTC  (4+ messages)
  ` [PATCH] c++, v2: "

[Patch, fortran] PR103716 - [10/11/12/13/14 Regression] ICE in gimplify_expr, at gimplify.c:15964
 2023-05-09 20:25 UTC  (4+ messages)

[committed] libstdc++: Fix <chrono> pretty printers and add tests
 2023-05-09 19:53 UTC 

[PATCH] configure: Implement --enable-host-pie
 2023-05-09 19:41 UTC 

[Patch, fortran] PR97122 - Spurious FINAL ... must be in the specification part of a MODULE
 2023-05-09 18:44 UTC  (7+ messages)

[PATCH 01/16] arm: [MVE intrinsics] add binary_maxvminv shape
 2023-05-09 18:30 UTC  (24+ messages)
` [PATCH 02/16] arm: [MVE intrinsics] add binary_maxavminav shape
` [PATCH 03/16] arm: [MVE intrinsics add unspec_mve_function_exact_insn_pred_p
` [PATCH 04/16] arm: [MVE intrinsics] factorize vmaxvq vminvq vmaxavq vminavq
` [PATCH 05/16] arm: [MVE intrinsics] rework "
` [PATCH 06/16] arm: add smax/smin expanders for v*hf
            ` [PATCH v2 "
` [PATCH 07/16] arm: [MVE intrinsics] factorize vmaxnmq vminnmq
` [PATCH 08/16] arm: [MVE intrinsics] rework "
` [PATCH 09/16] arm: [MVE intrinsics] factorize vmaxnmavq vmaxnmvq vminnmavq vminnmvq
` [PATCH 10/16] arm: [MVE intrinsics] add support for mve_q_p_f
` [PATCH 11/16] arm: [MVE intrinsics] rework vmaxnmavq vmaxnmvq vminnmavq vminnmvq
` [PATCH 12/16] arm: [MVE intrinsics] factorize vmaxnmaq vminnmaq
` [PATCH 13/16] arm: [MVE intrinsics] rework "
` [PATCH 14/16] arm: [MVE intrinsics] add binary_maxamina shape
` [PATCH 15/16] arm: [MVE intrinsics] factorize vmaxaq vminaq
` [PATCH 16/16] arm: [MVE intrinsics] rework "

[PATCH 1/2] aarch64: Fix cut-&-pasto in aarch64-sve2-acle-asm.exp
 2023-05-09 17:58 UTC 

[PATCH] c++: noexcept-spec from nested class confusion [PR109761]
 2023-05-09 17:36 UTC  (2+ messages)

[libgomp, testsuite] Support parallel testing in libgomp (PR libgomp/66005)
 2023-05-09 17:27 UTC  (6+ messages)
    ` Support parallel testing in libgomp, part I [PR66005]
      ` Support parallel testing in libgomp, part II [PR66005]

[PATCH] c++: error-recovery ICE with unstable satisfaction [PR109752]
 2023-05-09 17:19 UTC  (3+ messages)

[PATCH] rtl: AArch64: New RTL for ABD
 2023-05-09 16:14 UTC 

[gcc13 backport] RISCV: Inline subword atomic ops
 2023-05-09 16:01 UTC  (2+ messages)

[PATCH] vect: Missed opportunity to use [SU]ABD
 2023-05-09 16:00 UTC 

[PATCH V4] VECT: Add decrement IV iteration loop control by variable amount support
 2023-05-09 14:34 UTC  (7+ messages)
    `  "

[PATCH] c++: Reject pack expansion of assume attribute [PR109756]
 2023-05-09 13:59 UTC  (2+ messages)

[PATCH V5] Use reg mode to move sub blocks for parameters and returns
 2023-05-09 13:43 UTC  (5+ messages)

[committed] Eliminate more comparisons on the H8 port
 2023-05-09 13:23 UTC 

libgomp testsuite: (not) using a specific driver for C++, Fortran?
 2023-05-09 13:05 UTC  (9+ messages)
    ` libgomp C++ testsuite: Don't compute 'blddir' twice (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?)
      ` libgomp testsuite: Only use 'blddir' if set (was: libgomp C++ testsuite: Don't compute 'blddir' twice (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?))
        ` libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file' (was: libgomp testsuite: Only use 'blddir' if set (was: libgomp C++ testsuite: Don't compute 'blddir' twice (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?)))
    ` libgomp testsuite: Localize 'lang_[...]' etc. (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?)
      ` libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first (was: libgomp testsuite: Localize 'lang_[...]' etc. (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?))
        ` libgomp testsuite: Get rid of 'lang_test_file_found' (was: libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first (was: libgomp testsuite: Localize 'lang_[...]' etc. (was: libgomp testsuite: (not) using a specific driver for C++, Fortran?)))

[PATCH][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-05-09 12:07 UTC 

[committed] mux-utils.h: Fix a comment typo
 2023-05-09 10:48 UTC 

[PATCH] tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR in bitwise ccp [PR109778]
 2023-05-09 10:21 UTC  (3+ messages)
  ` [committed] testsuite: Add further testcase for already fixed PR [PR109778]

[PATCH] RISC-V: Fix incorrect implementation of TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
 2023-05-09  9:28 UTC 

[PATCH] tree: Fix up save_expr [PR52339]
 2023-05-09  9:25 UTC  (4+ messages)

[PATCH 01/10] arm: [MVE intrinsics] add unary shape
 2023-05-09  8:25 UTC  (2+ messages)

[PATCH v3] Add pattern to convert vector shift + bitwise and + multiply to vector compare in some cases
 2023-05-09  7:11 UTC  (2+ messages)

[PATCH] Detect bswap + rotate for byte permutation in pass_bswap
 2023-05-09  7:06 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).