public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v5 1/5] Improve must tail in RTL backend
 2024-05-21 21:45 UTC  (13+ messages)
` [PATCH v5 2/5] C++: Support clang compatible [[musttail]] (PR83324)

[PATCH] c++: canonicity of fn types w/ complex eh specs [PR115159]
 2024-05-21 21:36 UTC  (5+ messages)

[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-05-21 21:36 UTC  (5+ messages)

[PATCH] strlen: Fix up !si->full_string_p handling in count_nonzero_bytes_addr [PR115152]
 2024-05-21 21:01 UTC 

[committed] c++: Fix std dialect hint for std::to_address [PR107800]
 2024-05-21 21:00 UTC 

[PATCH] ubsan: Use right address space for MEM_REF created for bool/enum sanitization [PR115172]
 2024-05-21 20:55 UTC 

[PATCH v1 1/2] Match: Support __builtin_add_overflow for branchless unsigned SAT_ADD
 2024-05-21 19:49 UTC  (3+ messages)
` [PATCH v1 2/2] RISC-V: Add test cases for __builtin_add_overflow "

[PATCH 3/4] Avoid splitting store dataref groups during SLP discovery
 2024-05-21 19:16 UTC  (2+ messages)

[Patch, fortran] PR103312 - [11/12/13/14/15 Regression] ICE in gfc_find_component since r9-1098-g3cf89a7b992d483e
 2024-05-21 18:58 UTC  (3+ messages)

[Patch, aarch64, middle-end] v2: Move pair_fusion pass from aarch64 to middle-end
 2024-05-21 18:50 UTC  (3+ messages)

[Patch, aarch64, middle-end] v3: Move pair_fusion pass from aarch64 to middle-end
 2024-05-21 18:46 UTC 

[PATCH] Fix mixed input kind permute optimization
 2024-05-21 18:42 UTC  (2+ messages)

[PATCH] Fortran: fix bounds check for assignment, class component [PR86100]
 2024-05-21 18:39 UTC  (3+ messages)
` [PING] "

[PATCH] c++: folding non-dep enumerator from current inst [PR115139]
 2024-05-21 18:05 UTC  (2+ messages)

[PATCH] testsuite: Allow for non-SECTION_MERGE systems in gcc.dg/pr115066.c [PR115066]
 2024-05-21 18:04 UTC  (2+ messages)

[COMMITTED] RISC-V: avoid LUI based const mat in alloca epilogue expansion
 2024-05-21 17:52 UTC 

[PATCH v1 2/2] RISC-V: Add test cases for branch form unsigned SAT_ADD
 2024-05-21 17:46 UTC  (2+ messages)

[PATCH v3 1/2] RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733]
 2024-05-21 17:38 UTC  (6+ messages)
` [PATCH v3 2/2] RISC-V: avoid LUI based const mat in alloca epilogue expansion

[COMMITTED] RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733]
 2024-05-21 17:36 UTC 

[PATCH v1 2/2] RISC-V: Add test cases for __builtin_add_overflow branch form unsigned SAT_ADD
 2024-05-21 17:28 UTC  (2+ messages)

[committed] PATCH for Re: Stepping down as maintainer for ARC and Epiphany
 2024-05-21 16:43 UTC  (6+ messages)

[Patch, aarch64, middle-end] Move pair_fusion pass from aarch64 to middle-end
 2024-05-21 15:05 UTC  (8+ messages)

[PATCH v3] aarch64: Fix normal returns inside functions which use eh_returns [PR114843]
 2024-05-21 15:00 UTC  (2+ messages)

[PATCH] RISC-V: Enable vectorization for vect-early-break_124-pr114403.c
 2024-05-21 14:58 UTC  (3+ messages)

Musttail patchkit v6
 2024-05-21 14:28 UTC  (9+ messages)
