public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Canonicalize vec_merge when mask is constant
 2023-05-05 23:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 5/5] match.pd: Use splits in makefile and make configurable
 2023-05-05 23:32 UTC  (11+ messages)

[PATCH v8] RISC-V: Add the 'zfa' extension, version 0.2
 2023-05-05 23:31 UTC  (6+ messages)

[committed] CRIS: peephole2 a lsrq into a lslq+lsrq pair
 2023-05-05 23:16 UTC 

[RFC] RISC-V: Add proposed Ztso atomic mappings
 2023-05-05 22:01 UTC  (7+ messages)

[PATCH] libffi: fix handling of homogeneous float128 structs [PR109447]
 2023-05-05 21:42 UTC  (3+ messages)

[PATCH] gimple-range-op: Improve handling of sin/cos ranges
 2023-05-05 20:53 UTC 

[PATCH] Fortran: overloading of intrinsic binary operators [PR109641]
 2023-05-05 19:36 UTC  (4+ messages)

[PATCH] c++: list CTAD and resolve_nondeduced_context [PR106214]
 2023-05-05 18:44 UTC  (2+ messages)

[PATCH] c++: parenthesized -> resolving to static member [PR98283]
 2023-05-05 18:39 UTC  (3+ messages)

[PATCH] Makefile.in: clean up match.pd-related dependencies
 2023-05-05 18:28 UTC  (7+ messages)

[PATCH] c++: goto entering scope of obj w/ non-trivial dtor [PR103091]
 2023-05-05 18:18 UTC  (2+ messages)

[PATCH] tree: Fix up save_expr [PR52339]
 2023-05-05 17:52 UTC  (7+ messages)

[PATCH v6 0/9] RISC-V: autovec: Add autovec support
 2023-05-05 17:12 UTC  (12+ messages)
` [PATCH v6 1/9] RISC-V: autovec: Add new predicates and function prototypes
` [PATCH v6 2/9] RISC-V: autovec: Export policy functions to global scope
` [PATCH v6 3/9] RISC-V:autovec: Add auto-vectorization support functions
` [PATCH v6 4/9] RISC-V:autovec: Add target vectorization hooks
` [PATCH v6 5/9] RISC-V:autovec: Add autovectorization patterns for binary integer & len_load/store
` [PATCH v6 6/9] RISC-V:autovec: Add autovectorization tests for add & sub
` [PATCH v6 7/9] RISC-V: autovec: Verify that GET_MODE_NUNITS is a multiple of 2
` [PATCH v6 8/9] RISC-V:autovec: Add autovectorization tests for binary integer
` [PATCH v6 9/9] RISC-V:autovec: This patch supports 8 bit auto-vectorization in riscv

[PATCH] ira: Don't create copies for earlyclobbered pairs
 2023-05-05 16:59 UTC 

[PATCH 01/10] arm: [MVE intrinsics] add unary shape
 2023-05-05 16:49 UTC  (10+ messages)
` [PATCH 02/10] arm: [MVE intrinsics] factorize several unary operations
` [PATCH 03/10] arm: [MVE intrinsics] rework vabsq vnegq vclsq vclzq, vqabsq, vqnegq
` [PATCH 04/10] arm: [MVE intrinsics] rework vrndq vrndaq vrndmq vrndnq vrndpq vrndxq
` [PATCH 05/10] arm: [MVE intrinsics] add binary_move_narrow and binary_move_narrow_unsigned shapes
` [PATCH 06/10] arm: [MVE intrinsics] factorize vmovnbq vmovntq vqmovnbq vqmovntq vqmovunbq vqmovuntq
` [PATCH 07/10] arm: [MVE intrinsics] rework "
` [PATCH 08/10] arm: [MVE intrinsics] add binary_widen_n shape
` [PATCH 09/10] arm: [MVE intrinsics] factorize vshllbq vshlltq
` [PATCH 10/10] arm: [MVE intrinsics] rework "

[PATCH 4/5] RISC-V: Add Zcmp extension supports
 2023-05-05 15:57 UTC  (2+ messages)

