public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] openmp: Add support for 'present' modifier
 2023-04-28 17:26 UTC  (3+ messages)
` [PATCHv2] "

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

[PATCH 0/2] Porting of builtin_zero_pattern to match
 2023-04-28 17:02 UTC  (3+ messages)
` [PATCH 1/2] PHIOPT: Allow moving of some builtin calls
` [PATCH 2/2] MATCH: add some of what phiopt's builtin_zero_pattern did

[PATCH 01/10] arm: Mve testsuite improvements
 2023-04-28 16:58 UTC  (20+ messages)
` [PATCH 02/10] arm: Fix vstrwq* backend + testsuite
` [PATCH 03/10] arm: Mve backend + testsuite fixes 2
` [PATCH 04/10] arm: Stop vadcq, vsbcq intrinsics from overwriting the FPSCR NZ flags
` [PATCH 05/10] arm: Add vorrq_n overloading into vorrq _Generic
` [PATCH 06/10] arm: Fix overloading of MVE scalar constant parameters on vbicq, vmvnq_m
` [PATCH 07/10] arm: Fix MVE header pointer overloads this time (and a bit more tidying)
` [PATCH 08/10] arm testsuite: Remove reduntant tests
` [PATCH 09/10] arm testsuite: XFAIL or relax registers in some tests
` [PATCH 10/10] arm testsuite: Shifts and get_FPSCR ACLE optimisation fixes

[PATCH] testsuite: adjust NOP expectations for RISC-V
 2023-04-28 16:51 UTC  (5+ messages)

[PATCH] riscv: Allow vector constants in riscv_const_insns
 2023-04-28 16:10 UTC 

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2023-04-28 16:06 UTC  (21+ messages)
                            ` [PATCH 1/3] Refactor to allow internal_fn's
                            ` [PATCH 2/3] Refactor widen_plus as internal_fn
                            ` [PATCH 3/3] Remove widen_plus/minus_expr tree codes

[PATCH] testsuite: Handle empty assembly lines in check-function-bodies
 2023-04-28 15:58 UTC 

[PATCH] RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMSET
 2023-04-28 15:21 UTC 

RISC-V: Eliminate redundant zero extension of minu/maxu operands
 2023-04-28 15:14 UTC  (2+ messages)

[PATCH (pushed)] contrib: port doxygen script to Python3
 2023-04-28 14:42 UTC 

[PATCH 2/5] match.pd: Remove commented out line pragmas unless -vv is used
 2023-04-28 14:02 UTC  (4+ messages)

[PATCH] MIPS: add speculation_barrier support
 2023-04-28 13:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMCLR
 2023-04-28 13:04 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] GCC-13/changes: Add note about iostream usage
 2023-04-28 12:56 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622]
 2023-04-28 12:56 UTC  (3+ messages)

[PATCH] c++: outer args for level-lowered ttp [PR109651]
 2023-04-28 12:54 UTC  (3+ messages)

[PATCH] Add emulated scatter capability to the vectorizer
 2023-04-28 12:41 UTC 

[PATCH 1/3] RFC match.pd: don't emit label if not needed
 2023-04-28 12:39 UTC  (5+ messages)
` [PATCH 3/3]middle-end RFC - match.pd: automatically partition *-match.cc files

[committed] libstdc++: Improve doxygen docs for <random>
 2023-04-28 12:08 UTC 

[committed] libstdc++: Minor fixes to doxygen comments
 2023-04-28 12:08 UTC 

[committed] libstdc++: Strip absolute paths from files shown in Doxygen docs
 2023-04-28 12:07 UTC 

[committed] libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>
 2023-04-28 12:07 UTC 

[PATCH 3/5] genmatch: split shared code to gimple-match-exports.cc
 2023-04-28 11:51 UTC  (2+ messages)

[PATCH 3/5] match.pd: CSE the dump output check
 2023-04-28 11:49 UTC  (2+ messages)

[PATCH] Add targetm.libm_function_max_error
 2023-04-28 11:39 UTC  (11+ messages)
      ` [PATCH] v2: "

[PATCH] ipa/109652 - ICE in modification phase of IPA SRA
 2023-04-28 11:35 UTC 

[Patch] libgomp/nvptx: Prepare for reverse-offload callback handling
 2023-04-28 10:51 UTC  (8+ messages)
` libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [Patch] libgomp/nvptx: Prepare for reverse-offload callback handling)

