public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
 2022-12-06 15:30 UTC  (20+ messages)

Patch [0/3] for PR target/107299 (GCC does not build on PowerPC when long double is IEEE 128-bit)
 2022-12-06 15:03 UTC  (7+ messages)
` [PATCH 1/3] Rework 128-bit complex multiply and divide, PR target/107299
` [PATCH 2/3] Make __float128 use the _Float128 type, "

[PATCH v3 0/19] modula-2 front end patches overview
 2022-12-06 14:52 UTC 

[PATCH v3 14/19] modula2 front end: gimple interface remainder
 2022-12-06 14:47 UTC 

[PATCH v3 17/19] modula2 front end: dejagnu expect library scripts
 2022-12-06 14:47 UTC 

[PATCH v3 16/19] modula2 front end: bootstrap and documentation tools
 2022-12-06 14:47 UTC 

[PATCH v3 15/19] modula2 front end: cc1gm2 additional non modula2 source files
 2022-12-06 14:47 UTC 

[PATCH v3 10/19] modula2 front end: gimple interface header files *.h and *.def
 2022-12-06 14:47 UTC 

[PATCH v3 12/19] modula2 front end: gimple interface *[e-f]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 13/19] modula2 front end: gimple interface *[g-m]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 11/19] modula2 front end: gimple interface *[a-d]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 5/19] modula2 front end: libgm2/libm2iso contents
 2022-12-06 14:47 UTC 

[PATCH v3 7/19] modula2 front end: libgm2/libm2log contents
 2022-12-06 14:47 UTC 

[PATCH v3 6/19] modula2 front end: libgm2/libm2min contents
 2022-12-06 14:47 UTC 

[PATCH v3 9/19] modula2 front end: plugin source files
 2022-12-06 14:47 UTC 

[PATCH v3 8/19] modula2 front end: libgm2 contents
 2022-12-06 14:47 UTC 

[PATCH v3 2/19] modula2 front end: Make-lang.in
 2022-12-06 14:47 UTC 

[PATCH v3 1/19] modula2 front end: changes outside gcc/m2, libgm2 and gcc/testsuite
 2022-12-06 14:47 UTC 

[PATCH v3 4/19] modula2 front end: libgm2/libm2pim contents
 2022-12-06 14:47 UTC 

[PATCH v3 3/19] modula2 front end: gm2 driver files
 2022-12-06 14:47 UTC 

[COMMITTED] ada: Allow No_Caching on volatile types
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Spurious error on nested call using the prefix notation
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Suppress warning for specific constant valid condition
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Fix spurious error in checking of SPARK elaboration
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Elide the copy in extended returns for nonlimited by-reference types
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Small adjustment to special resolution of membership test
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Use larger type for membership test of universal value
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Accessibility code reorganization and bug fixes
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Add Codepeer Exemption + simplify TO_C code
 2022-12-06 14:01 UTC 

[PATCH RFA] build: add -Wconditionally-supported to strict_warn [PR64867]
 2022-12-06 13:26 UTC 

[committed] onlinedocs: Add documentation links to gdc
 2022-12-06 13:13 UTC  (2+ messages)

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

[PATCH] Add a new conversion for conditional ternary set into ifcvt [PR106536]
 2022-12-06 12:20 UTC  (6+ messages)

[PATCH 14/56] middle-end: Set TREE_ADDRESSABLE in folding debug stmts
 2022-12-06 12:06 UTC  (5+ messages)

[PATCH] libgcc: Fix uninitialized RA signing on AArch64 [PR107678]
 2022-12-06 11:58 UTC  (4+ messages)

[GCC][PATCH 13/15, v4] arm: Add support for dwarf debug directives and pseudo hard-register for PAC feature
 2022-12-06 11:34 UTC  (2+ messages)

