public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH V2] Enable small loop unrolling for O2
 2022-11-14  5:32 UTC  (6+ messages)

[PATCH 1/3] libstdc++: Implement ranges::contains/contains_subrange from P2302R4
 2022-11-14  4:50 UTC  (3+ messages)
` [PATCH 2/3] libstdc++: Implement ranges::iota from P2440R1
` [PATCH 3/3] libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5

[PATCH] Using sub-scalars mode to move struct block
 2022-11-14  3:51 UTC  (3+ messages)

[DOCS] sphinx: use new Sphinx links
 2022-11-14  3:14 UTC  (22+ messages)
          ` old install to a different folder

[PATCH] doc: Ada: include Indices and Tables in manuals
 2022-11-14  3:13 UTC  (7+ messages)

[PATCH (pushed)] gcc-changelog: temporarily disable check_line_start
 2022-11-14  2:52 UTC 

Revert Sphinx documentation [Was: Issues with Sphinx]
 2022-11-14  2:49 UTC 

[PATCH 0/7] riscv: Improve builtins expansion
 2022-11-14  2:48 UTC  (9+ messages)
` [PATCH 1/7] riscv: bitmanip: add orc.b as an unspec
` [PATCH 2/7] riscv: bitmanip/zbb: Add prefix/postfix and enable visiblity
` [PATCH 3/7] riscv: Enable overlap-by-pieces via tune param
` [PATCH 4/7] riscv: Move riscv_block_move_loop to separate file
` [PATCH 5/7] riscv: Use by-pieces to do overlapping accesses in block_move_straight
` [PATCH 6/7] riscv: Add support for strlen inline expansion
` [PATCH 7/7] riscv: Add support for str(n)cmp "

[PATCH v2 0/4] LoongArch: Add some floating-point operations
 2022-11-14  2:41 UTC  (16+ messages)
` [PATCH v2 2/4] LoongArch: Add ftint{,rm,rp}.{w,l}.{s,d} instructions
` [PATCH v2 3/4] LoongArch: Add fscaleb.{s,d} instructions as ldexp{sf,df}3
` [PATCH v2 4/4] LoongArch: Add flogb.{s,d} instructions and expand logb{sf,df}2

[PATCH][i386]: Update ix86_can_change_mode_class target hook to accept QImode conversions
 2022-11-14  2:14 UTC  (2+ messages)

[wwwdocs] gcc-13: Mention Intel new ISA and march support
 2022-11-14  1:36 UTC  (2+ messages)

[committed] analyzer: new warning: -Wanalyzer-tainted-assertion [PR106235]
 2022-11-13 23:03 UTC 

[RFC PATCH] riscv: thead: Add support for XTheadMemPair ISA extension
 2022-11-13 22:00 UTC 

[PATCH 0/5] function result decl location; type demotion
 2022-11-13 21:50 UTC  (12+ messages)
` [PATCH 1/5] c: Set the locus of the function result decl
` [PATCH 2/5] c++: "
` [PATCH 3/5] Fortran: Narrow return types [PR78798]
` [PATCH 4/5] value-range: Add as_string diagnostics helper
` [PATCH 5/5] gimple: Add pass to note possible type demotions; IPA pro/demotion; DO NOT MERGE

[PATCH 0/7] Add XThead* support
 2022-11-13 21:46 UTC  (8+ messages)
