public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus struct rework, etc.)
 2022-03-18 16:24 UTC  (2+ messages)
` [PATCH v2 01/11] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)

[PATCH] [GIMPLE FE] allow to unit test loop passes
 2022-03-18 16:18 UTC  (2+ messages)

[PATCH RFC] mips: add TARGET_ZERO_CALL_USED_REGS hook [PR104817, PR104820]
 2022-03-18 16:09 UTC  (13+ messages)

[PATCH] Ignore (possible) signed zeros in operands of FP comparisons
 2022-03-18 16:01 UTC  (10+ messages)

[committed] libstdc++: Simplify constraints for std::any construction [PR104242]
 2022-03-18 15:48 UTC  (2+ messages)

[pushed] testsuite, modules, Darwin: Adjust expected output for older OS versions
 2022-03-18 15:38 UTC 

[PATCH][openmp] Set location for taskloop stmts
 2022-03-18 15:34 UTC  (5+ messages)

[committed][openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPR
 2022-03-18 14:47 UTC 

[Patch] Fortran/OpenMP: Improve associate-name diagnostic [PR103039]
 2022-03-18 13:21 UTC  (2+ messages)

[committed] libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]
 2022-03-18 12:51 UTC  (5+ messages)

[PATCH] libstdc++: Reduce header dependencies from PSTL headers [PR92546]
 2022-03-18 10:46 UTC  (4+ messages)

[PATCH 0/3] RISC-V: Add Ratified Cache Management Operation ISA Extensions
 2022-03-18 10:37 UTC  (5+ messages)
` [PATCH 3/3] RISC-V:Cache Management Operation instructions testcases

[PATCH] [avx512fp16] Refine HImode movement for "v" to "v"
 2022-03-18 10:34 UTC  (2+ messages)

[PATCH] Avoid a warning of overflow
 2022-03-18 10:07 UTC 

[PATCH] x86: Correct march=sapphirerapids to base on icelake server
 2022-03-18  7:28 UTC  (2+ messages)

[r12-4438 Regression] FAIL: libgomp.c/places-10.c execution test on Linux/x86_64
 2022-03-18  7:21 UTC  (5+ messages)
` [committed] openmp: Fix handling of numa_domains(1)
    ` [PATCH] openmp: Fix up gomp_affinity_init_numa_domains

[PATCH] RISC-V: Implement ZTSO extension
 2022-03-18  6:52 UTC  (2+ messages)

[r12-7693 Regression] FAIL: gcc.target/i386/pr90356.c scan-assembler pxor on Linux/x86_64
 2022-03-18  4:46 UTC 

[committed] analyzer: fixes to -fdump-analyzer-state-purge
 2022-03-17 22:40 UTC 

[committed] analyzer: fix program_point::get_next for PK_BEFORE_STMT
 2022-03-17 22:40 UTC 

[PATCHv2, rs6000] Add V1TI into vector comparison expand [PR103316]
 2022-03-17 22:03 UTC  (2+ messages)

[PATCH] PR tree-optimization/102943 - Always use dominators in the cache when available
 2022-03-17 20:36 UTC  (2+ messages)

[x86_64 PATCH] PR 90356: Use xor to load const_double 0.0 on SSE (always)
 2022-03-17 19:54 UTC  (3+ messages)

[PATCH] middle-end/104854: Limit strncmp overread warnings
 2022-03-17 18:13 UTC  (18+ messages)
` [PATCH v2] "

[r12-7687 Regression] FAIL: gcc.target/i386/bt-5.c scan-assembler-times bt[lq][ \t] 7 on Linux/x86_64
 2022-03-17 18:08 UTC 

[committed] libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]
 2022-03-17 17:52 UTC 

[committed] libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]
 2022-03-17 17:52 UTC 

[PATCH] libatomic: Improve 16-byte atomics on Intel AVX [PR104688]
 2022-03-17 17:41 UTC  (3+ messages)
` Patch ping (Re: [PATCH] libatomic: Improve 16-byte atomics on Intel AVX [PR104688])

[PATCH] c++: memory corruption during name lookup w/ modules [PR99479]
 2022-03-17 15:21 UTC  (3+ messages)

[PATCH][final] Handle compiler-generated asm insn
 2022-03-17 15:09 UTC  (3+ messages)
` [PING][PATCH][final] "
  ` [PING^2][PATCH][final] "

[PATCH v2] x86: Also check _SOFT_FLOAT in <x86gprintrin.h>
 2022-03-17 15:05 UTC  (6+ messages)

