public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC v2] bpf.2: Use standard types and attributes
 2021-05-16  9:16 UTC  (3+ messages)
` [PATCH v3] "

reorg.c (fill_slots_from_thread): Reinstate code typoed out in "Remove CC0"
 2021-05-15 19:41 UTC  (2+ messages)

[PATCHv2 0/4] ROP support
 2021-05-15 19:06 UTC  (16+ messages)
` [PATCH 1/4] rs6000: Add -mrop-protect and -mprivileged flags
` [PATCH 2/4] rs6000: Emit ROP-mitigation instructions in prologue and epilogue
` [PATCH 3/4] rs6000: Conditionally define __ROP_PROTECT__
` [PATCH 4/4] rs6000: Add ROP tests

doc/tm.texi.in (Condition Code): Tweak post-cc0 wording
 2021-05-15 18:44 UTC 

[PATCH] phiopt: Optimize (x <=> y) cmp z [PR94589]
 2021-05-15 10:09 UTC  (7+ messages)

[PATCH] tree-sra: Avoid refreshing into const base decls (PR 100453)
 2021-05-15  8:33 UTC  (5+ messages)

[PATCH 0/5] OpenACC/OpenMP: Rework struct component handling
 2021-05-14 21:27 UTC  (6+ messages)
` [PATCH 1/5] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offset
` [PATCH 2/5] Refactor struct lowering for OpenMP/OpenACC in gimplify.c
` [PATCH 3/5] Rewrite GOMP_MAP_ATTACH_DETACH mappings for OpenMP also
` [PATCH 4/5] Rework indirect struct handling for OpenACC/OpenMP in gimplify.c
` [PATCH 5/5] Mapping of components of references to pointers to structs for OpenMP/OpenACC

[PATCH] implement pre-c++20 contracts
 2021-05-14 21:09 UTC  (15+ messages)
              ` [PATCH] PING "

[PATCH] libstdc++: Simplify range adaptors' forwarding of bound args when possible
 2021-05-14 18:27 UTC 

[PATCH][AArch64]: Use UNSPEC_LD1_SVE for all LD1 loads
 2021-05-14 17:20 UTC  (2+ messages)

[PATCH] libstdc++: Fix wrong thread waking on notify [PR100334]
 2021-05-14 17:09 UTC  (4+ messages)

[Patch] Fortran/OpenMP: Support 'omp parallel master'
 2021-05-14 16:49 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Handle implicit SAVE for variables in main
 2021-05-14 16:46 UTC  (2+ messages)

[pushed] c++: simplify enclosing_instantiation_of [PR95870]
 2021-05-14 16:11 UTC 

[PATCH] Add gnu::diagnose_as attribute
 2021-05-14 16:05 UTC  (2+ messages)

[PATCH] split loop for NE condition
 2021-05-14 14:58 UTC  (7+ messages)
          ` [RFC] "

[GOVERNANCE] Where to file complaints re project-maintainers?
 2021-05-14 14:47 UTC  (9+ messages)

[PATCH] avoid using an incompletely populated struct (PR 100574)
 2021-05-14 14:45 UTC  (7+ messages)

[committed] Add testcases for already fixed PRs PR88872, PR90019, PR94616, PR95226
 2021-05-14 14:34 UTC 

[Patch] gcc/configure.ac: Fix cross build by using $(CFLAGS-$@) [PR100598]
 2021-05-14 14:19 UTC 

[PATCH, OpenMP 5.0] Implement relaxation of implicit map vs. existing device mappings (for mainline trunk)
 2021-05-14 13:20 UTC 

[PATCH, OG10, OpenMP 5.0, committed] Remove array section base-pointer mapping semantics, and other front-end adjustments
 2021-05-14 13:11 UTC  (3+ messages)

[PATCH, LIBPHOBOS] Cleanup temp files in libphobos unittest at src/std/process.d
 2021-05-14 12:24 UTC  (5+ messages)

[PATCH] tsan: fix false positive for pthread_cond_clockwait
 2021-05-14 10:10 UTC  (4+ messages)

Why don't recently added -Wexceptions and -Winvalid-imported-macros use "Warning" flag?
 2021-05-14  9:42 UTC 

[PR66791][ARM] Replace __builtin_neon_vtst*
 2021-05-14  9:34 UTC  (8+ messages)

