public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
OpenMP: Generate SIMD clones for functions with "declare target"
 2022-10-27 20:40 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] libstdc++: Implement ranges::cartesian_product_view from P2374R4
 2022-10-27 18:47 UTC  (2+ messages)

[PATCH] RISC-V: Add Zawrs ISA extension support
 2022-10-27 18:23 UTC  (2+ messages)

[PATCH] lto-dump: modernize a bit
 2022-10-27 18:15 UTC  (2+ messages)

[PATCH] Use simple_dce_from_worklist with match_simplify_replacement
 2022-10-27 18:13 UTC  (2+ messages)

[PATCH] c++: libcpp: Support raw strings with newlines in directives [PR55971]
 2022-10-27 17:30 UTC 

c++: Templated lambda mangling
 2022-10-27 16:00 UTC 

[PATCH] c++: -Wdangling-reference and system headers
 2022-10-27 15:39 UTC 

[PATCH] RISC-V: Change constexpr back to CONSTEXPR
 2022-10-27 14:41 UTC 

[PATCH zero-call-used-regs] Add leafy mode for zero-call-used-regs
 2022-10-27 13:30 UTC  (6+ messages)

[pushed] aarch64: Reinstate some uses of CONSTEXPR
 2022-10-27 13:21 UTC 

[OG12 commit] vect: WORKAROUND vectorizer bug
 2022-10-27 13:12 UTC  (3+ messages)

[PATCH v2] RISC-V: Libitm add RISC-V support
 2022-10-27 12:49 UTC 

[PATCH] [x86] Fix incorrect digit constraint
 2022-10-27 12:29 UTC  (2+ messages)

[PATCH] RISC-V: Libitm add RISC-V support
 2022-10-27 10:57 UTC  (2+ messages)

[PATCH] Add condition coverage profiling
 2022-10-27 10:34 UTC  (3+ messages)
