public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] ifcvt: Fix regression in aarch64/fcsel_1.c
 2023-02-13 10:41 UTC  (3+ messages)
` [Ping] "

[PATCH] s390: Add LEN_LOAD/LEN_STORE support
 2023-02-13 10:40 UTC  (2+ messages)

[PATCH] RISC-V: Bugfix for mode tieable of the rvv bool types
 2023-02-13 10:39 UTC  (13+ messages)
    `  "

[PATCH] LoongArch: Fix multiarch tuple canonization
 2023-02-13 10:38 UTC 

Patch ping
 2023-02-13 10:35 UTC 

[PATCH 0/5] RISC-V: Implement Scalar Cryptography Extension
 2023-02-13 10:32 UTC 

[PATCH] testsuite: adjust patterns in RISC-V tests to skip unwind table directives
 2023-02-13 10:02 UTC  (5+ messages)

[PATCH 1/2]middle-end: Fix wrong overmatching of div-bitmask by using new optabs [PR108583]
 2023-02-13  9:54 UTC  (22+ messages)
` [PATCH 2/2]AArch64 Update div-bitmask to implement new optab instead of target hook [PR108583]

[committed] arc: Don't use millicode thunks unless asked for
 2023-02-13  9:36 UTC 

[PATCH (pushed)] docs: document new param
 2023-02-13  9:16 UTC 

[PATCH] RISC-V: Add vmseq vv C++ tests
 2023-02-13  8:39 UTC 

[PATCH] RISC-V: Add vmseq vx C++ tests
 2023-02-13  8:37 UTC 

[PATCH] RISC-V: Add vmsge vv C++ tests
 2023-02-13  8:36 UTC 

[PATCH] RISC-V: Add vmsge vx C++ api tests
 2023-02-13  8:35 UTC 

[PATCH] RISC-V: Add vmsgt vv C++ tests
 2023-02-13  8:34 UTC 

[PATCH] RISC-V: Add vmsgt vx C++ tests
 2023-02-13  8:33 UTC 

[PATCH] RISC-V: Add vmsle vv C++ api tests
 2023-02-13  8:32 UTC 

[PATCH] RISC-V: Add vmsle vx C++ api tests
 2023-02-13  8:31 UTC 

[PATCH] RISC-V: Add vmslt vv C++ api tests
 2023-02-13  8:29 UTC 

[PATCH] RISC-V: Add vmslt vx C++ tests
 2023-02-13  8:28 UTC 

[PATCH] RISC-V: Add vmsne vv C++ tests
 2023-02-13  8:27 UTC 

[PATCH] RISC-V: Add vmsne vx C++ tests
 2023-02-13  8:26 UTC 

[PATCH] RISC-V: Add binop constraints tests for integer compare
 2023-02-13  8:25 UTC 

[PATCH] RISC-V: Add vmseq vv C api tests
 2023-02-13  8:22 UTC 

[PATCH] RISC-V: Add vmseq vx C api tests
 2023-02-13  8:21 UTC 

[PATCH] RISC-V: Add vmsge vv C api tests
 2023-02-13  8:04 UTC 

[PATCH] RISC-V: Add vmsge vx C api tests
 2023-02-13  8:03 UTC 

[PATCH] RISC-V: Optimize the code gen of VLM/VSM
 2023-02-13  7:53 UTC 

[PATCH] RISC-V: Add vmsgt vv C api tests
 2023-02-13  7:53 UTC 

[PATCH] RISC-V: Add vmsgt vx C api tests
 2023-02-13  7:51 UTC 

[PATCH] RISC-V: Add vmsle vv C api tests
 2023-02-13  7:50 UTC 

[PATCH] RISC-V: Add vmsle vx C api tests
 2023-02-13  7:49 UTC 

[PATCH] RISC-V: Add vmslt vv C api tests
 2023-02-13  7:48 UTC 

[PATCH] RISC-V: Add vmslt vx C api tests
 2023-02-13  7:46 UTC 

[PATCH] RISC-V: Add vmsne vv C api tests
 2023-02-13  7:45 UTC 

[PATCH] RISC-V: Add vmsne.vx C api tests
 2023-02-13  7:43 UTC 

[PATCH] RISC-V: Add integer compare C/C++ intrinsic support
 2023-02-13  7:41 UTC 

[RFC PATCH v1 00/10] RISC-V: Support the Zicond (conditional-operations) extension
 2023-02-13  7:31 UTC  (14+ messages)
` [RFC PATCH v1 01/10] docs: Document a canonical RTL for a conditional-zero insns
` [RFC PATCH v1 02/10] RISC-V: Recognize Zicond (conditional operations) extension
` [RFC PATCH v1 03/10] RISC-V: Generate czero.eqz/nez on noce_try_store_flag_mask if-conversion
` [RFC PATCH v1 04/10] RISC-V: Support immediates in Zicond
` [RFC PATCH v1 05/10] RISC-V: Support noce_try_store_flag_mask as czero.eqz/czero.nez
` [RFC PATCH v1 06/10] RISC-V: Recognize sign-extract + and cases for czero.eqz/nez
` [RFC PATCH v1 07/10] RISC-V: Recognize bexti in negated if-conversion
` [RFC PATCH v1 08/10] ifcvt: add if-conversion to conditional-zero instructions
` [RFC PATCH v1 09/10] RISC-V: Recognize xventanacondops extension
` [RFC PATCH v1 10/10] RISC-V: Support XVentanaCondOps extension

[Patch] pr65658.c: fix excess warnings on LLP64 targets
 2023-02-13  7:04 UTC  (2+ messages)

[PATCH] lra: Replace subregs in bare uses & clobbers [PR108681]
 2023-02-13  6:58 UTC  (2+ messages)

[PATCH] Simplify "1 - bool_val" to "bool_val ^ 1"
 2023-02-13  6:41 UTC  (2+ messages)

[aarch64] Code-gen for vector initialization involving constants
 2023-02-13  6:28 UTC  (2+ messages)

[Patch] builtin-declaration-mismatch-7: fix LLP64 targets
 2023-02-13  6:28 UTC  (2+ messages)

[PATCH V2] rs6000: Enhance lowpart/highpart DI->SF by mtvsrws/mtvsrd
 2023-02-13  5:18 UTC 

[PATCH] RISC-V: Handle vlenb correctly in unwinding
 2023-02-13  3:03 UTC  (3+ messages)

[PATCH V2] rs6000: Add new patterns rlwinm with mask
 2023-02-13  2:43 UTC 

[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
 2023-02-13  1:39 UTC  (6+ messages)

[pushed] libstdc++: Tweak link to N1780 (C++ standard)
 2023-02-12 22:43 UTC 

Support for NOINLINE attribute
 2023-02-12 21:28 UTC 

[C PATCH] Fix ICE related to implicit access attributes for VLA arguments [PR105660]
 2023-02-12 19:10 UTC 

[pushed] doc: Remove direct reference to configure/build docs
 2023-02-12 11:47 UTC 

[PATCH v1] RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET
 2023-02-12 11:34 UTC  (2+ messages)

[pushed] libstdc++: Change www.unix.org to unix.org
 2023-02-12  8:58 UTC 

CNC Product-Sales,
 2023-02-12  1:48 UTC 

[PATCH] libgccjit: Add support for machine-dependent builtins
 2023-02-12  1:37 UTC  (3+ messages)

realpath() patch to fix symlinks resolution for win32
 2023-02-11 21:14 UTC  (9+ messages)

Contents of PO file 'gcc-12.2.0.zh_CN.po'
 2023-02-11 16:32 UTC 

New Chinese (simplified) PO file for 'gcc' (version 12.2.0)
 2023-02-11 16:32 UTC 

[PATCH] IBM zSystems: Fix predicate execute_operation
 2023-02-11 16:10 UTC 

[PATCH] IBM zSystems: Do not propagate scheduler state across basic blocks [PR108102]
 2023-02-11 15:59 UTC 

[PATCH] ipa-cp: Punt for too large offsets [PR108605]
 2023-02-11 14:10 UTC  (2+ messages)

[pushed] doc: Adjust link to WG14 N965
 2023-02-11 12:00 UTC 

[aarch64] Use dup and zip1 for interleaving elements in initializing vector
 2023-02-11  9:12 UTC  (16+ messages)

[PATCH] Introduce -nolibstdc++ option
 2023-02-11  9:09 UTC  (8+ messages)

[pushed] wwwdocs: readings: Update link to RX610 landing page
 2023-02-11  8:08 UTC 

[pushed] libstdc++: Update link to "Worst-case efficient priority queues"
 2023-02-11  8:01 UTC 

[PATCH] RISC-V: Optimize the code gen of VLM/VSM
 2023-02-11  2:51 UTC 

[PATCH] libstdc++: testsuite: Add char8_t to codecvt_unicode
 2023-02-11  1:48 UTC  (2+ messages)

[v3][PATCH 0/2] Handle component_ref to a structure/union field including FAM for builtin_object_size
 2023-02-11  0:50 UTC  (3+ messages)
` [v3][PATCH 1/2] Handle component_ref to a structre/union field including C99 FAM [PR101832]
` [v3][PATCH 2/2] Update documentation to clarify a GCC extension (PR77650)

[PATCH] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2023-02-11  0:41 UTC  (4+ messages)

[pushed] analyzer: don't warn for deref-before-check for checks in macros [PR108745]
 2023-02-10 23:16 UTC 

[PATCH] tree-optimization/106722 - fix CD-DCE edge marking
 2023-02-10 21:16 UTC 

[pushed] wwwdocs: news/profiledriven: Update a Citeseer link
 2023-02-10 20:35 UTC 

[pushed] [PR108754] RA: Use caller save equivalent memory only for LRA
 2023-02-10 17:42 UTC 

[PATCH] libcpp: Handle extended characters in user-defined literal suffix [PR103902]
 2023-02-10 17:10 UTC  (6+ messages)
  ` Ping^3: "