` [PATCH v6 1/8] Improve must tail in RTL backend
` [PATCH v6 2/8] Add a musttail generic attribute to the c-attribs table
` [PATCH v6 3/8] C++: Support clang compatible [[musttail]] (PR83324)
` [PATCH v6 4/8] C: Implement musttail attribute for returns
` [PATCH v6 5/8] Add tests for C/C++ musttail attributes
` [PATCH v6 6/8] Enable musttail tail conversion even when not optimizing
` [PATCH v6 7/8] Give better error messages for musttail
` [PATCH v6 8/8] Add documentation for musttail attribute

[PATCH v1 1/2] Match: Support __builtin_add_overflow branch form for unsigned SAT_ADD
 2024-05-21 13:46 UTC  (5+ messages)

[PATCH] rs6000: Don't pass -many to the assembler [PR112868]
 2024-05-21 13:27 UTC 

[PATCH] i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW
 2024-05-21 13:04 UTC  (8+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 4/4] Testsuite updates
 2024-05-21 12:48 UTC 

[PATCH 2/4] Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling
 2024-05-21 12:44 UTC 

[PATCH 1/4] Avoid requiring VEC_PERM represenatives
 2024-05-21 12:44 UTC 

[PATCH] driver: Use <triple>-as/ld as final fallback instead of as/ld for cross
 2024-05-21 12:42 UTC  (3+ messages)

c23 type compatibility rules, v3
 2024-05-21 12:18 UTC  (8+ messages)
` [C PATCH] Fix for some variably modified types not being recognized [PR114831]
` [C PATCH] Fix for redeclared enumerator initialized with different type [PR115109]
  ` [C PATCH, v2] "
  ` [C PATCH]: allow aliasing of compatible types derived from enumeral types [PR115157]

[PATCH] testsuite: Verify r0-r3 are extended with CMSE
 2024-05-21 11:06 UTC  (5+ messages)
` [PATCH v2] "
    ` [PING] "
      ` [PING^2] "

[PATCH v3] Match: Extract ternary_integer_types_match_p helper func [NFC]
 2024-05-21 10:47 UTC  (3+ messages)

[Patch, aarch64, middle-end] v1: Move pair_fusion pass from aarch64 to middle-end
 2024-05-21 10:24 UTC 

[PATCH] tree-optimization/115137 - more ptr-vs-ptr compare fixes
 2024-05-21  9:59 UTC 

[PATCH] Cache the set of EH_RETURN_DATA_REGNOs
 2024-05-21  9:13 UTC  (2+ messages)

[Ada] Fix PR ada/115168
 2024-05-21  9:13 UTC 

[PATCH] tree-optimization/115149 - VOP live and missing PHIs
 2024-05-21  8:51 UTC 

[Patch] Fortran: invoke.texi - link to OpenCoarrays.org + mention libcaf_single
 2024-05-21  8:20 UTC  (4+ messages)

[Patch] contrib/gcc-changelog/git_update_version.py: Add ignore commit, improve diagnostic
 2024-05-21  7:57 UTC  (5+ messages)
` [Patch] contrib/gcc-changelog/git_update_version.py: Improve diagnostic (was: [Patch] contrib/gcc-changelog/git_update_version.py: Add ignore commit, improve diagnostic)
    ` [Patch] contrib/gcc-changelog/git_update_version.py: Improve diagnostic

[COMMITTED 01/31] ada: Add new Mingw task priority mapping
 2024-05-21  7:30 UTC  (31+ messages)
` [COMMITTED 02/31] ada: Follow-up fix to previous change for Text_Ptr
` [COMMITTED 03/31] ada: Remove trailing NUL in minimal expansion of Put_Image attribute
` [COMMITTED 04/31] ada: Remove conversion from String_Id to String and back to String_Id
` [COMMITTED 05/31] ada: Do not leak tagged type names when Discard_Names is enabled
` [COMMITTED 06/31] ada: Update documentation of warning messages
` [COMMITTED 07/31] ada: Fix index entry for an implemented AI feature
` [COMMITTED 08/31] ada: Sort list of implemented Ada 2012 features
` [COMMITTED 09/31] ada: Fix formatting in "
` [COMMITTED 10/31] ada: Remove some explicit yields in tasking run-time
` [COMMITTED 11/31] ada: Simplify management of scopes while inlining
` [COMMITTED 12/31] ada: Add elaboration switch tags to info messages
` [COMMITTED 13/31] ada: Remove useless trampolines caused by Unchecked_Conversion
` [COMMITTED 14/31] ada: Remove duplicate statement
` [COMMITTED 15/31] ada: Fix layout in a list of aspects
` [COMMITTED 16/31] ada: Missing constraint check for initial value of object with address clause
` [COMMITTED 17/31] ada: Fix oversight in previous change
` [COMMITTED 18/31] ada: Fix small inaccuracy for Size attribute applied to objects
` [COMMITTED 19/31] ada: Fix crash on aliased constant with packed array type and -g switch
` [COMMITTED 20/31] ada: Fix assembler error for gigantic library-level object on 64-bit Windows
` [COMMITTED 21/31] ada: Remove unused dependencies from gnatbind object list
` [COMMITTED 22/31] ada: Avoid temporary for conditional expression of discriminated record type
` [COMMITTED 23/31] ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_Proc
` [COMMITTED 24/31] ada: Minor typo fix in comment
` [COMMITTED 25/31] ada: Fix crash with aliased array and if expression
` [COMMITTED 26/31] ada: Fix strict aliasing violation in parameter passing
` [COMMITTED 27/31] ada: Make detection of useless copy for return more robust
` [COMMITTED 28/31] ada: Fix strict aliasing violation in parameter passing (continued)
` [COMMITTED 29/31] ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022
` [COMMITTED 30/31] ada: Simplify test for propagation of attributes to subtypes
` [COMMITTED 31/31] ada: Streamline implementation of simple nonbinary modular operations

Proof Of Payment
 2024-05-21  7:25 UTC 

[PATCH 1/2] Simplify (AND (ASHIFTRT A imm) mask) to (LSHIFTRT A imm) for vector mode
 2024-05-21  6:50 UTC  (3+ messages)
` [PATCH 2/2] [x86] Adjust rtx_cost for MEM to enable more simplication

