public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c++: Define built-in for std::tuple_element [PR100157]
 2023-04-11 14:21 UTC  (8+ messages)

[PATCH] RISC-V: Fix regression of -fzero-call-used-regs=all
 2023-04-11 14:11 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[match.pd] [SVE] Add pattern to transform svrev(svrev(v)) --> v
 2023-04-11 14:06 UTC  (3+ messages)

[PATCH] machine_mode type size: Extend enum size from 8-bit to 16-bit
 2023-04-11 13:50 UTC  (28+ messages)
  `  "

Fwd: [V6][PATCH 2/2] Update documentation to clarify a GCC extension
 2023-04-11 13:38 UTC  (2+ messages)

Fwd: [V6][PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
 2023-04-11 13:37 UTC  (2+ messages)

[V6][PATCH 0/2] Handle component_ref to a structure/union field including FAM for builtin_object_size
 2023-04-11 13:35 UTC  (2+ messages)
` Fwd: "

[PATCH] VECT: Add WHILE_LEN pattern for decrement IV support for auto-vectorization
 2023-04-11 12:44 UTC  (4+ messages)

[PATCH] RISC-V: Fix PR108279
 2023-04-11 11:35 UTC  (9+ messages)
  `  "

[r13-7120 Regression] FAIL: gfortran.dg/gomp/affinity-clause-1.f90 -O scan-tree-dump-times original "#pragma omp task affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):b\\[\\(.* <?i>? \\+ -1\\]\\) affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):d\\[\\(\\(integer\\(kind=8\\)\\) i \\+ -1\\) \\* 6\\]\\)" 1 on Linux/x86_64
 2023-04-11 11:22 UTC  (2+ messages)
` [committed] gfortran.dg/gomp/affinity-clause-1.f90: Fix scan-tree-dump (was: [r13-7120 Regression] FAIL: gfortran.dg/gomp/affinity-clause-1.f90 -O scan-tree-dump-times original "#pragma omp task affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):b\\[\\(.* <?i>? \\+ -1\\]\\) affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):d\\[\\(\\(integer\\(kind=8\\)\\) i \\+ -1\\) \\* 6\\]\\)" 1 on Linux/x86_64)

[PATCH] tree-vect-generic: Fix up ICE with SSA_NAME_OCCURS_IN_ABNORMAL_PHI [PR109392]
 2023-04-11 10:38 UTC  (4+ messages)

[PATCH] fix compatability typos
 2023-04-11 10:31 UTC 

[PATCH v2][RFC] vect: Verify that GET_MODE_NUNITS is greater than one for vect_grouped_store_supported
 2023-04-11 10:05 UTC  (3+ messages)

[PATCH] aarch64: Add the cost and scheduling models for Neoverse N1
 2023-04-11  9:41 UTC  (2+ messages)

[PATCH] testsuite: update requires for powerpc/float128-cmp2-runnable.c
 2023-04-11  9:40 UTC  (4+ messages)

[PATCH] gcov: add info about "calls" to JSON output format
 2023-04-11  9:23 UTC  (2+ messages)

[PATCH] PR tree-optimization/109417 - Check if dependency is valid before using in may_recompute_p
 2023-04-11  9:21 UTC  (4+ messages)

Rust front-end update 2023-04-05
 2023-04-11  9:09 UTC  (2+ messages)

[RFC PATCH] range-op-float: Fix up op1_op2_relation of comparisons
 2023-04-11  8:59 UTC  (2+ messages)

[PATCH] tree-optimization/108888 - call if-conversion
 2023-04-11  8:48 UTC  (3+ messages)

[PATCH] Add -fsarif-time-report [PR109361]
 2023-04-11  8:43 UTC  (2+ messages)

[PATCH] ipa: propagate attributes for target attribute clones
 2023-04-11  8:30 UTC  (2+ messages)

[PATCH] driver: drop flag_var_tracking_assignments flag
 2023-04-11  8:26 UTC  (2+ messages)

[PATCH] tree-optimization/109304 - properly handle instrumented aliases
 2023-04-11  8:21 UTC  (6+ messages)

[PATCH] c++: Fix Solaris bootstraps across midnight
 2023-04-11  8:12 UTC 

[PATCH v3] Add condition coverage profiling
 2023-04-11  6:23 UTC  (2+ messages)