[PATCH 1/2] c++: make manifestly_const_eval tri-state
 2023-02-10 16:51 UTC  (10+ messages)
` [PATCH 2/2] c++: speculative constexpr and is_constant_evaluated [PR108243]

[pushed] [PR108500] RA: Use simple LRA for huge functions
 2023-02-10 16:47 UTC 

[pushed] [PR103541] RA: Implement reuse of equivalent memory for caller saves optimization (version 2)
 2023-02-10 16:39 UTC  (2+ messages)

[PATCH] libgomp, openmp: pinned memory
 2023-02-10 15:55 UTC  (9+ messages)

[PATCH 0/5] openmp: Handle pinned and unified shared memory
 2023-02-10 15:31 UTC  (4+ messages)
` [PATCH 3/5] openmp, nvptx: ompx_unified_shared_mem_alloc

[PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
 2023-02-10 15:25 UTC  (12+ messages)

[PATCH] PR tree-optimization/108520 - Add function context for querying global ranges
 2023-02-10 14:43 UTC  (3+ messages)

[Patch] OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]
 2023-02-10 11:52 UTC  (3+ messages)
  ` [Patch][v2] "

[PATCH] tree-optimization/108724 - vectorized code getting piecewise expanded
 2023-02-10 11:21 UTC  (2+ messages)

[PATCH] tree-optimization/108724 - vectorized code getting piecewise expanded
 2023-02-10 11:02 UTC 

[PATCH] RISC-V: Add Full 'v' extension predicate to vsmul intrinsic
 2023-02-10 10:19 UTC 

RFA: Add makefile for cross-configuration torture test
 2023-02-10 10:16 UTC  (2+ messages)
` [GCC] In 'contrib/config-list.mk', clarify i686-symbolics-gnu to i686-gnu (was: RFA: Add makefile for cross-configuration torture test)