[PATCH] Don't reduce estimated unrolled size for innermost loop
 2024-05-21  6:14 UTC  (6+ messages)

[PATCH] match: Disable `(type)zero_one_valuep*CST` for 1bit signed types [PR115154]
 2024-05-21  6:09 UTC  (2+ messages)

[PATCH] PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]
 2024-05-21  6:07 UTC  (4+ messages)

[PATCH] x86: Fix Logical Shift Issue in expand_vec_perm_psrlw_psllw_por [PR115146]
 2024-05-21  6:01 UTC 

[PATCH] rs6000: Fix issue in specifying PTImode as an attribute [PR106895]
 2024-05-21  4:58 UTC  (5+ messages)
  ` [PING^1][PATCH] "
    ` [PATCH v2] "
      ` [PING^1][PATCH "
        ` [PING^2][PATCH "

[PATCH] rs6000: load high and low part of 128bit vector independently [PR110040]
 2024-05-21  4:57 UTC  (4+ messages)
  ` [PING^2][PATCH] "
    ` [PING^3][PATCH] "
      ` [PING^4][PATCH] "

[PATCH 0/4]AArch64: support conditional early clobbers on certain operations
 2024-05-21  3:24 UTC  (7+ messages)

enable __ieee128 for p9vector tests
 2024-05-21  3:04 UTC  (13+ messages)
      ` ppc: testsuite: prune float128 partial support warnings
        ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128 (was: Re: ppc: testsuite: prune float128 partial support warnings)
              ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128
                          ` [PATCH v2] [testsuite] xfail pr79004 on longdouble64; drop long_double_64bit (was: ppc: testsuite: pr79004 needs -mlong-double-128)

[PATCH-3] Value Range: Add range op for builtin isnormal
 2024-05-21  2:54 UTC 

[PATCH-2v3] Value Range: Add range op for builtin isfinite
 2024-05-21  2:52 UTC 

[PATCH-1v2] Value Range: Add range op for builtin isinf
 2024-05-21  2:52 UTC 

[PATCH] [testsuite] cope with rtems implicit -ftls-model=local-exec
 2024-05-21  2:51 UTC 

Join the iluminati
 2024-05-21  0:36 UTC 

[PATCH] modula2: Fully respect DESTDIR in texi rule
 2024-05-20 23:20 UTC  (2+ messages)

[PATCH v9 0/5] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-05-20 22:31 UTC  (4+ messages)
` Ping * 2 "
    ` 3rd Ping "

[PATCH] c++: Strengthen checks on 'main'
 2024-05-20 22:03 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++/modules: Remember that header units have CMIs
 2024-05-20 22:00 UTC  (4+ messages)
  ` [PATCH v2] "

[x86 SSE] Improve handling of ternlog instructions in i386/sse.md
 2024-05-20 21:46 UTC  (4+ messages)
  ` [x86 SSE] Improve handling of ternlog instructions in i386/sse.md (v2)

[PATCH] aarch64: Fold vget_low_* intrinsics to BIT_FIELD_REF [PR102171]
 2024-05-20 20:36 UTC  (4+ messages)

committed: Stepping down as maintainer for ARC and Epiphany
 2024-05-20 20:31 UTC  (2+ messages)

CFG edge visualization to path-printing bootstrap failure
 2024-05-20 17:56 UTC 

[COMMITTED] Regenerate riscv.opt.urls and i386.opt.urls
 2024-05-20 16:51 UTC  (4+ messages)

[PATCH v2 0/2] RISC-V improve stack/array access by constant mat tweak
 2024-05-20 16:44 UTC  (8+ messages)
` [PATCH v2 2/2] RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733]
            ` epilogue expansion alloca codepath (was Re: [PATCH v2 2/2] RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733])

[PATCH] middle-end: Expand {u|s}dot product support in autovectorizer
 2024-05-20 16:28 UTC  (7+ messages)

[PATCH 00/12] aarch64: Extend aarch64_feature_flags to 128 bits
 2024-05-20 15:53 UTC  (4+ messages)

[Patch, aarch64] Further renaming of generic code
 2024-05-20 14:31 UTC  (2+ messages)

[PATCH v1 1/2] Match: Support branch form for unsigned SAT_ADD
 2024-05-20 11:50 UTC  (2+ messages)

[PATCH v1] Match: Extract integer_types_ternary_match helper to avoid code dup [NFC]
 2024-05-20 11:48 UTC  (5+ messages)

[PATCH v2] Match: Extract integer_types_ternary_match helper to avoid code dup [NFC]
 2024-05-20 10:59 UTC 

[PATCH] AArch64: Improve costing of ctz
 2024-05-20 10:03 UTC  (2+ messages)

[PATCH] AArch64: Fix printing of 2-instruction alternatives
 2024-05-20  9:58 UTC  (2+ messages)

[PATCHv2] Optab: add isnormal_optab for __builtin_isnormal
 2024-05-20  8:15 UTC 

[PATCHv2] Optab: add isfinite_optab for __builtin_isfinite
 2024-05-20  8:15 UTC 

[Patch, aarch64] v7: Preparatory patch to place target independent and dependent changed code in one file
 2024-05-20  8:11 UTC  (2+ messages)

[COMMITTED 01/30] ada: Rework and augment documentation on strict aliasing
 2024-05-20  7:48 UTC  (8+ messages)
` [COMMITTED 24/30] ada: Error on instantiation of generic containing legal container aggregate
` [COMMITTED 25/30] ada: Add Is_Base_Type predicate to C interface
` [COMMITTED 26/30] ada: Formal package comment corrections in sinfo.ads
` [COMMITTED 27/30] ada: Get rid of secondary stack for indefinite record types with size clause
` [COMMITTED 28/30] ada: Fix internal error on nested aggregate in conditional expression
` [COMMITTED 29/30] ada: Add direct workaround for limitations of RTSfind mechanism
` [COMMITTED 30/30] ada: Allow 'others' in formal packages with overloaded formals

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