[PATCH 5/5] match.pd: Use splits in makefile and make configurable
 2023-04-28 10:44 UTC 

[PATCH] PHIOPT: Move two_value_replacement to match.pd
 2023-04-28 10:36 UTC  (2+ messages)

[PATCH] RISC-V: ICE for vlmul_ext_v intrinsic API
 2023-04-28 10:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv2] MATCH: Factor out code that for min max detection with constants
 2023-04-28 10:34 UTC  (2+ messages)

[PATCH] tree-optimization/109644 - missing IL checking
 2023-04-28  9:48 UTC 

[PATCH] Avoid more invalid GIMPLE with register bases
 2023-04-28  9:48 UTC 

GCC 13.0.0 Status Report (2022-11-14), Stage 3 in effect now
 2023-04-28  9:23 UTC  (11+ messages)
          ` libsanitizer: sync from master

[PATCH] tree-optimization/108752 - vectorize emulated vectors in lowered form
 2023-04-28  9:06 UTC 

[PATCH 00/11] Improvements for XThead* support
 2023-04-28  8:37 UTC  (20+ messages)
` [PATCH 01/11] riscv: xtheadbb: Add sign/zero extension support for th.ext and th.extu
` [PATCH 02/11] riscv: xtheadmempair: Fix CFA reg notes
` [PATCH 03/11] riscv: xtheadmempair: Fix doc for th_mempair_order_operands()
` [PATCH 04/11] riscv: thead: Adjust constraints of th_addsl INSN
` [PATCH 05/11] riscv: Simplify output of MEM addresses
` [PATCH 06/11] riscv: Define Xmode macro
` [PATCH 07/11] riscv: Move address classification info types to riscv-protos.h
` [PATCH 08/11] riscv: Prepare backend for index registers
` [PATCH 09/11] riscv: thead: Factor out XThead*-specific peepholes

[PATCH] libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13.2+ libstdc++.so.6 [PR108969]
 2023-04-28  8:35 UTC  (2+ messages)

[PATCH][committed] aarch64: PR target/99195 annotate more integer unary patterns for vec-concat with zero
 2023-04-28  8:33 UTC 

[committed] Fortran: Fix (mostly) comment typos
 2023-04-28  7:26 UTC 

[PATCH] PR rtl-optimization/109476: Use ZERO_EXTEND instead of zeroing a SUBREG
 2023-04-28  7:08 UTC  (2+ messages)

[PATCH] testsuite/C++: suppress filename canonicalization in module tests
 2023-04-28  6:59 UTC  (4+ messages)
` Ping: "

[PATCH 10/11] riscv: thead: Add support for the XTheadMemIdx ISA extension
 2023-04-28  6:23 UTC  (2+ messages)
` [PATCH 11/11] riscv: thead: Add support for the XTheadFMemIdx "

[PATCH] Synchronize include/ctf.h with upstream binutils/libctf
 2023-04-28  6:16 UTC  (2+ messages)

[PATCH] [RISC-V] Fix riscv_expand_conditional_move
 2023-04-28  2:21 UTC 

[PATCH] i386: Allow -mlarge-data-threshold with -mcmodel=large
 2023-04-28  0:47 UTC 

[PATCH] c++: NSDMI instantiation from template context [PR109506]
 2023-04-27 22:35 UTC  (2+ messages)

[committed] libstdc++: Fix error in doxygen comments in <atomic>
 2023-04-27 22:24 UTC 

[PATCH v2] testsuite/C++: cope with IPv6 being unavailable
 2023-04-27 22:23 UTC  (2+ messages)

New Croatian PO file for 'gcc' (version 13.1.0)
 2023-04-27 19:07 UTC 

Contents of PO file 'gcc-13.1.0.hr.po'
 2023-04-27 19:07 UTC 

New Croatian PO file for 'gcc' (version 13.1.0)
 2023-04-27 18:07 UTC 

Contents of PO file 'gcc-13.1.0.hr.po'
 2023-04-27 18:07 UTC 

[committed] amdgcn: Fix addsub bug
 2023-04-27 16:38 UTC 