` Ping "

[PATCH] c++: Fix ICE on g++.dg/modules/adl-3_c.C [PR107379]
 2022-10-27 10:21 UTC  (2+ messages)

[PATCH] [x86_64] Zhaoxin lujiazui enablement
 2022-10-27  9:11 UTC  (8+ messages)

[PATCH (pushed)] lto: do not load LTO stream for aliases [PR107418]
 2022-10-27  8:30 UTC 

Rust frontend patches v3
 2022-10-27  8:14 UTC  (53+ messages)
` [PATCH Rust front-end v3 01/46] Use DW_ATE_UTF for the Rust 'char' type
` [PATCH Rust front-end v3 02/46] gccrs: Add nessecary hooks for a Rust front-end testsuite
` [PATCH Rust front-end v3 03/46] gccrs: Add Debug info testsuite
` [PATCH Rust front-end v3 04/46] gccrs: Add link cases testsuite
` [PATCH Rust front-end v3 05/46] gccrs: Add general compilation test cases
` [PATCH Rust front-end v3 06/46] gccrs: Add execution "
` [PATCH Rust front-end v3 07/46] gccrs: Add gcc-check-target check-rust
` [PATCH Rust front-end v3 08/46] gccrs: Add Rust front-end base AST data structures
` [PATCH Rust front-end v3 09/46] gccrs: Add definitions of Rust Items in "
` [PATCH Rust front-end v3 10/46] gccrs: Add full definitions of Rust "
` [PATCH Rust front-end v3 11/46] gccrs: Add Rust AST visitors
` [PATCH Rust front-end v3 12/46] gccrs: Add Lexer for Rust front-end
` [PATCH Rust front-end v3 13/46] gccrs: Add Parser for Rust front-end pt.1
` [PATCH Rust front-end v3 14/46] gccrs: Add Parser for Rust front-end pt.2
` [PATCH Rust front-end v3 15/46] gccrs: Add expansion pass for the Rust front-end
` [PATCH Rust front-end v3 16/46] gccrs: Add name resolution pass to "
` [PATCH Rust front-end v3 17/46] gccrs: Add declarations for Rust HIR
` [PATCH Rust front-end v3 18/46] gccrs: Add HIR definitions and visitor framework
` [PATCH Rust front-end v3 19/46] gccrs: Add AST to HIR lowering pass
` [PATCH Rust front-end v3 20/46] gccrs: Add wrapper for make_unique
` [PATCH Rust front-end v3 21/46] gccrs: Add port of FNV hash used during legacy symbol mangling
` [PATCH Rust front-end v3 22/46] gccrs: Add Rust ABI enum helpers
` [PATCH Rust front-end v3 23/46] gccrs: Add Base62 implementation
` [PATCH Rust front-end v3 24/46] gccrs: Add implementation of Optional
` [PATCH Rust front-end v3 25/46] gccrs: Add attributes checker
` [PATCH Rust front-end v3 26/46] gccrs: Add helpers mappings canonical path and lang items
` [PATCH Rust front-end v3 27/46] gccrs: Add type resolution and trait solving pass
` [PATCH Rust front-end v3 28/46] gccrs: Add Rust type information
` [PATCH Rust front-end v3 29/46] gccrs: Add remaining type system transformations
` [PATCH Rust front-end v3 30/46] gccrs: Add unsafe checks for Rust
` [PATCH Rust front-end v3 31/46] gccrs: Add const checker
` [PATCH Rust front-end v3 32/46] gccrs: Add privacy checks
` [PATCH Rust front-end v3 33/46] gccrs: Add dead code scan on HIR
` [PATCH Rust front-end v3 34/46] gccrs: Add unused variable scan
` [PATCH Rust front-end v3 35/46] gccrs: Add metadata ouptput pass
` [PATCH Rust front-end v3 36/46] gccrs: Add base for HIR to GCC GENERIC lowering
` [PATCH Rust front-end v3 37/46] gccrs: Add HIR to GCC GENERIC lowering for all nodes
` [PATCH Rust front-end v3 38/46] gccrs: Add HIR to GCC GENERIC lowering entry point
` [PATCH Rust front-end v3 39/46] gccrs: These are wrappers ported from reusing gccgo
` [PATCH Rust front-end v3 40/46] gccrs: Add GCC Rust front-end Make-lang.in
` [PATCH Rust front-end v3 41/46] gccrs: Add config-lang.in
` [PATCH Rust front-end v3 42/46] gccrs: Add lang-spec.h
` [PATCH Rust front-end v3 43/46] gccrs: Add lang.opt
` [PATCH Rust front-end v3 44/46] gccrs: Add compiler driver
` [PATCH Rust front-end v3 45/46] gccrs: Compiler proper interface kicks off the pipeline
` [PATCH Rust front-end v3 46/46] gccrs: Add README, CONTRIBUTING and compiler logo

[PATCH] libstdc++: std::to_chars std::{,b}float16_t support
 2022-10-27  7:59 UTC 

[PATCH] IRA: Make sure array is big enough
 2022-10-27  7:42 UTC  (3+ messages)

[PATCH] testsuite: Adjust vect-bitfield-read-* with vect_shift and vect_long_long [PR107240]
 2022-10-27  7:26 UTC  (2+ messages)

[PATCH] x86: Replace ne:CCC/ne:CCO with UNSPEC_CC_NE in neg patterns
 2022-10-27  6:06 UTC  (2+ messages)

[PATCH V2] rs6000: Support to build constants by li/lis+oris/xoris
 2022-10-27  5:19 UTC  (2+ messages)

[PATCH v2] Add -gcodeview option
 2022-10-27  3:38 UTC 

[PATCH] Add -gcodeview option
 2022-10-27  3:36 UTC  (5+ messages)

[PATCH 1/2]middle-end: RFC: On expansion of conditional branches, give hint if argument is a truth type to backend
 2022-10-27  3:22 UTC  (2+ messages)

[PATCH 1/3]middle-end: Add the ability to let the target decide the method of argument promotions
 2022-10-27  3:15 UTC  (3+ messages)
` [PATCH 2/3]AArch64 Promote function arguments using a paradoxical subreg when beneficial

[v4 PATCH 0/4] RISC-V: Support z*inx extensions
 2022-10-27  3:12 UTC  (4+ messages)
