public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v3] btf: Add support to BTF_KIND_ENUM64 type
 2022-10-31 18:26 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] Add __builtin_iseqsig()
 2022-10-31 18:24 UTC  (5+ messages)

[PATCH 1/2]middle-end Support optimized division by pow2 bitmask
 2022-10-31 17:12 UTC  (10+ messages)
` [PATCH 2/4]AArch64 Add implementation for pow2 bitmask division
` [PATCH 3/4]AArch64 Add SVE2 "
` [PATCH 4/4]AArch64 sve2: rewrite pack + NARROWB + NARROWB to NARROWB + NARROWT
` [PATCH 1/4]middle-end Support not decomposing specific divisions during vectorization

[committed] libstdc++: Fix compare_exchange_padding.cc test for std::atomic_ref
 2022-10-31 17:05 UTC  (5+ messages)

[PATCH] libstdc++-v3: <complex> support for extended floating point types
 2022-10-31 17:04 UTC  (4+ messages)

[PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint
 2022-10-31 16:35 UTC  (9+ messages)
    ` Ping^1 "
      ` Ping^2 "
        ` Ping^3 [PATCH V2] "

[PATCH 1/2]middle-end Fold BIT_FIELD_REF and Shifts into BIT_FIELD_REFs alone
 2022-10-31 16:24 UTC  (7+ messages)

[PATCH]middle-end Add optimized float addsub without needing VEC_PERM_EXPR
 2022-10-31 15:49 UTC  (13+ messages)

[PATCH v7 00/34] libgcc: Thumb-1 Floating-Point Assembly for Cortex M0
 2022-10-31 15:45 UTC  (35+ messages)
` [PATCH v7 01/34] Add and restructure function declaration macros
` [PATCH v7 02/34] Rename THUMB_FUNC_START to THUMB_FUNC_ENTRY
` [PATCH v7 03/34] Fix syntax warnings on conditional instructions
` [PATCH v7 04/34] Reorganize LIB1ASMFUNCS object wrapper macros
` [PATCH v7 05/34] Add the __HAVE_FEATURE_IT and IT() macros
` [PATCH v7 06/34] Refactor 'clz' functions into a new file
` [PATCH v7 07/34] Refactor 'ctz' "
` [PATCH v7 08/34] Refactor 64-bit shift "
` [PATCH v7 09/34] Import 'clz' functions from the CM0 library
` [PATCH v7 10/34] Import 'ctz' "
` [PATCH v7 11/34] Import 64-bit shift "
` [PATCH v7 12/34] Import 'clrsb' "
` [PATCH v7 13/34] Import 'ffs' "
` [PATCH v7 14/34] Import 'parity' "
` [PATCH v7 15/34] Import 'popcnt' "
` [PATCH v7 16/34] Refactor Thumb-1 64-bit comparison into a new file
` [PATCH v7 17/34] Import 64-bit comparison from CM0 library
` [PATCH v7 18/34] Merge Thumb-2 optimizations for 64-bit comparison
` [PATCH v7 19/34] Import 32-bit division from the CM0 library
` [PATCH v7 20/34] Refactor Thumb-1 64-bit division into a new file
` [PATCH v7 21/34] Import 64-bit division from the CM0 library
` [PATCH v7 22/34] Import integer multiplication "
` [PATCH v7 23/34] Refactor Thumb-1 float comparison into a new file
` [PATCH v7 24/34] Import float comparison from the CM0 library
` [PATCH v7 25/34] Refactor Thumb-1 float subtraction into a new file
` [PATCH v7 26/34] Import float addition and subtraction from the CM0 library
` [PATCH v7 27/34] Import float multiplication "
` [PATCH v7 28/34] Import float division "
` [PATCH v7 29/34] Import integer-to-float conversion "
` [PATCH v7 30/34] Import float-to-integer "
` [PATCH v7 31/34] Import float<->double "
` [PATCH v7 32/34] Import float<->__fp16 "
` [PATCH v7 33/34] Drop single-precision Thumb-1 soft-float functions
` [PATCH v7 34/34] Add -mpure-code support to the CM0 functions

optabs: Variable index vec_set
 2022-10-31 15:42 UTC 

[GCC][PATCH v2] arm: Add pacbti related multilib support for armv8.1-m.main
 2022-10-31 15:36 UTC 

[ada, patch] fix libgnat build on x86_64-linux-gnux32 with glibc <= 2.31
 2022-10-31 15:33 UTC 

Adding a new thread model to GCC
 2022-10-31 15:22 UTC  (5+ messages)

[Patch] OpenMP/Fortran: 'target update' with strides + DT components
 2022-10-31 14:46 UTC 

Rust frontend patches v3
 2022-10-31 14:19 UTC  (12+ messages)
` [PATCH Rust front-end v3 01/46] Use DW_ATE_UTF for the Rust 'char' type

[PATCH, nvptx, 1/2] Reimplement libgomp barriers for nvptx
 2022-10-31 14:18 UTC  (3+ messages)
  ` [Ping x2] "

[PATCH] RISC-V: Change constexpr back to CONSTEXPR
 2022-10-31 13:38 UTC  (3+ messages)

[committed] amdgcn: add fmin/fmax patterns
 2022-10-31 13:03 UTC 

[committed] amdgcn: multi-size vector reductions
 2022-10-31 13:03 UTC 

[committed] amdgcn: Silence unused parameter warning
 2022-10-31 13:02 UTC 

[GCC][PATCH] arm: Add cde feature support for Cortex-M55 CPU
 2022-10-31 12:38 UTC  (3+ messages)
  ` [GCC][PATCH v2] "

[PATCH 1/2]middle-end: Add new tbranch optab to add support for bit-test-and-branch operations
 2022-10-31 12:26 UTC  (4+ messages)
` [PATCH 2/2]AArch64 Support new tbranch optab
` [PATCH]AArch64 Extend umov and sbfx patterns

[PATCH 1/8]middle-end: Recognize scalar reductions from bitfields and array_refs
 2022-10-31 12:00 UTC  (8+ messages)
` [PATCH 2/8]middle-end: Recognize scalar widening reductions
` [PATCH 3/8]middle-end: Support extractions of subvectors from arbitrary element position inside a vector
` [PATCH 4/8]AArch64 aarch64: Implement widening reduction patterns
` [PATCH 5/8]AArch64 aarch64: Make existing V2HF be usable
` [PATCH 6/8]AArch64: Add peephole and scheduling logic for pairwise operations that appear late in RTL
` [PATCH 7/8]AArch64: Consolidate zero and sign extension patterns and add missing ones
` [PATCH 8/8]AArch64: Have reload not choose to do add on the scalar side if both values exist on the SIMD side

[PATCH 2/2]AArch64 Perform more late folding of reg moves and shifts which arrive after expand
 2022-10-31 11:48 UTC  (3+ messages)

[PATCH]middle-end Recognize more conditional comparisons idioms
 2022-10-31 11:47 UTC  (3+ messages)

[PATCH]middle-end simplify complex if expressions where comparisons are inverse of one another
 2022-10-31 11:42 UTC  (13+ messages)

Update email address
 2022-10-31 11:14 UTC 

[PATCH] [X86_64]: Enable support for next generation AMD Zen4 CPU
 2022-10-31 10:59 UTC  (14+ messages)

[PATCH] libstdc++: Small extended float support tweaks
 2022-10-31 10:16 UTC  (2+ messages)

[PATCH] Fortran: ordering of hidden procedure arguments [PR107441]
 2022-10-31  9:57 UTC  (5+ messages)

Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
 2022-10-31  9:57 UTC  (17+ messages)

[PATCH] Enable more optimization for 32-bit/64-bit shrd/shld with imm shift count
 2022-10-31  9:41 UTC  (2+ messages)

[PATCH v4] Libvtv: Add loongarch support
 2022-10-31  9:38 UTC  (2+ messages)
`  "

[PATCH] [x86] Fix incorrect digit constraint
 2022-10-31  9:22 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] [PR24021] Implement PLUS_EXPR range-op entry for floats
 2022-10-31  8:42 UTC  (6+ messages)