[PATCH] [PR rtl/optimization/98694] Fix incorrect optimization by cprop_hardreg
 2021-05-14  9:09 UTC  (13+ messages)
              ` [PATCH] regcprop: Fix another cprop_hardreg bug [PR100342]

[PATCH] aarch64: Make sqdmlal2 patterns match canonical RT
 2021-05-14  9:07 UTC 

[OG11] Merge GCC 11 into branch, cherry picks from mainline
 2021-05-14  8:51 UTC 

[PATCH] gcc-changelog: detect Co-Authored-By before ChangeLog entries
 2021-05-14  8:45 UTC 

Question about non-POD class type
 2021-05-14  8:30 UTC 

[PATCH] go/100537 - Bootstrap-O3 and bootstrap-debug fail
 2021-05-14  8:21 UTC  (4+ messages)

[DWARF] Couple of pending patches
 2021-05-14  7:47 UTC 

[PATCH] Port gnat-style to Sphinx
 2021-05-14  7:32 UTC  (2+ messages)

[pushed] libsanitizer, Darwin : Handle missing __builtin_os_log_format
 2021-05-14  7:18 UTC  (3+ messages)

[PATCH] rs6000: Expand fmod and remainder when built with fast-math [PR97142]
 2021-05-14  7:13 UTC  (3+ messages)
` Ping: "

[PATCH V8 0/7] Support for the CTF and BTF debug formats
 2021-05-14  7:12 UTC  (8+ messages)
` [PATCH V8 1/7] dwarf: add a dwarf2int.h internal interface
` [PATCH V8 2/7] dwarf: new dwarf_debuginfo_p predicate
` [PATCH V8 3/7] dejagnu: modularize gcc-dg-debug-runtest a bit
` [PATCH V8 4/7] CTF/BTF debug formats
` [PATCH V8 5/7] CTF/BTF testsuites
` [PATCH V8 6/7] CTF/BTF documentation
` [PATCH V8 7/7] Enable BTF generation in the BPF backend

[RFC] Run pass_sink_code once more after ivopts/fre
 2021-05-14  7:10 UTC  (12+ messages)

[PATCH] rs6000: Fix wrong code generation for vec_sel [PR94613]
 2021-05-14  6:57 UTC  (4+ messages)
` *Ping*: "