` [v4 PATCH 3/4] RISC-V: Limit regs use for z*inx extension

[committed] wwwdocs: style: Remove link to validator.w3.org in footer
 2022-10-26 22:12 UTC 

[committed] analyzer: fixes to file-descriptor handling
 2022-10-26 21:23 UTC 

[committed] analyzer: add sm-fd.dot
 2022-10-26 21:18 UTC 

[PATCH 1/2] Add gcc/make-unique.h
 2022-10-26 20:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] bpf: add preserve_field_info builtin
 2022-10-26 20:21 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] Fortran: BOZ literal constants are not compatible to any type [PR103413]
 2022-10-26 20:08 UTC  (2+ messages)

[PATCH] c++: Implement -Wdangling-reference [PR106393]
 2022-10-26 18:42 UTC  (14+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] [X86_64]: Enable support for next generation AMD Zen4 CPU
 2022-10-26 18:23 UTC  (12+ messages)

Patch ping (Re: [PATCH] options, lto: Optimize streaming of optimization nodes)
 2022-10-26 18:21 UTC  (5+ messages)
` [PATCH] options, lto: Optimize streaming of optimization nodes
  ` options: Clarify 'Init' option property usage for streaming optimization (was: [PATCH] options, lto: Optimize streaming of optimization nodes)
    ` [PING] "

[PATCH] lower-subreg, expr: Mitigate inefficiencies derived from "(clobber (reg X))" followed by "(set (subreg (reg X)) (...))"
 2022-10-26 17:05 UTC  (14+ messages)
      ` [PATCH] xtensa: Prepare the transition from Reload to LRA
          ` [PATCH v2] "
                ` [PATCH v3] "
                    ` [PATCH] xtensa: Fix out-of-bounds array access

[PATCH] c++: Fix excess precision related ICE on invalid binop [PR107382, PR107383]
 2022-10-26 16:56 UTC  (2+ messages)

[PATCH v2] c++: parser - Support for target address spaces in C++
 2022-10-26 16:28 UTC  (12+ messages)
          ` [PATCH v3] "

[PATCH] ipa-visibility: remove assert in TLS optimization [PR107353]
 2022-10-26 15:58 UTC  (2+ messages)

[PATCH 0/15] arm: Enables return address verification and branch target identification on Cortex-M
 2022-10-26 15:48 UTC  (11+ messages)
` [PATCH 9/15] arm: Set again stack pointer as CFA reg when popping if necessary
` [PATCH 10/15] arm: Implement cortex-M return signing address codegen
  ` [PATCH 10/15 V2] "

Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
 2022-10-26 15:37 UTC  (15+ messages)

RFC - VRP1 default mode
 2022-10-26 14:59 UTC  (2+ messages)

[COMMITTED] Check if varying may also be non-negative
 2022-10-26 13:49 UTC 

Document 'distclean-stage[N]'
 2022-10-26 12:10 UTC 

[PATCH] ix86: Suggest unroll factor for loop vectorization
 2022-10-26 11:38 UTC  (4+ messages)

[PATCH] Aarch64: Do not define DONT_USE_BUILTIN_SETJMP
 2022-10-26 11:33 UTC  (2+ messages)

[PATCH] docs: document sanitizers can trigger warnings
 2022-10-26 11:09 UTC 

[PATCH] OpenMP: Duplicate checking for map clauses in Fortran (PR107214)
 2022-10-26 10:39 UTC  (2+ messages)

[OG12][committed] Handle operator new with alignment in USM transform
 2022-10-26  9:46 UTC 

[PATCH 1/2] Allow subtarget customization of CC1_SPEC
 2022-10-26  9:34 UTC  (5+ messages)

[PATCH] RISC-V: Fix a mistake in previous patch
 2022-10-26  9:02 UTC  (2+ messages)

[PATCH] RISC-V: Support load/store in mov<mode> pattern for RVV modes
 2022-10-26  9:01 UTC  (2+ messages)

[PATCH] RISC-V: Recognized Svinval and Svnapot extensions
 2022-10-26  8:34 UTC  (4+ messages)

[PATCH] RISC-V: Add h extension support
 2022-10-26  8:34 UTC  (3+ messages)