[RFC] propgation leap over memory copy for struct
 2022-10-31  2:42 UTC 

[PATCH] RISC-V: Add RVV vsetvl/vsetvlmax intrinsics and tests
 2022-10-31  1:42 UTC  (3+ messages)
  `  "

[PATCH] RISC-V: Support load/store in mov<mode> pattern for RVV modes
 2022-10-31  1:42 UTC  (3+ messages)
  `  "

[PATCH] RISC-V: Fix RVV testcases
 2022-10-31  1:40 UTC 

[PATCH 0/6] Add Intel Sierra Forest Instructions
 2022-10-31  1:05 UTC  (7+ messages)
` [PATCH 4/6] Support Intel AVX-NE-CONVERT

[v4 PATCH 0/4] RISC-V: Support z*inx extensions
 2022-10-30 10:49 UTC  (3+ messages)
` [v4 PATCH 4/4] RISC-V: Add zhinx/zhinxmin testcases

[committed] wwwdocs: projects: Remove extra slash at end of <meta http-equiv="refresh">
 2022-10-29 21:40 UTC 

[committed] wwwdocs: gcc-4.3: Switch www.open-std.org to https
 2022-10-29 21:33 UTC 

[committed] wwwdocs: testing: Switch www.netlib.org to https
 2022-10-29 21:18 UTC 