[GCC][PATCH] arm: Add cde feature support for Cortex-M55 CPU
 2022-12-06 11:32 UTC  (4+ messages)
  ` [GCC][PATCH v2] "

[GCC][PATCH v2] arm: Add pacbti related multilib support for armv8.1-m.main
 2022-12-06 11:31 UTC  (2+ messages)

Zen4 tuning part 1 - cost tables
 2022-12-06 11:24 UTC  (3+ messages)

Java front-end and library patches
 2022-12-06 11:24 UTC  (7+ messages)

[PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]
 2022-12-06 11:23 UTC  (2+ messages)

Zen4 tuning part 2 - tuning flags
 2022-12-06 11:14 UTC 

[PATCH 5/8]AArch64 aarch64: Make existing V2HF be usable
 2022-12-06 11:05 UTC  (6+ messages)

[PATCH] i386: Fix up expander conditions on cbranchbf4 and cstorebf4 [PR107969]
 2022-12-06 10:53 UTC  (2+ messages)

[committed] testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]
 2022-12-06 10:44 UTC 

[PATCH] aarch64: Specify that FEAT_MOPS sequences clobber CC
 2022-12-06 10:26 UTC  (2+ messages)

[PATCH] tree-optimization/104475 - improve access diagnostics
 2022-12-06 10:06 UTC  (2+ messages)

[wwwdocs] gcc-13/changes.html + projects/gomp: OpenMP GCC 13 update
 2022-12-06  9:42 UTC  (4+ messages)

[PATCH v2] Add pattern to convert vector shift + bitwise and + multiply to vector compare in some cases
 2022-12-06  9:18 UTC  (3+ messages)

[PATCH v2 0/1] RISC-V: Optimze the reverse conditions of rotate shift
 2022-12-06  9:11 UTC  (2+ messages)
` [PATCH v2 1/1] "

[committed] libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item
 2022-12-06  8:53 UTC 

[PATCH] [x86] Fix ICE due to condition mismatch between expander and define_insn
 2022-12-06  8:06 UTC 

[Patch] libgomp: Handle OpenMP's reverse offloads
 2022-12-06  7:45 UTC 

[aarch64] PR107920 - Fix incorrect handling of virtual operands in svld1rq_impl::fold
 2022-12-06  7:25 UTC  (4+ messages)

[PATCH] tree-optimization/104165 - bougs -Warray-bounds, add testcase
 2022-12-06  7:23 UTC 

[PATCH] range-op-float: Fix up ICE in lower_bound [PR107975]
 2022-12-06  7:17 UTC  (2+ messages)

[PATCH] tree-optimization/107852 - missed optimization with PHIs
 2022-12-06  7:11 UTC  (3+ messages)

[PATCH v3, rs6000] Enable have_cbranchcc4 on rs6000
 2022-12-06  5:44 UTC 

[PATCH V2] Use subscalar mode to move struct block for parameter
 2022-12-06  2:36 UTC  (8+ messages)

[PATCH 1/3] Use sub mode to move block for struct parameter
 2022-12-06  1:58 UTC  (5+ messages)
` [PATCH 3/3] Testcases for move sub blocks on param and ret

[aarch64] Use dup and zip1 for interleaving elements in initializing vector
 2022-12-06  1:31 UTC  (4+ messages)

[PATCH] RISC-V: optimize stack manipulation in save-restore
 2022-12-06  1:13 UTC  (3+ messages)
  `  "

[PATCH] range-op-float: Fix up multiplication and division reverse operation [PR107879]
 2022-12-05 23:49 UTC  (11+ messages)
      ` [PATCH] range-op-float: Improve multiplication reverse operation
          ` [PATCH] range-op-float: Improve binary reverse operations

[PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI
 2022-12-05 21:22 UTC  (8+ messages)

[PATCH] Use cxx11 abi in versioned namespace
 2022-12-05 21:13 UTC  (3+ messages)

[PATCH] tree, c++: optimize walk_tree_1 and cp_walk_subtrees
 2022-12-05 21:09 UTC  (4+ messages)

[PATCH] `const volatile' sections selection - bugzilla #107181
 2022-12-05 18:47 UTC  (5+ messages)
` [PATCH 1/2] select .rodata for const volatile variables
` [PATCH 2/2] Corrected pr25521.c target matching

[PATCH] tree-optimization/107833 - invariant motion of uninit uses
 2022-12-05 18:31 UTC  (2+ messages)

[PATCH 0/15] arm: Enables return address verification and branch target identification on Cortex-M
 2022-12-05 17:02 UTC  (17+ messages)
` [PATCH 10/15] arm: Implement cortex-M return signing address codegen
  ` [PATCH 10/15 V2] "
        ` [PATCH 10/15 V3] "
          ` [PATCH 10/15 V4] "
` [PATCH 12/15] arm: implement bti injection
    ` [PATCH 12/15 V2] "
        ` [PATCH 12/15 V3] "
` [PING][PATCH 0/15] arm: Enables return address verification and branch target identification on Cortex-M

[PATCH] testsuite: Fix leaks in tree-dynamic-object-size-0.c
 2022-12-05 16:58 UTC  (3+ messages)

[PATCH] Silence some -Wnarrowing errors
 2022-12-05 16:53 UTC  (2+ messages)

[PATCH] [arm] xfail fp-uint64-convert-double tests
 2022-12-05 16:42 UTC  (2+ messages)

[PATCH, nvptx, 1/2] Reimplement libgomp barriers for nvptx
 2022-12-05 16:21 UTC  (6+ messages)
  ` [Ping x2] "
    ` [Ping x3] "
      ` [Ping x4] "
        ` [Ping x5] "

[PATCH] middle-end/40635 - SSA update losing PHI arg loations
 2022-12-05 15:39 UTC 

[V2][PATCH 0/1]Add a new warning option -Wstrict-flex-arrays
 2022-12-05 15:20 UTC  (9+ messages)
` [V2][PATCH 1/1] Add "

[PATCH 1/2]middle-end: Add new tbranch optab to add support for bit-test-and-branch operations
 2022-12-05 14:06 UTC  (26+ messages)
` [PATCH 2/2]AArch64 Support new tbranch optab

[PATCH] tree-optimization/106868 - bogus -Wdangling-pointer diagnostic
 2022-12-05 13:55 UTC 

[Patch] OpenMP, libgomp, gimple: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_limit on offload devices
 2022-12-05 13:50 UTC  (7+ messages)

[PATCH] gcc: Use ld -r when checking for HAVE_LD_RO_RW_SECTION_MIXING
 2022-12-05 13:46 UTC  (3+ messages)

[PATCH v2] gcc: Use ld -r when checking for HAVE_LD_RO_RW_SECTION_MIXING
 2022-12-05 13:43 UTC 

[PATCH][AArch64] Cleanup move immediate code
 2022-12-05 13:40 UTC  (6+ messages)

[PATCH] 0/19 modula-2 front end patches overview
 2022-12-05 13:33 UTC  (4+ messages)

[PATCH v2 1/2] RISC-V: Support _Float16 type
 2022-12-05 13:05 UTC  (2+ messages)

[PATCH]AArch64 Fix vector re-interpretation between partial SIMD modes
 2022-12-05 11:41 UTC  (5+ messages)

AArch64: Add UNSPECV_PATCHABLE_AREA [PR98776]
 2022-12-05 11:34 UTC  (2+ messages)

[PATCH] match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]
 2022-12-05 10:50 UTC  (2+ messages)

[PATCH v2] Return a NULL rtx when targets don't support cbranchcc4 or predicate check fails in prepare_cmp_insn
 2022-12-05  8:50 UTC  (4+ messages)

[PATCH] plugins/107964 - install contracts.h
 2022-12-05  8:21 UTC 

[PATCH] tree-optimization/107956 - ICE with NULL call LHS
 2022-12-05  8:11 UTC 

[PATCH] [testsuite] [arm/aarch64] -fno-short-enums for auto-init-[12].c
 2022-12-05  7:33 UTC  (2+ messages)

[PATCH 1/3]rs6000: NFC use more readable pattern to clean high 32 bits
 2022-12-05  6:11 UTC  (9+ messages)
` [PATCH 2/3]rs6000: NFC use sext_hwi to replace ((v&0xf..f)^0x80..0) - 0x80..0

[PATCH] tree, c++: declare some basic functions inline
 2022-12-05  4:21 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).