[PATCH] tree-optimization/106722 - fix CD-DCE edge marking
 2023-02-10 10:12 UTC 

[PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd
 2023-02-10 10:05 UTC  (3+ messages)
` [PATCH] Add x86_64-gnu target to contrib/config-list.mk

[PATCH 0/3] OpenMP SIMD routines
 2023-02-10  9:11 UTC  (9+ messages)
` [PATCH 3/3] vect: inbranch SIMD clones

[wwwdocs] gcc-13/changes.html: Document C++ -fexcess-precision=standard
 2023-02-10  9:06 UTC  (2+ messages)

[PATCH] PR tree-optimization/108687 - Query rangers cache in readonly mode only internally
 2023-02-10  7:47 UTC  (2+ messages)

[COMMITTED] tree-optimization: [PR108684] ICE in verify_ssa due to simple_dce_from_worklist
 2023-02-10  7:46 UTC  (2+ messages)

[PATCH] RISC-V: Add vaadd.vv C++ API tests
 2023-02-10  7:03 UTC 

[PATCH] RISC-V: Add vaadd.vx C++ API tests
 2023-02-10  7:02 UTC 

[PATCH] RISC-V: Add vaaddu.vv C++ api tests
 2023-02-10  7:00 UTC 

[PATCH] RISC-V: Add vaaddu.vx C++ Api tests
 2023-02-10  6:59 UTC 

[PATCH] RISC-V: Add vasub.vv C++ api tests
 2023-02-10  6:58 UTC 

[PATCH] RISC-V: Add vasub.vx C++ API tests
 2023-02-10  6:57 UTC 

[PATCH] RISC-V: Add vasubu.vv C++ API tests
 2023-02-10  6:56 UTC 

[PATCH] RISC-V: Add vasubu.vx C++ API tests
 2023-02-10  6:55 UTC 

[PATCH] RISC-V: Add vnclip C++ API tests
 2023-02-10  6:53 UTC 

[PATCH] RISC-V: Add vsmul.vv C++ API tests
 2023-02-10  6:52 UTC 

[PATCH] RISC-V: Add vsmul.vx C++ API tests
 2023-02-10  6:51 UTC 

[PATCH] RISC-V: Add vssra.vv C++ API tests
 2023-02-10  6:50 UTC 

[PATCH] RISC-V: Add vssra.vx C++ API tests
 2023-02-10  6:49 UTC 

[PATCH] RISC-V: Add vssrl.vv C++ API tests
 2023-02-10  6:47 UTC 

[PATCH] RISC-V: Add vssrl.vx C++ API tests
 2023-02-10  6:46 UTC 

[PATCH] RISC-V: Finish fixed-point C API tests
 2023-02-10  6:45 UTC 

[PATCH] RISC-V: Add vaadd.vx C api tests
 2023-02-10  6:43 UTC 

[PATCH] RISC-V: Add vaaddu.vv C api tests
 2023-02-10  6:42 UTC 

[PATCH] RISC-V: Add vaaddu.vx C API tests
 2023-02-10  6:41 UTC 

[PATCH] RISC-V: Add vaaddu C api tests
 2023-02-10  6:39 UTC 

[PATCH] RISC-V: Add vasub.vv C API tests
 2023-02-10  6:38 UTC 

[PATCH] RISC-V: Add vasub.vx C API tests
 2023-02-10  6:37 UTC 

[PATCH] RISC-V: Add vasubu.vv C API tests
 2023-02-10  6:35 UTC 

[PATCH] RISC-V: Add vasubu.vx C API tests
 2023-02-10  6:34 UTC 

[PATCH] RISC-V: Add vnclip C API tests
 2023-02-10  6:32 UTC 

[PATCH] RISC-V: Add vsmul.vv C API tests
 2023-02-10  6:31 UTC 

[PATCH] RISC-V: Add vsmul.vx C API tests
 2023-02-10  6:30 UTC 

[PATCH] RISC-V: Add vssra.vv C API tests
 2023-02-10  6:29 UTC 

[PATCH] RISC-V: Add vssra.vx C API tests
 2023-02-10  6:27 UTC 

[PATCH] RISC-V: Add vssrl.vv C API tests
 2023-02-10  6:26 UTC 

[PATCH] RISC-V: Add vssrl.vx C API tests
 2023-02-10  6:24 UTC 

[PATCH] RISC-V: Add fixed-point support
 2023-02-10  6:21 UTC 

[PATCHv4] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
 2023-02-10  3:53 UTC 

[PATCH v4] rs6000: Fix incorrect RTL for Power LE when removing the UNSPECS [PR106069]
 2023-02-10  2:59 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).