[committed] wwwdocs: gcc-10: Update two developer.arm.com links
 2022-10-29 21:15 UTC 

[committed] wwwdocs: frontends: Adjust Sourceforge links to https
 2022-10-29 15:09 UTC 

[committed] wwwdocs: readings: Update Go-related links to new site
 2022-10-29 15:06 UTC 

[committed] wwwdocs: bugs: Switch www.open-std.org to https
 2022-10-29 15:03 UTC 

Repair --disable-sjlj-exceptions
 2022-10-29 12:14 UTC 

[PATCH] Restore RTL alias analysis for hard frame pointer
 2022-10-29 11:03 UTC  (5+ messages)

[committed] d: Merge upstream dmd, druntime e4f8919591, phobos 3ad507b51
 2022-10-29 11:03 UTC 

[PATCH v4] RISC-V: Libitm add RISC-V support
 2022-10-29  9:03 UTC  (3+ messages)

[PATCH v5] RISC-V: Libitm add RISC-V support
 2022-10-29  9:01 UTC 

[committed] wwwdocs: contribute: Remove <meta name="keywords">
 2022-10-29  8:27 UTC 

[committed] d: Make TARGET_D_MINFO_SECTION hooks in elfos.h the language default
 2022-10-29  7:41 UTC 

[PATCH v1 0/2] Optimize immediate load. Add prefetch insns
 2022-10-29  7:40 UTC  (4+ messages)
` [PATCH v1 1/2] LoongArch: Optimize immediate load
` [PATCH v1 2/2] LoongArch: Add prefetch insns

[PATCH v2 00/10] [RISC-V] Atomics improvements [PR100265/PR100266]
 2022-10-29  5:02 UTC  (5+ messages)

[PATCH] builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128x} builtins
 2022-10-29  4:53 UTC  (2+ messages)

[PATCH] improved const shifts for AVR targets
 2022-10-29  4:52 UTC  (4+ messages)

[PATCH] libgcc: Special-case BFD ld unwind table encodings in find_fde_tail
 2022-10-29  4:20 UTC  (2+ messages)

[committed] More infrastructure to avoid bogus RTL on H8
 2022-10-29  3:35 UTC  (3+ messages)

[PATCH 0/3][stage1] [PATCH v2] LTO dump tool
 2022-10-29  3:22 UTC  (4+ messages)
