public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/9] Add btf_decl_tag C attribute
 2023-07-11 21:57 UTC  (4+ messages)
` [PATCH 2/9] include: add BTF decl tag defines
` [PATCH 5/9] ctf: add support to pass through BTF tags
` [PATCH 6/9] dwarf2ctf: convert annotation DIEs to CTF types

[Patch, Fortran] Allow ref'ing PDT's len() in parameter-initializer [PR102003]
 2023-07-11 21:09 UTC  (9+ messages)

[x86 PATCH] Tweak ix86_expand_int_compare to use PTEST for vector equality
 2023-07-11 20:57 UTC  (3+ messages)

[PATCH] genopinit: Allow more than 256 modes
 2023-07-11 20:24 UTC  (11+ messages)
        `  "
        ` [PATCH v2] "

[x86 PATCH] Fix FAIL of gcc.target/i386/pr91681-1.c
 2023-07-11 20:07 UTC 

[PATCH] Fortran: formal symbol attributes for intrinsic procedures [PR110288]
 2023-07-11 19:56 UTC  (2+ messages)

[x86 PATCH] PR target/110598: Fix rega = 0; rega ^= rega regression
 2023-07-11 19:07 UTC 

[PATCH ver4] rs6000, Add return value to __builtin_set_fpscr_rn
 2023-07-11 18:06 UTC 

[PATCH ver3] rs6000, Add return value to __builtin_set_fpscr_rn
 2023-07-11 18:06 UTC  (5+ messages)

[x86-64] RFC: Add nosse abi attribute
 2023-07-11 16:53 UTC  (15+ messages)

[committed] cfg+gcse: Change return type of predicate functions from int to bool
 2023-07-11 16:36 UTC 

[PATCH 1/1] riscv: thead: Fix ICE when enable XTheadMemPair ISA extension
 2023-07-11 16:02 UTC  (4+ messages)

[PATCH] aarch64: Fix warnings during libgcc build
 2023-07-11 15:20 UTC  (4+ messages)

[PATCH 0/3] testsuite: Exclude vector tests for unsupported targets
 2023-07-11 15:01 UTC  (10+ messages)
` [PATCH 1/3] testsuite: Add check for vectors of 128 bits being supported
` [PATCH 2/3] testsuite: Require 128-bit vectors for bb-slp-pr95839.c
` [PATCH 3/3] testsuite: Require vectors of doubles for pr97428.c

[Patch] libgomp: Update OpenMP memory allocation doc, fix omp_high_bw_mem_space
 2023-07-11 14:17 UTC  (2+ messages)

[PATCH] match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]
 2023-07-11 13:58 UTC  (4+ messages)

[PATCH] or1k: Fix -Wincompatible-pointer-types warning during libgcc build
 2023-07-11 13:57 UTC  (2+ messages)

[PATCH] arc: Fix -Wincompatible-pointer-types warning during libgcc build
 2023-07-11 13:56 UTC  (2+ messages)

[PATCH] riscv: Fix -Wincompatible-pointer-types warning during libgcc build
 2023-07-11 13:56 UTC  (2+ messages)

[PATCH] csky: Fix -Wincompatible-pointer-types warning during libgcc build
 2023-07-11 13:56 UTC  (2+ messages)

[PATCH] m68k: Avoid implicit function declaration in libgcc
 2023-07-11 13:55 UTC  (2+ messages)

[PATCH] c++: coercing variable template from current inst [PR110580]
 2023-07-11 13:49 UTC  (2+ messages)

[PATCH] Fix typo in the testcase
 2023-07-11 13:35 UTC 

[PATCH] fortran: Release symbols in reversed order [PR106050]
 2023-07-11 13:13 UTC  (2+ messages)

[PATCH 4/19]middle-end: Fix scale_loop_frequencies segfault on multiple-exits
 2023-07-11 13:04 UTC  (15+ messages)

Loop-ch improvements, part 1
 2023-07-11 12:46 UTC 

[PATCH V2] VECT: Add COND_LEN_* operations for loop control with length targets
 2023-07-11 12:40 UTC  (4+ messages)