[committed] libstdc++: Fix comment in testsuite utility
 2022-03-17 12:24 UTC 

[PATCH RFC] Fix ICE due to shared BLOCK node in coroutine generation [PR103328]
 2022-03-17 11:37 UTC 

[PATCH]rs6000: optimize li+rldicr+cmpd==>rotldi+cmpldi for 16bits
 2022-03-17 10:47 UTC 

[PATCH] testsuite: fixup pr97521.c and pr96713.c on i686-*
 2022-03-17  9:41 UTC 

[PATCH] gcc-12: Re-enable split-stack support for GNU/Hurd
 2022-03-17  9:05 UTC  (2+ messages)

[PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]
 2022-03-17  9:00 UTC  (5+ messages)

[PATCH] tree-optimization/104960 - unsplit edges after late sinking
 2022-03-17  8:50 UTC 

[og8] OpenACC 'kernels' construct changes: splitting of the construct into several regions
 2022-03-17  8:04 UTC  (3+ messages)
` Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs (was: [og8] OpenACC 'kernels' construct changes: splitting of the construct into several regions)
  ` Enhance further testcases to verify Openacc 'kernels' decomposition

[PATCH 0/3] openacc: Gang-private variables in shared memory
 2022-03-17  7:59 UTC  (7+ messages)
` [PATCH 1/3] openacc: Add support for gang local storage allocation "
        ` OpenACC privatization diagnostics vs. 'assert' [PR102841]
        ` Enhance further testcases to verify handling of OpenACC privatization level [PR90115]

[PATCH] gimplify: Emit clobbers for TARGET_EXPR_SLOT vars later [PR103984]
 2022-03-17  7:31 UTC  (2+ messages)

[PATCH] [i386] Prevent vectorization for load from parm_decl at O2 to avoid STF issue
 2022-03-17  7:12 UTC  (6+ messages)
` [PATCH] [i386] Add extra cost for unsigned_load which may have stall forward issue

[PATCH] c++/96765: warn when casting "this" to Derived* in Base ctor/dtor
 2022-03-17  5:51 UTC  (3+ messages)
  ` [PATCH v2] c++/96765: warn when casting Base* "

[BACKPORT] Backport PR fortran/96983 fix to GCC 11
 2022-03-17  2:08 UTC 

[PATCH] tree-optimization: [PR103855] Fold (type)X / (type)Y
 2022-03-17  0:49 UTC  (4+ messages)
    ` [PATCH][v2] tree-optimization: Fold (type)X / (type)Y [PR103855]

[PATCH] fortran: Separate associate character lengths earlier [PR104570]
 2022-03-16 21:24 UTC  (2+ messages)

[PATCH] c++: alias template and empty parameter packs [PR104008]
 2022-03-16 21:18 UTC 

rs6000: RFC/Update support for addg6s instruction. PR100693
 2022-03-16 20:59 UTC  (4+ messages)

libgo: update to 1.18 release
 2022-03-16 20:52 UTC 

RFA: crc builtin functions & optimizations
 2022-03-16 20:23 UTC  (11+ messages)
    ` Fwd: "

[PATCH][Middle-end][Backport to GCC11][PR100775]Updating the reg use in exit block for -fzero-call-used-regs
 2022-03-16 20:23 UTC  (3+ messages)

[r12-7670 Regression] FAIL: g++.dg/tree-ssa/pr86544.C -std=gnu++98 scan-tree-dump-times phiopt4 "if" 0 on Linux/x86_64
 2022-03-16 18:38 UTC 

[committed] analyzer: early rejection of disabled warnings [PR104955]
 2022-03-16 18:06 UTC 

[aarch64] Implement determine_suggested_unroll_factor
 2022-03-16 18:01 UTC  (2+ messages)

[C PATCH] PR c/98198: ICE-on-invalid-code error recovery
 2022-03-16 17:57 UTC  (2+ messages)

[aarch64] Update regmove costs for neoverse-v1 and neoverse-512tvb tunings
 2022-03-16 17:12 UTC  (2+ messages)

[aarch64] Update reg-costs to differentiate between memmove costs
 2022-03-16 17:10 UTC  (2+ messages)

[PATCH] c++: Fix up constexpr evaluation of new with zero sized types [PR104568]
 2022-03-16 16:55 UTC  (5+ messages)
      ` [PATCH] c++, v2: "

[PATCH] libstdc++: Ensure that std::from_chars is declared when supported
 2022-03-16 16:54 UTC  (6+ messages)

[aarch64] Add Demeter tuning structs
 2022-03-16 16:28 UTC  (2+ messages)