[PATCH] [i386] Fix _mm256_zeroupper to notify LRA that vzeroupper will kill sse registers. [PR target/82735]
 2021-05-14  2:27 UTC  (8+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-05-14  2:11 UTC  (11+ messages)

[PATCH RFA] tree-iterator: C++11 range-for and tree_stmt_iterator
 2021-05-14  1:50 UTC  (4+ messages)

[PATCH] libsanitizer: merge from master
 2021-05-14  1:26 UTC  (6+ messages)
        ` [PATCH] libsanitizer: cherry-pick from upstream

[PATCH RFA (diagnostic)] c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]
 2021-05-14  1:07 UTC  (4+ messages)

[PATCH] c++: Check attributes on friend declarations [PR99032]
 2021-05-14  0:36 UTC  (9+ messages)
      ` [PATCH v2] "

[PATCH] libgccjit: Handle truncation and extension for casts [PR 95498]
 2021-05-13 23:58 UTC  (7+ messages)

[PATCH] avoid a couple of missing -Wuninitialized (PR 98583, 93100)
 2021-05-13 22:13 UTC  (3+ messages)

[PATCH] c++: Prune dead functions
 2021-05-13 22:08 UTC 

[wwwdocs, patch] gcc-12/changes.html: Document -mptx for nvptx
 2021-05-13 22:06 UTC 

[COMMIT] wwwdocs: Document devel/omp/gcc-11
 2021-05-13 21:28 UTC 

[PATCH] Bail in bounds_of_var_in_loop if scev returns NULL
 2021-05-13 20:15 UTC 

[committed] libgcc: pru: Place mpyll into its own section
 2021-05-13 20:14 UTC 

[PATCH] Remove unused variable
 2021-05-13 19:48 UTC  (3+ messages)

[PATCH] Fix awk substr invocation in libgo buildsystem
 2021-05-13 19:09 UTC  (2+ messages)

[PATCH] IBM Z: Avoid bash-specific substitution in configure
 2021-05-13 18:58 UTC  (2+ messages)

[PUSHED] Skip out on processing __builtin_clz when varying
 2021-05-13 18:01 UTC  (4+ messages)

[PATCH] attributes: target_clone expects a string argument
 2021-05-13 17:30 UTC  (4+ messages)

[committed] libphobos: Fix static asserts on NetBSD, FreeBSD, DragonflyBSD
 2021-05-13 17:25 UTC 

[PATCH] Warn for excessive argument alignment in main
 2021-05-13 16:15 UTC  (2+ messages)

[PATCH] config: delete unused sim macros
 2021-05-13 15:24 UTC  (2+ messages)

[committed] openmp: Add testcases to verify OpenMP 5.0 2.14 and OpenMP 5.1 2.17 rules [PR99928]
 2021-05-13 15:19 UTC 

[GCC-10 backport][PATCH] arm: Remove duplicate definitions from arm_mve.h (pr100419)
 2021-05-13 14:07 UTC  (2+ messages)

[GCC-11 backport][PATCH] arm: Remove duplicate definitions from arm_mve.h (pr100419)
 2021-05-13 14:07 UTC  (2+ messages)

[committed] testsuite: suppress cast warnings in pr100563.c [PR100563]
 2021-05-13 14:03 UTC 

[PATCH][pushed] mklog: Put detected PR entries before ChangeLogs
 2021-05-13 13:13 UTC 

[PATCH] LTO: merge -flto=foo both from IL and linker cmdline
 2021-05-13 11:49 UTC 

RFC: Experimental use of Sphinx for GCC documentation
 2021-05-13 11:45 UTC  (8+ messages)
` RFC: "

[committed] arm: correctly handle inequality comparisons against max constants [PR100563]
 2021-05-13 10:48 UTC 

[PATCH] i386: Fix up V2SFmode vcond* with -mxop [PR100581]
 2021-05-13  9:12 UTC 

[i386] Fix ICE [PR target/100549]
 2021-05-13  9:12 UTC 

[PATCH] RFC: come up with startswith function
 2021-05-13  9:00 UTC  (4+ messages)
` [PATCH 0/3] Come "
  ` [PATCH 3/3] Use startswith in targets

[PATCH][OBVIOUS] testsuite: prune new LTO warning
 2021-05-13  7:36 UTC  (2+ messages)

[PATCH] rs6000: Make density_test only for vector version
 2021-05-13  7:04 UTC  (9+ messages)
  ` [PATCH 1/2] vect: Add costing_for_scalar parameter to init_cost hook

[PATCH] forwprop: Support vec perm fed by CTOR and CTOR/CST [PR99398]
 2021-05-13  6:52 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/1] PR100281 C++: Fix SImode pointer handling
 2021-05-13  6:02 UTC  (3+ messages)
  ` [PATCH 1/1 v2] "

[PATCH] [i386] Optimize __builtin_shuffle when it's used to zero the upper bits of the dest. [PR target/94680]
 2021-05-13  5:52 UTC  (6+ messages)

[r12-760 Regression] FAIL: gcc.target/i386/avx-pr94680.c scan-assembler-times (?n)vmov[a-z0-9]*[ \\t]*%xmm[0-9] 12 on Linux/x86_64
 2021-05-13  4:41 UTC 

[PATCH] i386: Optimize vpblendvb on inverted mask register to vpblendvb on swapping the order of operand 1 and operand 2. [PR target/99908]
 2021-05-13  0:43 UTC  (5+ messages)

[PATCH] avoid erroneous VLA bounds (PR 100550)
 2021-05-13  0:23 UTC  (2+ messages)

[PATCH 0/4] [rs6000] ROP support
 2021-05-12 23:42 UTC  (16+ messages)
` [PATCH 1/4] rs6000: Add -mrop-protect and -mprivileged flags
` [PATCH 2/4] rs6000: Emit ROP-protect instructions in prologue and epilogue
` [PATCH 3/4] rs6000: Conditionally define __ROP_PROTECT__
` [PATCH 4/4] rs6000: Add ROP tests

[PATCH, V3 0/2] Fix write_symbols for supporting multiple debug formats
 2021-05-12 22:13 UTC  (3+ messages)
` [PATCH,V3 1/2] opts: change write_symbols to support bitmasks
` [PATCH,V3 2/2] dwarf: new dwarf_debuginfo_p predicate

[committed] avoid bogus -Wstringop-overflow with VLA (PR 100571)
 2021-05-12 21:56 UTC 

[PATCH 0/2] Fix write_symbols for supporting multiple debug formats
 2021-05-12 21:55 UTC  (6+ messages)
` [PATCH 1/2] opts: change write_symbols to support bitmasks

[r12-742 Regression] FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) on Linux/x86_64
 2021-05-12 19:41 UTC 

[r12-731 Regression] FAIL: g++.target/i386/pr98218-1.C -std=gnu++98 scan-assembler-times pcmpgtd 2 on Linux/x86_64
 2021-05-12 19:41 UTC 

[Committed] MAINTAINERS: Add myself for write after approval
 2021-05-12 17:46 UTC  (2+ messages)

[PATCH] middle-end/100464 - avoid spurious TREE_ADDRESSABLE in folding debug stmts
 2021-05-12 17:39 UTC  (3+ messages)

[PATCH] testsuite/arm: Improve unsigned-float.c
 2021-05-11 12:00 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).