` [PATCH 1/7] riscv: Add basic XThead* vendor extension support
` [PATCH 2/7] riscv: riscv-cores.def: Add T-Head XuanTie C906
` [PATCH 3/7] riscv: thead: Add support for XTheadBa and XTheadBs ISA extensions
` [PATCH 4/7] riscv: thead: Add support for XTheadCondMov "
` [PATCH 5/7] riscv: thead: Add support for XTheadBb ISA extension
` [PATCH 6/7] riscv: thead: Add support for XTheadMac "
` [PATCH 7/7] riscv: Add basic extension support for XTheadFmv and XTheadInt

[PATCH v2 0/8] RISC-V: Backend support for XVentanaCondOps/ZiCondops
 2022-11-13 21:20 UTC  (9+ messages)
` [PATCH v2 1/8] RISC-V: Recognize xventanacondops extension
` [PATCH v2 2/8] RISC-V: Generate vt.maskc<n> on noce_try_store_flag_mask if-conversion
` [PATCH v2 3/8] RISC-V: Support noce_try_store_flag_mask as vt.maskc<n>
` [PATCH v2 4/8] RISC-V: Recognize sign-extract + and cases for XVentanaCondOps
` [PATCH v2 5/8] RISC-V: Recognize bexti in negated if-conversion
` [PATCH v2 6/8] RISC-V: Support immediates in XVentanaCondOps
` [PATCH v2 7/8] RISC-V: Ventana-VT1 supports XVentanaCondOps
` [PATCH v2 8/8] ifcvt: add if-conversion to conditional-zero instructions

[PATCH (pushed)] sphinx: fix building if sphinx-build is missing
 2022-11-13 21:19 UTC  (4+ messages)

[PATCH] sphinx: more build fixing if sphinx-build is missing
 2022-11-13 21:10 UTC 

[PATCH 02/12] ipa-cp: Do not consider useless aggregate constants
 2022-11-13 21:06 UTC  (2+ messages)

[PATCH] Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
 2022-11-13 21:00 UTC  (5+ messages)

[PATCH] aarch64: Add bfloat16_t support for aarch64
 2022-11-13 21:00 UTC 

[PATCH] RISC-V: Handle "(a & twobits) == singlebit" in branches using Zbs
 2022-11-13 20:48 UTC 

[PATCH] RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori
 2022-11-13 20:48 UTC 

[PATCH] RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext + addi
 2022-11-13 20:48 UTC 

[PATCH v2 0/2] Basic support for the Ventana VT1 w/ instruction fusion
 2022-11-13 20:48 UTC  (3+ messages)
` [PATCH v2 1/2] RISC-V: Add basic support for the Ventana-VT1 core
` [PATCH v2 2/2] RISC-V: Add instruction fusion (for ventana-vt1)

[PATCH] RISC-V: Zihintpause: add __builtin_riscv_pause
 2022-11-13 20:41 UTC 

[PATCH] RISC-V: Use .p2align for code-alignment
 2022-11-13 20:41 UTC 

[PATCH] [range-ops] Implement sqrt
 2022-11-13 20:39 UTC  (2+ messages)

[PATCH] libstdc++: Fix python/ not making install directories
 2022-11-13 20:29 UTC  (3+ messages)

[committed] libstdc++: Avoid redundant checks in std::use_facet [PR103755]
 2022-11-13 19:38 UTC  (5+ messages)

[committed] hppa: Skip guality tests on hppa*-*-hpux*
 2022-11-13 17:22 UTC 

[PATCH] aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
 2022-11-13 16:02 UTC 

[PATCH] RISC-V: optimize '(a >= 0) ? b : 0' to srai + andn, if compiling for Zbb
 2022-11-13 15:48 UTC  (3+ messages)

Porting the Docs to Sphinx - project status
 2022-11-13 15:44 UTC  (13+ messages)
  ` Announcement: Porting the Docs to Sphinx - 9. November 2022
                ` Announcement: Porting the Docs to Sphinx - tomorrow

[PATCH] doc: Update Jeff Law's email-address in contrib.rst
 2022-11-13 15:43 UTC 

[PATCH (pushed)] sphinx: include todolist only if INCLUDE_TODO env. set
 2022-11-13 15:41 UTC 

[PATCH v2] RISC-V: costs: support shift-and-add in strength-reduction
 2022-11-13 15:40 UTC  (3+ messages)

[RFC PATCH] ipa-cp: Speculatively call specialized functions
 2022-11-13 15:37 UTC 

[PATCH (pushed)] configure: always set SPHINX_BUILD
 2022-11-13 15:36 UTC 

[RFC PATCH] ipa-guarded-deref: Add new pass to dereference function pointers
 2022-11-13 15:09 UTC 

ginclude: C2x header version macros
 2022-11-13 12:22 UTC  (2+ messages)

[PATCH] c++: Implement CWG2635 - Constrained structured bindings
 2022-11-13 11:50 UTC  (2+ messages)
` [PATCH] c++, v2: "

[PATCH] c++: Implement C++23 P2647R1 - Permitting static constexpr variables in constexpr functions
 2022-11-13 11:45 UTC  (2+ messages)