` Ping "

Factory Direct Acrylic
 2023-04-11  1:08 UTC 

[PATCH] Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615]
 2023-04-11  0:43 UTC  (2+ messages)

[PATCH] update_web_docs_git: Add updated Texinfo to PATH
 2023-04-10 22:15 UTC  (4+ messages)

[PATCH] RISC-V: avoid splitting small constant in <or_optab>i<mode>_extrabit pattern
 2023-04-10 20:59 UTC  (3+ messages)

[PATCH v2 0/8] RISCV: Implement ISA Manual Table A.6 Mappings
 2023-04-10 18:23 UTC  (12+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] RISCV: Eliminate SYNC memory models
  ` [PATCH v3 02/10] RISCV: Enforce Libatomic LR/SC SEQ_CST
  ` [PATCH v3 03/10] RISCV: Enforce atomic compare_exchange SEQ_CST
  ` [PATCH v3 04/10] RISCV: Add AMO release bits
  ` [PATCH v3 05/10] RISCV: Strengthen atomic stores
  ` [PATCH v3 06/10] RISCV: Eliminate AMO op fences
  ` [PATCH v3 07/10] RISCV: Weaken compare_exchange LR/SC pairs
  ` [PATCH v3 08/10] RISCV: Weaken mem_thread_fence
  ` [PATCH v3 09/10] RISCV: Weaken atomic loads
  ` [PATCH v3 10/10] RISCV: Table A.6 conformance tests

[PATCH] RISC-V: add TARGET_ZBKB to the condition of bswapsi2, bswapdi2 and rotr<mode>3 patterns
 2023-04-10 14:55 UTC  (2+ messages)

[PATCH] LoongArch: Improve GAR store for va_list
 2023-04-10  9:45 UTC  (3+ messages)

[PATCH] dse: Handle SUBREGs of word REGs differently for WORD_REGISTER_OPERATIONS targets [PR109040]
 2023-04-10  7:10 UTC  (23+ messages)
      ` [PATCH] combine: Fix simplify_comparison AND handling "

[PATCH] RISC-V: Allow LMUL = 2 auto-vectorization for zve32*
 2023-04-10  3:39 UTC 

[PATCH] RISC-V: Fix EEW = 64 predicate
 2023-04-10  3:31 UTC 

[PATCH] gcc-13: Mention Intel AMX-COMPLEX ISA support and revise march support
 2023-04-10  2:08 UTC 

Contents of PO file 'gcc-13.1-b20230212.sv.po'
 2023-04-09 17:37 UTC 

New Swedish PO file for 'gcc' (version 13.1-b20230212)
 2023-04-09 17:37 UTC 

[PATCH] libstdc++: use __bool_constant instead of integral_constant
 2023-04-08 21:08 UTC  (5+ messages)
  ` PING: "

[RFA][Bug target/108892 ][13 regression] Force re-recognition after changing RTL structure of an insn
 2023-04-08 18:57 UTC  (7+ messages)

[PATCH V4] RISC-V: Fix a redefinition bug for the fd-4.c
 2023-04-08 18:46 UTC  (3+ messages)
` [PATCH V2] RISC-V: Modified validation information for contracts-tmpl-spec2.C

[committed] [PR tree-optimization/109392] Handle failure from maybe_push_res_to_seq
 2023-04-08 18:27 UTC 

[PATCH] c++, coroutines: Fix block nests when the function has no top-level bind
 2023-04-08 17:10 UTC  (2+ messages)

[committed] hppa: Fix gcc.dg/long_branch.c on hppa
 2023-04-08 16:05 UTC 

[PATCH] PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed direction [PR109402]
 2023-04-08 14:28 UTC  (2+ messages)

[PATCH, V3] PR target/70243 - Do not generate vmaddfp or vnmsubdp
 2023-04-08 14:01 UTC  (2+ messages)

[Patch, fortran] PR87477 - [meta-bug] [F03] issues concerning the ASSOCIATE statement
 2023-04-08 13:56 UTC  (16+ messages)
` Ping! "

libgo patch committed: Remove test ordering dependency in mime
 2023-04-07 21:07 UTC 

[PATCH, V2] PR target/70243: Do not generate vmaddfp and vnmsubfp
 2023-04-07 16:39 UTC  (2+ messages)