` [PATCH 2/3] Add lto-dump tool

[PATCH v2] RISC-V: Libitm add RISC-V support
 2022-10-29  3:18 UTC  (3+ messages)

[committed] libstdc++: Fix dangling reference in filesystem::path::filename()
 2022-10-28 23:56 UTC 

[PATCH] x86: Replace ne:CCC/ne:CCO with UNSPEC_CC_NE in neg patterns
 2022-10-28 22:28 UTC  (8+ messages)

[r13-3540 Regression] FAIL: gcc.dg/vect/bb-slp-cond-1.c scan-tree-dump-times vect "loop vectorized" 1 on Linux/x86_64
 2022-10-28 21:18 UTC 

[PATCH] c++: Tweaks for -Wredundant-move [PR107363]
 2022-10-28 20:42 UTC 

[PATCH] docs: document sanitizers can trigger warnings
 2022-10-28 18:45 UTC  (2+ messages)

RFC - VRP1 default mode
 2022-10-28 17:45 UTC  (8+ messages)

[PATCH] c++: -Wdangling-reference and system headers
 2022-10-28 17:32 UTC  (2+ messages)

[PATCH] libstdc++: std::to_chars std::{,b}float16_t support
 2022-10-28 17:16 UTC  (3+ messages)

[PATCH v2 0/1] RFC: P1689R5 support
 2022-10-28 17:15 UTC  (8+ messages)
` [PATCH v2 1/3] libcpp: reject codepoints above 0x10FFFF
` [PATCH v2 2/3] libcpp: add a function to determine UTF-8 validity of a C string
` [PATCH v2 3/3] p1689r5: initial support

[PATCH v4] RISC-V: Add support for inlining subword atomic operations
 2022-10-28 16:55 UTC  (3+ messages)

[PATCH v3] RISC-V: Libitm add RISC-V support
 2022-10-28 16:47 UTC  (3+ messages)

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

[pushed] c++: apply friend attributes sooner
 2022-10-28 15:15 UTC 

[PATCH] libstdc++: Make placeholders inline when inline variables are available
 2022-10-28 14:56 UTC  (2+ messages)

[PATCH] libstdc++: Don't use gstdint.h anymore
 2022-10-28 14:55 UTC  (3+ messages)
` [PATCH v2] "

[committed] libstdc++: Fix allocator propagation in regex algorithms [PR107376]
 2022-10-28 14:27 UTC 

[PATCH v3] LoongArch: Libvtv add loongarch support
 2022-10-28 14:24 UTC  (3+ messages)

vect: Make vect_check_gather_scatter reject offsets that aren't multiples of BITS_PER_UNIT [PR107346]
 2022-10-28 13:46 UTC  (8+ messages)

[PATCH 0/2] ivopts: Fix candidate selection for architectures with limited addressing modes
 2022-10-28 13:39 UTC  (11+ 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/107407 - wrong code with DSE
 2022-10-28 13:22 UTC 

[PATCH] tree-optimization/107447 - avoid hoisting returns-twice calls in LIM
 2022-10-28 13:06 UTC 

[PATCH] tree-optimization/107435 - ICE with recurrence vectorization
 2022-10-28 13:06 UTC 

[PATCH] 16/19 modula2 front end: bootstrap and documentation tools
 2022-10-28 13:05 UTC  (3+ messages)

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

[PATCH] c++: Allow module name to be a single letter on Windows
 2022-10-28  9:15 UTC 

[committed] openmp: Allow optional comma after directive-specifier in C/C++
 2022-10-28  9:09 UTC 

[committed 0/6] amdgcn: Add V32, V16, V8, V4, and V2 vectors
 2022-10-28  9:00 UTC  (5+ messages)
` [committed 6/6] amdgcn: vector testsuite tweaks

[PATCH] [og12] amdgcn: Use FLAT addressing for all functions with pointer arguments
 2022-10-28  8:51 UTC  (4+ messages)
` [PATCH] [og12] OpenACC: Don't gang-privatize artificial variables
    ` OpenACC: Don't gang-privatize artificial variables [PR90115] (was: [PATCH] [og12] OpenACC: Don't gang-privatize artificial variables)

[PATCH] i386: Enable small loop unrolling for O2
 2022-10-28  8:41 UTC  (4+ messages)

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).