` [PATCH] c++, v2: "

[PATCH] c++: Implement CWG 2654 - Un-deprecation of compound volatile assignments
 2022-11-13 11:43 UTC  (2+ messages)
` [PATCH] c++, v2: "

[committed] libstdc++: Add C++20 clocks
 2022-11-13 11:01 UTC  (2+ messages)

Proxy ping [PATCH] Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]
 2022-11-13 10:11 UTC  (2+ messages)

[PATCH 00/16] aarch64: Add support for SME
 2022-11-13 10:03 UTC  (17+ messages)
` [PATCH 01/16] aarch64: Add arm_streaming(_compatible) attributes
` [PATCH 02/16] aarch64: Add +sme
` [PATCH 03/16] aarch64: Distinguish streaming-compatible AdvSIMD insns
` [PATCH 04/16] aarch64: Mark relevant SVE instructions as non-streaming
` [PATCH 05/16] aarch64: Switch PSTATE.SM around calls
` [PATCH 06/16] aarch64: Add support for SME ZA attributes
` [PATCH 07/16] aarch64: Add a register class for w12-w15
` [PATCH 08/16] aarch64: Add a VNx1TI mode
` [PATCH 09/16] aarch64: Make AARCH64_FL_SVE requirements explicit
` [PATCH 10/16] aarch64: Generalise unspec_based_function_base
` [PATCH 11/16] aarch64: Generalise _m rules for SVE intrinsics
` [PATCH 12/16] aarch64: Tweaks to function_resolver::resolve_to
` [PATCH 13/16] aarch64: Add support for <arm_sme.h>
` [PATCH 14/16] aarch64: Add support for arm_locally_streaming
` [PATCH 15/16] aarch64: Enforce inlining restrictions for SME
` [PATCH 16/16] aarch64: Update sibcall handling "

[PATCH] builtins: Commonise default handling of nonlocal_goto
 2022-11-13  9:32 UTC 

[PATCH] gcc: m68k: fix PR target/107645
 2022-11-13  3:47 UTC  (3+ messages)

gcc-patches@gcc.gnu.org: Mail Service notice. 6:24:34 PM
 2022-11-13  3:33 UTC 

[r13-3923 Regression] FAIL: gcc.dg/fold-overflow-1.c scan-assembler-times 2139095040 2 on Linux/x86_64
 2022-11-13  3:19 UTC 

[r13-3924 Regression] FAIL: gcc.dg/pr95115.c execution test on Linux/x86_64
 2022-11-13  3:19 UTC 

Wires&Cable Sell
 2022-11-13  1:46 UTC 

[PATCH] Enable shrink wrapping for the RISC-V target
 2022-11-13  1:32 UTC  (2+ messages)

[PATCH] doc: Remove outdated reference to "core" and front-end downloads
 2022-11-13  1:27 UTC  (3+ messages)
` [PATCH v2] "

[committed] libstdc++: Implement C++20 <format> [PR104166]
 2022-11-13  1:14 UTC 

[committed] libstdc++: Allow std::to_chars for 128-bit integers in strict mode
 2022-11-13  1:14 UTC 

[PATCH] Handle epilogues that contain jumps
 2022-11-13  1:09 UTC  (2+ messages)

[PATCH] Allow targets to add USEs to asms
 2022-11-13  1:07 UTC  (2+ messages)

[COMMITTED] [range-op] Restrict division by power of 2 optimization to positive numbers
 2022-11-13  0:15 UTC  (3+ messages)
` [PATCH] testsuite: Fix up pr107541.c test

[PATCH 0/7] RISC-V: Backend support for XVentanaCondOps/ZiCondops
 2022-11-12 22:01 UTC  (10+ messages)