[PATCH] Move substitute_and_fold over to use simple_dce_from_worklist
 2023-05-05 15:17 UTC 

[COMMITTED] Remove compare_names* from legacy cond folding
 2023-05-05 15:10 UTC  (3+ messages)
` [COMMITTED] Remove deprecated range_fold_{unary,binary}_expr uses from ipa-*
  ` [COMMITTED] Remove deprecated range_fold_{unary, binary}_expr "

[PATCH V5] RISC-V: Enable basic RVV auto-vectorization support
 2023-05-05 14:59 UTC 

[PATCH] RISC-V: Legitimise the const0_rtx for RVV indexed load/store
 2023-05-05 14:56 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMSET
 2023-05-05 14:51 UTC  (11+ messages)

[PATCH V3] RISC-V: Enable basic RVV auto-vectorization support
 2023-05-05 14:20 UTC  (3+ messages)

[PATCH V2] RISC-V: Fix incorrect demand info merge in local vsetvli optimization [PR109748]
 2023-05-05 14:12 UTC 

[PATCH V4] RISC-V: Enable basic RVV auto-vectorization support
 2023-05-05 14:06 UTC 

[PATCH] RISC-V: Fix PR109748
 2023-05-05 14:03 UTC  (2+ messages)

[PATCH V2] RISC-V: Fix PR109615
 2023-05-05 13:18 UTC  (2+ messages)

[PATCH] i386: Rename index_register_operand predicate to register_no_SP_operand
 2023-05-05 13:16 UTC 

[PATCH 5/5] match.pd: Use splits in makefile and make configurable
 2023-05-05 12:51 UTC  (7+ messages)

[PATCH] tree-optimization/109735 - conversion for vectorized pointer-diff
 2023-05-05 12:18 UTC 

[PATCH] i386: Introduce mulv2si3 instruction
 2023-05-05 12:13 UTC 

[PATCH] gimple-range-op: Improve handling of sqrt ranges
 2023-05-05 12:02 UTC  (6+ messages)

[Patch] GCN: Silence unused-variable warning
 2023-05-05 11:18 UTC  (2+ messages)

[PATCH 01/23] arm: [MVE intrinsics] add binary_round_lshift shape
 2023-05-05 11:07 UTC  (46+ messages)
` [PATCH 02/23] arm: [MVE intrinsics] factorize vqrshlq vrshlq
` [PATCH 03/23] arm: [MVE intrinsics] rework vrshlq vqrshlq
` [PATCH 04/23] arm: [MVE intrinsics] factorize vqshlq vshlq
` [PATCH 05/23] arm: [MVE intrinsics] rework vqrdmulhq
` [PATCH 06/23] arm: [MVE intrinsics] factorize vabdq
` [PATCH 07/23] arm: [MVE intrinsics] rework vabdq
` [PATCH 08/23] arm: [MVE intrinsics] add binary_lshift shape
` [PATCH 09/23] arm: [MVE intrinsics] add support for MODE_r
` [PATCH 10/23] arm: [MVE intrinsics] add binary_lshift_r shape
` [PATCH 11/23] arm: [MVE intrinsics] add unspec_mve_function_exact_insn_vshl
` [PATCH 12/23] arm: [MVE intrinsics] rework vqshlq vshlq
` [PATCH 13/23] arm: [MVE intrinsics] factorize vmaxq vminq
` [PATCH 14/23] arm: [MVE intrinsics] rework "
` [PATCH 15/23] arm: [MVE intrinsics] add binary_rshift_narrow shape
` [PATCH 16/23] arm: [MVE intrinsics] factorize vshrntq vshrnbq vrshrnbq vrshrntq vqshrnbq vqshrntq vqrshrnbq vqrshrntq
` [PATCH 17/23] arm: [MVE intrinsics] rework vshrnbq vshrntq "
` [PATCH 18/23] arm: [MVE intrinsics] add binary_rshift_narrow_unsigned shape
` [PATCH 19/23] arm: [MVE intrinsics] factorize vqrshrunb vqrshrunt vqshrunb vqshrunt
` [PATCH 20/23] arm: [MVE intrinsics] rework vqrshrunbq vqrshruntq vqshrunbq vqshruntq
` [PATCH 21/23] arm: [MVE intrinsics] add binary_rshift shape
` [PATCH 22/23] arm: [MVE intrinsics] factorize vsrhrq vrshrq
` [PATCH 23/23] arm: [MVE intrinsics] rework vshrq vrshrq