[PATCH, rs6000] Disable generation of scalar modulo instructions
 2023-04-07 16:07 UTC 

PR target/70243: Do not generate fmaddfp and fnmsubfp
 2023-04-07 11:44 UTC  (4+ messages)

[PATCH] [testsuite] [ppc] expect vectorization in gen-vect-11c.c
 2023-04-07  9:57 UTC  (6+ messages)

[PATCH] [PR99708] [rs6000] don't expect __ibm128 with 64-bit long double
 2023-04-07  9:49 UTC  (6+ messages)

[PATCH v2] LoongArch: Add built-in functions description of LoongArch Base instruction set instructions
 2023-04-07  8:38 UTC 

[PATCH] [testsuite] [ppc] skip ppc-fortran if fortran is disabled
 2023-04-07  3:41 UTC  (3+ messages)

[PATCH 0/3] RISC-V:Enable basic auto-vectorization for RVV
 2023-04-07  1:40 UTC  (7+ messages)
` [PATCH 1/3] VECT: Add WHILE_LEN pattern to support decrement IV manipulation for loop vectorizer
` [PATCH 2/3] RISC-V: Enable basic RVV auto-vectorization and support WHILE_LEN/LEN_LOAD/LEN_STORE pattern
    `  "
` [PATCH] RISC-V: Add RVV auto-vectorization testcase

[PATCH] RISC-V: Add testcases for RVV auto-vectorization
 2023-04-07  1:37 UTC 

[PATCH] RISC-V: Add local user vsetvl instruction elimination
 2023-04-07  1:34 UTC 

[PATCH] RISC-V: Enable basic RVV auto-vectorization support
 2023-04-07  1:25 UTC 

[PATCH] RISC-V: Add RVV auto-vectorization compile option
 2023-04-07  1:21 UTC 

[PATCH] RISC-V: Fix incorrect condition of EEW = 64 mode
 2023-04-07  1:11 UTC 

[PATCHv4] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
 2023-04-06 23:42 UTC  (3+ messages)

[PATCH] Skip module_cmi_p and related unsupported module test
 2023-04-06 23:40 UTC  (11+ messages)
    ` [PATCH] testsuite: Fix up modules.exp [PR108899]
      ` 'g++.dg/modules/modules.exp': don't leak local 'unsupported' proc [PR108899] (was: [PATCH] testsuite: Fix up modules.exp [PR108899])
        ` 'g++.dg/modules/modules.exp': don't leak local 'unsupported' proc [PR108899]

[patch] 'omp scan' struct block seq update for OpenMP 5.x
 2023-04-06 18:56 UTC 

[committed][testsuite] arm: remove unused variables from test
 2023-04-06 18:02 UTC 

Ping: [PATCH v2][RFC] vect: Verify that GET_MODE_NUNITS is greater than one for vect_grouped_store_supported
 2023-04-06 17:21 UTC 

[committed] arm: mve: fix auto-inc generation [PR107674]
 2023-04-06 15:36 UTC 

[PATCH] riscv: Fix genrvv-type-indexer dependencies
 2023-04-06 13:58 UTC  (2+ messages)

[PATCH 0/7] openmp: OpenMP 5.1 loop transformation directives
 2023-04-06 13:07 UTC  (4+ messages)
` [PATCH 1/7] openmp: Add Fortran support for "omp unroll" directive

[PATCH] Add ssp_nonshared to link commandline for musl targets
 2023-04-06 11:51 UTC  (2+ messages)

[PATCH] Search target sysroot gcc version specific dirs with multilib
 2023-04-06 11:49 UTC 

[PATCH] gcc: armv4: pass fix-v4bx to linker to support EABI
 2023-04-06 11:41 UTC 

[aarch64] Use dup and zip1 for interleaving elements in initializing vector
 2023-04-06 11:21 UTC  (23+ messages)

[PATCH 1/3] RFC match.pd: don't emit label if not needed
 2023-04-06 10:56 UTC  (2+ messages)
` [PATCH 2/3] RFC - match.pd: simplify debug dump checks

[PATCH v2] ree: Improve ree pass for rs6000 target
 2023-04-06 10:49 UTC 

[PATCH 3/3] RFC - match.pd: automatically partition *-match.cc files
 2023-04-06 10:43 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).