public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-05-13 21:30 UTC  (10+ messages)

[GOVERNANCE] Where to file complaints re project-maintainers?
 2021-05-13 21:30 UTC  (2+ messages)

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

[pushed] libsanitizer, Darwin : Handle missing __builtin_os_log_format
 2021-05-13 20:26 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] libsanitizer: merge from master
 2021-05-13 20:11 UTC  (5+ messages)

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

[PATCH RFA (diagnostic)] c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]
 2021-05-13 19:28 UTC  (2+ messages)

[PATCH RFA] tree-iterator: C++11 range-for and tree_stmt_iterator
 2021-05-13 19:26 UTC  (2+ messages)

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

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

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

[PATCH] avoid using an incompletely populated struct (PR 100574)
 2021-05-13 18:52 UTC  (4+ 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] tsan: fix false positive for pthread_cond_clockwait
 2021-05-13 17:10 UTC  (3+ messages)

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

[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 

[PATCH] tree-sra: Avoid refreshing into const base decls (PR 100453)
 2021-05-13 15:17 UTC  (2+ messages)

[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] [i386] Fix _mm256_zeroupper to notify LRA that vzeroupper will kill sse registers. [PR target/82735]
 2021-05-13 11:52 UTC  (7+ messages)

[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: "

[PATCH] rs6000: Fix wrong code generation for vec_sel [PR94613]
 2021-05-13 10:49 UTC  (3+ messages)
` *Ping*: "

[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] libgccjit: Handle truncation and extension for casts [PR 95498]
 2021-05-13  8:34 UTC  (4+ messages)

[PATCH] Port gnat-style to Sphinx
 2021-05-13  8:31 UTC 

[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  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/1] PR100281 C++: Fix SImode pointer handling
 2021-05-13  6:02 UTC  (4+ 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  (7+ 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  (6+ messages)

[PATCH] c++: Check attributes on friend declarations [PR99032]
 2021-05-13  0:34 UTC  (7+ messages)
      ` [PATCH v2] "

[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][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-05-12 17:16 UTC 

[PATCH] c++: Disable -Wint-in-bool-context in instantiations
 2021-05-12 16:41 UTC  (2+ messages)

[PATCH][nvptx] Add -mptx=3.1/6.3
 2021-05-12 16:33 UTC  (3+ messages)

[PATCH] PR libstdc++/89728 diagnose some missuses of [locale.convenience] functions
 2021-05-12 16:16 UTC  (9+ messages)

[PATCH 2/2] c/100547 - reject overly large vector_size attributes
 2021-05-12 15:11 UTC  (2+ messages)

[PR66791][ARM] Replace __builtin_neon_vtst*
 2021-05-12 15:03 UTC  (6+ messages)

[PATCH] tree-optimization/100566 - fix another predication issue in VN
 2021-05-12 15:01 UTC 

[Patch] OpenMP: detach - fix firstprivate handling
 2021-05-12 14:55 UTC  (2+ messages)

[PATCH] OpenMP: Add support for 'close' in map clause
 2021-05-12 14:46 UTC  (6+ messages)

[PATCH] ix86: Support V{2, 4}DImode arithmetic right shifts for SSE2+ [PR98856]
 2021-05-12 14:29 UTC  (4+ messages)
  ` Patch ping (Re: [PATCH] ix86: Support V{2, 4}DImode arithmetic right shifts for SSE2+ [PR98856])

[committed] libstdc++: Fix some problems in PSTL tests
 2021-05-12 13:51 UTC 

[PATCH v2 00/11] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-05-12 12:15 UTC  (15+ messages)
` [PATCH v2 01/11] Add TARGET_READ_MEMSET_VALUE/TARGET_GEN_MEMSET_VALUE
` [PATCH v2 02/11] x86: Avoid stack realignment when copying data
` [PATCH v2 03/11] Remove MAX_BITSIZE_MODE_ANY_INT
` [PATCH v2 04/11] x86: Update piecewise move and store
` [PATCH v2 05/11] x86: Add AVX2 tests for PR middle-end/90773
` [PATCH v2 06/11] x86: Add tests for piecewise move and store
` [PATCH v2 07/11] x86: Also pass -mno-avx to pr72839.c
` [PATCH v2 08/11] x86: Also pass -mno-avx to cold-attribute-1.c
` [PATCH v2 09/11] x86: Also pass -mno-avx to sw-1.c for ia32
` [PATCH v2 10/11] x86: Update gcc.target/i386/incoming-11.c
` [PATCH v2 11/11] constructor: Check if it is faster to load constant from memory

[PATCH] lto-wrapper: silent warnings in tests
 2021-05-12 12:15 UTC  (2+ messages)

[PATCH] tree-optimization/100519 - avoid reassociating asm goto defs
 2021-05-12 11:12 UTC 

[PATCH] arm: remove error in CPP_SPEC when -mlittle-endian and -mbig-endian are used together
 2021-05-12 10:33 UTC  (2+ messages)

[PATCH] aarch64: Merge sqdmlal2 and sqdmlsl2 expanders
 2021-05-12  9:56 UTC 

[PATCH] LTO: fallback to -flto=N if -flto=jobserver does not work
 2021-05-12  9:21 UTC  (9+ messages)

[PATCH] lto-wrapper: Use vec<cl_decoded_option> data type
 2021-05-12  9:15 UTC  (4+ messages)

retry zero-call-used-regs from zeroed regs
 2021-05-12  9:04 UTC  (2+ messages)

[PATCH][OBVIOUS] Remove version.h from object files
 2021-05-12  8:52 UTC 

[PATCH 1/2] middle-end/100547 - check rtvec_alloc size
 2021-05-12  8:47 UTC 

[PATCH] gcc-changelog: respect branch in git_update_version.py
 2021-05-12  8:38 UTC 

[PATCH] ada: do not use binary mode in conf.py
 2021-05-12  8:30 UTC  (2+ messages)

[PATCH] expand: Don't reuse DEBUG_EXPRs with vector type if they have different modes [PR100508]
 2021-05-12  8:28 UTC  (2+ messages)

[PATCH] Fix ICE in output_rnglists, at dwarf2out.c:12294 [PR100515]
 2021-05-12  8:24 UTC  (2+ messages)

[PATCH][AVX512] Fix ICE for vpexpand*
 2021-05-12  7:29 UTC  (4+ messages)
` [PATCH][AVX512] Optimize vpexpand* to mask mov when mask have all ones in it's lower part (including 0 and -1)

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2021-05-12  6:33 UTC  (3+ messages)

[PATCH] i386: Implement FP vector compares for V2SFmode [PR98218]
 2021-05-12  6:18 UTC 

[committed] preprocessor: Support C2X #elifdef, #elifndef
 2021-05-11 23:55 UTC 

[PATCH 00/57] Replace the Power target-specific built-in machinery
 2021-05-11 23:20 UTC  (5+ messages)
` [PATCH 02/57] Support scanning of build-time GC roots in gengtype

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-05-11 20:02 UTC  (7+ messages)
        ` [PING][PATCH] "
          ` [PING 2][PATCH] "

[stage 1 patch] remove unreachable code in expand_expr_real_1 (PR 21433)
 2021-05-11 20:01 UTC  (3+ messages)

[committed] preprocessor: Fix cpp_avoid_paste for digit separators
 2021-05-11 18:55 UTC 

[PATCH] libstdc++: Remove extern "C" from Ryu sources
 2021-05-11 17:12 UTC  (6+ messages)

[committed] libstdc++: Fix tests that fail in C++98 mode
 2021-05-11 16:33 UTC 

[committed] libstdc++: Fix missing members in std::allocator<void>
 2021-05-11 16:33 UTC 

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