[PATCH] RISC-V: Optimize permutation codegen with vcompress
 2023-07-11 12:35 UTC  (6+ messages)
  `  "

[PATCH 5/19]middle-end: Enable bit-field vectorization to work correctly when we're vectoring inside conds
 2023-07-11 11:03 UTC  (4+ messages)

[PATCH 2/2]middle-end ifcvt: Sort PHI arguments not only occurrences but also complexity [PR109154]
 2023-07-11 10:59 UTC  (2+ messages)

[PATCH 1/2]middle-end ifcvt: Reduce comparisons on conditionals by tracking truths [PR109154]
 2023-07-11 10:59 UTC  (2+ messages)

[PATCH] rs6000: Change GPR2 to volatile & non-fixed register for function that does not use TOC [PR110320]
 2023-07-11 10:57 UTC  (4+ messages)

[PATCH] Include insn-opinit.h in PLUGIN_H [PR110610]
 2023-07-11 10:37 UTC 

[Patch] libgomp: Use libnuma for OpenMP's partition=nearest allocation trait
 2023-07-11 10:35 UTC 

[PATCH 0/3] Fix argument evaluation order [PR92178]
 2023-07-11 10:32 UTC  (4+ messages)
` [PATCH 1/3] fortran: defer class wrapper initialization after deallocation [PR92178]
` [PATCH 2/3] fortran: Factor data references for scalar class argument wrapping [PR92178]
` [PATCH 3/3] fortran: Reorder array argument evaluation parts [PR92178]

[PATCH] tree-optimization/110614 - SLP splat and re-align (optimized)
 2023-07-11 10:22 UTC 

[COMMITTED] ada: Avoid renaming_decl in case of constrained array
 2023-07-11  9:25 UTC 

[COMMITTED] ada: Fix wrong resolution for hidden discriminant in predicate
 2023-07-11  9:25 UTC 

[COMMITTED] ada: Follow-up fix for compilation issue with recent MinGW-w64 versions
 2023-07-11  9:20 UTC  (2+ messages)

[PATCH] Add peephole to eliminate redundant comparison after cmpccxadd
 2023-07-11  9:13 UTC 

[PATCH V4] Optimize '(X - N * M) / N' to 'X / N - M' if valid
 2023-07-11  9:04 UTC 

[PATCH] x86: improve fast bfloat->float conversion
 2023-07-11  8:39 UTC  (5+ messages)

[PATCH v2] vect: Fix vectorized BIT_FIELD_REF for signed bit-fields [PR110557]
 2023-07-11  8:12 UTC  (5+ messages)
  ` Pushed: "
      ` [PATCH pushed] testsuite: Unbreak pr110557.cc where long is 32-bit (was Re: Pushed: [PATCH v2] vect: Fix vectorized BIT_FIELD_REF for signed bit-fields [PR110557])

[PATCH, OpenACC 2.7] readonly modifier support in front-ends
 2023-07-11  7:00 UTC  (2+ messages)

[PATCH v2] tree-optimization/110279- Check for nested FMA chains in reassoc
 2023-07-11  6:51 UTC  (2+ messages)

[PATCH v3] x86: make better use of VBROADCASTSS / VPBROADCASTD
 2023-07-11  6:33 UTC  (2+ messages)

[PATCH ver 2] rs6000, __builtin_set_fpscr_rn add retrun value
 2023-07-11  5:39 UTC  (6+ messages)

[PATCH] riscv: thead: Fix failing XTheadCondMov tests (indirect-rv[32|64])
 2023-07-11  4:44 UTC 

[PATCH] Break false dependence for vpternlog by inserting vpxor
 2023-07-11  4:01 UTC  (5+ messages)
` [PATCH] Break false dependence for vpternlog by inserting vpxor or setting constraint of input operand to '0'
      ` [PATCH v2] "

[PATCH] i386: Guard 128 bit VAES builtins with AVX512VL
 2023-07-11  3:59 UTC  (2+ messages)