` [PATCH 1/7] RISC-V: Recognize xventanacondops extension
` [PATCH 2/7] RISC-V: Generate vt.maskc<n> on noce_try_store_flag_mask if-conversion
` [PATCH 3/7] RISC-V: Support noce_try_store_flag_mask as vt.maskc<n>
` [PATCH 4/7] RISC-V: Recognize sign-extract + and cases for XVentanaCondOps
` [PATCH 5/7] RISC-V: Recognize bexti in negated if-conversion
` [PATCH 6/7] RISC-V: Support immediates in XVentanaCondOps
` [PATCH 7/7] ifcvt: add if-conversion to conditional-zero instructions

[PATCH] Fortran: Remove unused declaration
 2022-11-12 21:23 UTC  (3+ messages)

[PATCH] [PR68097] Try to avoid recursing for floats in tree_*_nonnegative_warnv_p
 2022-11-12 18:30 UTC 

[PATCH] c++: Reject UDLs in certain contexts [PR105300]
 2022-11-12 16:53 UTC 

c: C2x constexpr
 2022-11-12 16:12 UTC  (2+ messages)

[PATCH 4/4]AArch64 sve2: rewrite pack + NARROWB + NARROWB to NARROWB + NARROWT
 2022-11-12 12:33 UTC  (3+ messages)

[PATCH 3/4]AArch64 Add SVE2 implementation for pow2 bitmask division
 2022-11-12 12:17 UTC  (2+ messages)

[PATCH] libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR107636]
 2022-11-12 11:27 UTC  (2+ messages)

[COMMITTED] [frange] Avoid testing signed zero test for -fno-signed-zeros
 2022-11-12 10:28 UTC 

[PATCH v2] LoongArch: Add prefetch instructions
 2022-11-12  9:45 UTC  (2+ messages)

[Patch] OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arrays
 2022-11-12  9:19 UTC  (3+ messages)

[PATCH v2] LoongArch: Optimize the implementation of stack check
 2022-11-12  9:07 UTC 

[PATCH] [range-ops] Add ability to represent open intervals in frange
 2022-11-12  8:55 UTC  (4+ messages)

[committed] libgomp: Fix up build on mingw [PR107641]
 2022-11-12  8:51 UTC 

[COMMITTED] process transitive inferred ranges in pre_fold_stmt
 2022-11-12  7:12 UTC  (4+ messages)

[PATCH 0/6] PowerPC Dense Math prelimary support (-mcpu=future)
 2022-11-12  5:10 UTC  (3+ messages)
` [PATCH 7] PowerPC: Add -mcpu=future saturating subtract built-ins
` [PATCH 8] PowerPC: Support load/store vector with right length

PING: Re: [PATCH] c, analyzer: support named constants in analyzer [PR106302]
 2022-11-12  3:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] analyzer: add warnings relating to sockets [PR106140]
 2022-11-12  3:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 12/12] ipa: Avoid looking for IPA-SRA replacements where there are none
 2022-11-12  1:47 UTC 

[PATCH 11/12] ipa-sra: Make scan_expr_access bail out on uninteresting expressions
 2022-11-12  1:47 UTC 

[PATCH 10/12] ipa-sra: Forward propagation of sizes which are safe to dereference
 2022-11-12  1:47 UTC 

[PATCH 09/12] ipa-sra: Be optimistic about Fortran descriptors
 2022-11-12  1:47 UTC 

[PATCH 08/12] ipa-sra: Move caller->callee propagation before callee->caller one
 2022-11-12  1:46 UTC 

[PATCH 07/12] ipa-sra: Treat REFERENCE_TYPES as always dereferencable
 2022-11-12  1:46 UTC 

[PATCH 06/12] ipa-cp: Leave removal of unused parameters to IPA-SRA
 2022-11-12  1:46 UTC 

[PATCH 05/12] ipa-sra: Dump edge summaries also for non-candidates
 2022-11-12  1:46 UTC 

[PATCH 04/12] ipa: Better way of applying both IPA-CP and IPA-SRA (PR 103227)
 2022-11-12  1:46 UTC 

[PATCH 03/12] ipa-cp: Write transformation summaries of all functions
 2022-11-12  1:45 UTC 

[PATCH 01/12] ipa: IPA-SRA split detection simplification
 2022-11-12  1:44 UTC 

[committed] libstdc++: Simplify build targets for debug library
 2022-11-12  1:44 UTC 

[committed] libstdc++: Define INSTANTIATE_FACET_ACCESSORS macro in compat source [PR103755]
 2022-11-12  1:43 UTC 

[PATCH] libstdc++: Set active union member in constexpr std::string [PR103295]
 2022-11-12  0:41 UTC  (5+ messages)

[r13-3905 Regression] FAIL: gcc.dg/pr107554.c (test for excess errors) on Linux/x86_64
 2022-11-11 23:20 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).