[PATCH] RISC-V: Fix typo
 2022-10-26  8:34 UTC  (2+ messages)

[PATCH] i386: Enable small loop unrolling for O2
 2022-10-26  8:13 UTC  (3+ messages)

[PATCH] [PR tree-optimization/107394] Canonicalize global franges as they are read back
 2022-10-26  7:57 UTC  (2+ messages)

[PATCH] riscv/RTEMS: Add RISCV_GCOV_TYPE_SIZE
 2022-10-26  7:49 UTC 

[PATCH] rs6000: using li/lis+oris/xoris to build constants
 2022-10-26  2:56 UTC  (3+ messages)

[PATCH] testsuite: Fix failure in test pr105586.c [PR107171]
 2022-10-26  2:47 UTC  (2+ messages)

[PATCH] [x86] Enable V4BFmode and V2BFmode
 2022-10-26  2:28 UTC 

[PATCH][PUSHED] Don't force DWARF4 for AutoFDO tests
 2022-10-26  0:38 UTC 

Backpacks Sell
 2022-10-26  0:18 UTC 

[r13-3476 Regression] FAIL: gcc.dg/vect/pr100756.c scan-tree-dump-not vect "epilog loop required" on Linux/x86_64
 2022-10-25 23:32 UTC 

[PATCH 1/2] Add gcc/make-unique.h
 2022-10-25 23:00 UTC  (2+ messages)

[PATCH][PUSHED] Start using discriminators in AutoFDO
 2022-10-25 21:06 UTC 

[PATCH] diagnostics: Allow FEs to keep customizations for middle end [PR101551,PR106274]
 2022-10-25 21:05 UTC  (3+ messages)
` [PATCH] diagnostics: Allow FEs to keep customizations for middle end [PR101551, PR106274]

[PATCH] Convert flag_finite_math_only uses in frange to HONOR_*
 2022-10-25 20:59 UTC 

c++: Adjust synthetic template parm creation
 2022-10-25 20:16 UTC 

[committed] More infrastructure to avoid bogus RTL on H8
 2022-10-25 19:59 UTC  (2+ messages)

c: tree: target: C2x (...) function prototypes and va_start relaxation
 2022-10-25 19:42 UTC  (3+ messages)

[committed] wwwdocs: contribute: Remove <meta name="description">
 2022-10-25 18:57 UTC 

[pushed] c++: improve failed constexpr assume diagnostic
 2022-10-25 18:05 UTC  (2+ messages)
` [pushed] c++: correct fold_operand change

[PATCH] c++ modules: verify_type failure with typedef enum [PR106848]
 2022-10-25 17:46 UTC  (9+ messages)

[PATCH] tsan: fix test for machines without pthread_cond_clockwait
 2022-10-25 17:39 UTC 

[PATCH v5 0/2] IBM zSystems: Improve storing asan frame_pc
 2022-10-25 17:37 UTC  (2+ messages)

[pushed] c++: constexpr-evaluate more assumes
 2022-10-25 16:37 UTC 

[PATCH] rs6000: Add CCANY; replace <un>signed by <mode:CCANY>
 2022-10-25 16:29 UTC 

[PATCH] testsuite: Windows paths use \ and not /
 2022-10-25 15:15 UTC 

[PATCH] testsuite: Verify that module-mapper is avialable
 2022-10-25 14:24 UTC  (4+ messages)
` PING^1 [PATCH] testsuite: Verify that module-mapper is available
  ` PING^2 "
    ` PING^3 "

[PATCH] c++: Use in-process client when networking is disabled
 2022-10-25 14:19 UTC 

[PATCH] unswitch most profitable condition first
 2022-10-25 13:09 UTC 

[PATCH 0/2] ivopts: Fix candidate selection for architectures with limited addressing modes
 2022-10-25 13:00 UTC  (7+ messages)
` [PATCH 1/2] ivopts: Revert computation of address cost complexity
` [PATCH 2/2] ivopts: Consider number of invariants when calculating register pressure

[PATCH] tree-optimization/107176 - SCEV analysis association issue
 2022-10-25 10:11 UTC 

You have received gcc.gnu.org Files #-1735659691
 2022-10-25  9:25 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).