[PATCH] Add peephole to eliminate redundant comparison after cmpccxadd
 2023-07-11  3:23 UTC  (2+ messages)

[PATCH] VECT: Add COND_LEN_* operations for loop control with length targets
 2023-07-11  1:47 UTC  (6+ messages)
  `  "

[PATCH] rs6000: Remove redundant initialization [PR106907]
 2023-07-11  1:44 UTC  (4+ messages)

[PATCH v5] rs6000: Update the vsx-vector-6.* tests
 2023-07-11  1:19 UTC  (2+ messages)

[PATCH, OBVIOUS] rs6000: Remove redundant MEM_P predicate usage
 2023-07-10 22:54 UTC  (2+ messages)

[PATCH] Fix typo in insn name
 2023-07-10 22:25 UTC  (3+ messages)

[committed] d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df
 2023-07-10 22:09 UTC 

[PATCH V5] RISC-V: Support gather_load/scatter RVV auto-vectorization
 2023-07-10 21:51 UTC  (2+ messages)

[PATCH] testsuite: fix allocator-opt1.C FAIL with old ABI
 2023-07-10 20:33 UTC 

[PATCH] Improve 64->128 bit zero extension on PowerPC (PR target/108958)
 2023-07-10 20:01 UTC  (2+ messages)

[PATCH] Optimize vec_splats of vec_extract for V2DI/V2DF (PR target/99293)
 2023-07-10 20:00 UTC  (2+ messages)

[committed] reorg: Change return type of predicate functions from int to bool
 2023-07-10 19:55 UTC 

[PATCH v3 0/3] c++: Track lifetimes in constant evaluation [PR70331,...]
 2023-07-10 19:23 UTC  (2+ messages)

[PATCH] libgcc: Fix -Wint-conversion warning in find_fde_tail
 2023-07-10 19:20 UTC  (2+ messages)

[PATCH] gcc-14/changes.html: Deprecate a GCC C extension on flexible array members
 2023-07-10 19:11 UTC 

[PATCH v2] GCSE: Export 'insert_insn_end_basic_block' as global function
 2023-07-10 15:02 UTC  (3+ messages)

[pushed] c++: redeclare_class_template and ttps [PR110523]
 2023-07-10 15:00 UTC 

[PATCH] doc: Add doc for RISC-V Operand Modifiers
 2023-07-10 14:51 UTC  (3+ messages)

[PATCH] doc: Document arm_v8_1m_main_cde_mve_fp
 2023-07-10 14:02 UTC  (6+ messages)
` [PATCH] testsuite: Add _link flavor for several arm_arch* and arm* effective-targets

[PATCH] arm: Fix MVE intrinsics support with LTO (PR target/110268)
 2023-07-10 13:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] libstdc++: Use RAII in std::vector::_M_realloc_insert
 2023-07-10 12:53 UTC  (5+ messages)

[COMMITTED] ada: Add typedefs to snames.h-tmpl
 2023-07-10 12:44 UTC 

[COMMITTED] ada: Simplify assertion to remove CodePeer message
 2023-07-10 12:44 UTC 

[COMMITTED] ada: Documentation for mixed declarations and statements
 2023-07-10 12:44 UTC 

[COMMITTED] ada: hardcfr: optionally disable in leaf functions
 2023-07-10 12:43 UTC 

[COMMITTED] ada: hardcfr: mark throw-expected functions
 2023-07-10 12:43 UTC 

[COMMITTED] ada: Adapt proof of System.Arith_Double to remove CVC4
 2023-07-10 12:43 UTC 

[COMMITTED] ada: Add leafy mode for zero-call-used-regs
 2023-07-10 12:43 UTC 

[PATCH] simplify-rtx: Fix invalid simplification with paradoxical subregs [PR110206]
 2023-07-10 11:57 UTC  (6+ messages)

[PATCH v2] x86: Properly find the maximum stack slot alignment
 2023-07-10 10:32 UTC  (2+ messages)

[PATCH] GCSE: Export add_label_notes as global function
 2023-07-10  8:14 UTC  (6+ 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).