[libstdc++] use strtold for from_chars even without locale
 2023-05-05 11:02 UTC  (7+ messages)

[PATCH 0/8] MIPS: Add MIPS16e2 ASE instrucions
 2023-05-05  9:41 UTC  (9+ messages)
` [PATCH 1/8] MIPS: Add basic support for mips16e2
` [PATCH 2/8] MIPS: Add MOVx instructions "
` [PATCH 3/8] MIPS: Add instruction about global pointer register "
` [PATCH 4/8] MIPS: Add bitwise instructions "
` [PATCH 5/8] MIPS: Add LUI instruction "
` [PATCH 6/8] MIPS: Add load/store word left/right instructions "
` [PATCH 7/8] MIPS: Use ISA_HAS_9BIT_DISPLACEMENT "
` [PATCH 8/8] MIPS: Add CACHE instruction "

2023-2028 Global Blister Packaging Machinery Industry Status and Prospects Professional Market Research Report
 2023-05-05  9:39 UTC 

[PATCH] Add emulated scatter capability to the vectorizer
 2023-05-05  9:06 UTC  (3+ messages)

[libgomp, testsuite] Support parallel testing in libgomp (PR libgomp/66005)
 2023-05-05  8:59 UTC  (5+ messages)
    ` Support parallel testing in libgomp, part I [PR66005]
      ` Support parallel testing in libgomp, part II [PR66005]

[committed] builtins: Fix comment typo mpft_t -> mpfr_t
 2023-05-05  7:54 UTC 

[PATCH][RFC] tree-optimization/104475 - bogus -Wstringop-overflow
 2023-05-05  7:25 UTC  (3+ messages)

[PATCH] RISC-V: Fix PR109615
 2023-05-05  6:53 UTC  (3+ messages)
  `  "

[PATCH] machine_mode type size: Extend enum size from 8-bit to 16-bit
 2023-05-05  6:25 UTC  (15+ messages)
  `  "

[PATCH] PHIOPT: Fix diamond case of match_simplify_replacement
 2023-05-05  6:14 UTC  (2+ messages)

[wwwdocs] gcc-13: Mention new gcov feature
 2023-05-05  6:09 UTC  (3+ messages)

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2023-05-05  6:09 UTC  (18+ messages)
                          ` [PATCH 1/3] Refactor to allow internal_fn's

[PATCH] MATCH: Add ABSU<a> == 0 to a == 0 simplification
 2023-05-05  5:19 UTC  (2+ messages)

[pushed] c++: restore instantiate_decl assert
 2023-05-05  1:07 UTC  (2+ messages)
` [pushed] Revert "c++: restore instantiate_decl assert"

[PATCH] c++: outer args for level-lowered ttp [PR109651]
 2023-05-04 20:26 UTC  (5+ messages)

[PATCH V2, rs6000] Disable generation of scalar modulo instructions
 2023-05-04 20:25 UTC  (2+ messages)

[PATCH] i386: Tighten ashift to lea splitter operand predicates [PR109733]
 2023-05-04 18:29 UTC 

[PATCH] c++: some assorted code improvements
 2023-05-04 18:00 UTC  (2+ messages)

[PATCH] c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]
 2023-05-04 17:57 UTC  (2+ messages)

[PATCH] RISC-V: Fix CTZ unnecessary sign extension [PR #106888]
 2023-05-04 17:14 UTC 

[PATCH] RISC-V: Add bext pattern for ZBS
 2023-05-04 17:08 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).