[aarch64] Add Neoverse N2 tuning structs
 2022-03-16 16:09 UTC  (2+ messages)

[PATCH] handle "invisible" reference in -Wdangling-pointer (PR104436)
 2022-03-16 15:47 UTC  (5+ messages)

[PATCH] tree-optimization/104941: Actually assign the conversion result
 2022-03-16 15:04 UTC  (2+ messages)

[aarch64] Update Neoverse N2 core definition
 2022-03-16 15:00 UTC 

[PATCH][GCC11] tree-optimization/104931 - mitigate niter analysis issue
 2022-03-16 14:01 UTC 

[PATCH] OpenMP, Fortran: Bugfix for omp_set_num_teams
 2022-03-16 13:36 UTC  (4+ messages)

[PATCH] RISC-V: Handle combine extension in canonical ordering
 2022-03-16 13:08 UTC  (2+ messages)

[PATCH] Avoid generating unused labels in genmatch
 2022-03-16 13:00 UTC  (3+ messages)

[PATCH] Generate an if instead of a switch with one case in genmatch
 2022-03-16 12:53 UTC  (2+ messages)

[PATCH] tree-optimization/102008 - restore if-conversion of adjacent loads
 2022-03-16 12:50 UTC  (2+ messages)

[PATCH] rs6000: Allow using -mlong-double-64 after -mabi={ibm,ieee}longdouble [PR104208, PR87496]
 2022-03-16 12:33 UTC  (2+ messages)
          ` [PATCH] rs6000: Allow using -mlong-double-64 after -mabi={ibm, ieee}longdouble "

[PATCH v8 00/12] Add LoongArch support
 2022-03-16 12:31 UTC  (3+ messages)

[PATCH] Fix PR 101515 (ICE in pp_cxx_unqualified_id, at cp/cxx-pretty-print.c:128)
 2022-03-16 10:29 UTC  (11+ messages)
              ` [PATCH] c-family: Fix ICE in pp_cxx_unqualified_id, at cp/cxx-pretty-print.c:128 [PR101515]

[PATCH] aarch64: Fix up RTL sharing bug in aarch64_load_symref_appropriately [PR104910]
 2022-03-16  9:22 UTC  (3+ messages)

[PATCH] [i386] Don't fold __builtin_ia32_blendvpd w/o sse4.2
 2022-03-16  8:41 UTC  (2+ messages)

[PATCH] tree-optimization/104942: Retain sizetype conversions till the end
 2022-03-16  8:33 UTC  (2+ messages)

[PATCH v2] Performance/size improvement to single_use when matching GIMPLE
 2022-03-16  8:20 UTC  (2+ messages)

[committed] MAINTAINERS: Add myself to DCO section
 2022-03-16  4:28 UTC 

[PATCH] libgompd: add OMPD support, libgompd initialization and global ICVs functions
 2022-03-16  3:48 UTC  (3+ messages)

[x86 PATCH] PR target/94680: Clear upper bits of V2DF using movq (like V2DI)
 2022-03-16  2:55 UTC  (2+ messages)

[PATCH] rs6000: Improve .machine
 2022-03-15 22:29 UTC  (5+ messages)

[committed] analyzer: add test coverage for PR 95000
 2022-03-15 21:59 UTC 

[committed] analyzer: presize m_cluster_map in store copy ctor
 2022-03-15 21:58 UTC 

[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
 2022-03-15 21:26 UTC 

[PATCH] c++: further lookup_member simplification
 2022-03-15 21:06 UTC  (2+ messages)

[PATCH] c++: fold calls to std::move/forward [PR96780]
 2022-03-15 21:03 UTC  (10+ messages)

[wwwdocs] cxx-dr-status: Update from C++ Core Language Issue TOC, Revision 108
 2022-03-15 17:13 UTC 

[PATCH] wwwdocs: fedora-devel-list archives changes
 2022-03-15 16:22 UTC  (2+ messages)

[PATCH] rs6000: Fix invalid address passed to __builtin_mma_disassemble_acc [PR104923]
 2022-03-15 13:53 UTC  (2+ messages)

semi-finished patch: dead zero/sign extension elimination
 2022-03-15 13:52 UTC 

[PATCH 0/8] rs6000: Built-in function cleanups and bug fixes
 2022-03-15 13:18 UTC  (3+ messages)
` [PATCH 8/8] rs6000: Fix some missing built-in attributes [PR104004]
  ` rs6000 patch ping: "

[PATCH] riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229]
 2022-03-15 12:30 UTC  (2+ 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).