[PATCH] libsanitizer: cherry-pick commit 05551c658269 from upstream
 2023-04-27 16:25 UTC  (3+ messages)

[PATCH] OpenMP: Noncontiguous "target update" for Fortran
 2023-04-27 16:23 UTC 

[PATCH v4 05/10] RISC-V: autovec: Add autovectorization patterns for binary integer operations
 2023-04-27 16:20 UTC  (2+ messages)

[PATCH] doc: Describe behaviour of enums with fixed underlying type
 2023-04-27 15:58 UTC  (2+ messages)

[pushed] c++: print conversion error at candidate location
 2023-04-27 15:58 UTC 

[PATCH] RISCV: Add vector psabi checking
 2023-04-27 15:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] RISC-V: Add required tls to read thread pointer test
 2023-04-27 15:30 UTC  (2+ messages)

[PATCH] MAINTAINERS: Change my email address
 2023-04-27 14:50 UTC 

RISC-V: Added support clmul[r,h] instructions for Zbc extension
 2023-04-27 14:29 UTC 

Ping: [PATCH][ARM] MVE: Implementing auto-vectorized array * scalar instructions
 2023-04-27 14:25 UTC 

New French PO file for 'gcc' (version 13.1.0)
 2023-04-27 14:17 UTC 

Contents of PO file 'gcc-13.1.0.fr.po'
 2023-04-27 14:17 UTC 

[PATCH] gimple-range-op: Handle sqrt (basic bounds only)
 2023-04-27 14:03 UTC  (2+ messages)

[PATCH v2] Docs: Add vector register constarint for asm operands
 2023-04-27 14:01 UTC 

[PATCH] Docs: Add vector register constarint for asm operands
 2023-04-27 13:59 UTC  (2+ messages)

harden-conditionals: detach values before compares
 2023-04-27 13:24 UTC  (2+ messages)

[PATCH] tree-optimization/109170 - bogus use-after-free with __builtin_expect
 2023-04-27 12:11 UTC 

[PATCH] tree-optimization/109170 - bogus use-after-free with __builtin_expect
 2023-04-27 12:10 UTC 

[PATCH] Implement range-op entry for sin/cos
 2023-04-27 12:03 UTC  (5+ messages)
` [PATCH] v2: "

[COMMITTED] Normalize addresses in IPA before calling range_op_handler [PR109639]
 2023-04-27 11:59 UTC 

[FYI] Use CONFIG_SHELL-/bin/sh in genmultilib
 2023-04-27 11:56 UTC 

[PATCH] Add support for vrange streaming
 2023-04-27 11:36 UTC  (4+ messages)

[PATCH] wrong GIMPLE from (bit_field_ref CTOR ..) simplification
 2023-04-27 11:21 UTC 

[PATCH] Properly gimplify handled component chains on registers
 2023-04-27 11:17 UTC 

[PATCH] [vect]Enhance NARROW FLOAT_EXPR vectorization by truncating integer to lower precision
 2023-04-27 11:12 UTC  (2+ messages)

[PATCH 0/7] Some more phiopt cleanups and double minmax to match
 2023-04-27 10:58 UTC  (13+ messages)
` [PATCH 1/7] PHIOPT: Split out store elimination from phiopt
` [PATCH 2/7] PHIOPT: Rename tree_ssa_phiopt_worker to pass_phiopt::execute
` [PATCH 3/7] PHIOPT: Move store_elim_worker into pass_cselim::execute
` [PATCH 4/7] MIN/MAX should be treated similar as comparisons for trapping
` [PATCH 5/7] PHIOPT: Allow MIN/MAX to have up to 2 MIN/MAX expressions for early phiopt
` [PATCH 7/7] MATCH: Add patterns from phiopt's minmax_replacement

[committed] libstdc++: Fix typos in doxygen comments
 2023-04-27 10:33 UTC 

[committed] libstdc++: Remove obsolete options from Doxygen config
 2023-04-27 10:33 UTC 

[committed] libstdc++: Reduce Doxygen output for PDF
 2023-04-27 10:32 UTC 

[committed] libstdc++: Improve doxygen docs for <memory_resource>
 2023-04-27 10:32 UTC 

[committed] libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
 2023-04-27 10:31 UTC 

[committed] libstdc++: Make std::random_device throw std::system_error [PR105081]
 2023-04-27 10:30 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).