public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-08-13  7:04 UTC  (26+ messages)

[PATCH] FreeBSD: Stop linking _p libs for -pg as of FreeBSD 14
 2021-08-13  4:52 UTC 

[PATCH] Move xx* builtins to vsx.md
 2021-08-13  4:20 UTC 

[PATCH] Fix xxeval predicates (PR 99921)
 2021-08-13  4:14 UTC 

[PATCH] Fix tests that require IBM 128-bit long double
 2021-08-13  4:09 UTC 

libgo patch committed: Update to Go1.17rc2 release
 2021-08-13  3:23 UTC 

[PATCH] rs6000: Make some BIFs vectorized on P10
 2021-08-13  3:18 UTC  (8+ messages)

[PATCH] Adding target hook allows to reject initialization of register
 2021-08-13  1:58 UTC  (8+ messages)

[PATCH] [i386] Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16si2_1 to avx512f_zero_extendv16hiv16si2_2
 2021-08-13  1:42 UTC  (7+ messages)
    ` [PATCH] [i386] Optimize vec_perm_expr to match vpmov{dw,qd,wb}

[PATCH] rs6000: Add missing unsigned info for some P10 bifs
 2021-08-13  1:41 UTC  (3+ messages)

[PATCH] i386: Add peephole for lea and zero extend [PR 101716]
 2021-08-13  0:57 UTC  (2+ messages)

Go patch committed: Store pointers to go:notinheap types indirectly
 2021-08-12 23:33 UTC 

[PATCH] libbacktrace: fix fd leak tests on systems with extra descriptors
 2021-08-12 23:16 UTC  (2+ messages)

[PATCH] libbacktrace: fix b2test_buildid test on non-english locales
 2021-08-12 23:12 UTC  (2+ messages)

[patch][version 6] add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-08-12 22:45 UTC  (29+ messages)

[PATCH v3] Fix for powerpc64 long double complex divide failure
 2021-08-12 22:36 UTC  (8+ messages)

[committed] openmp: Add support for OpenMP 5.1 masked construct
 2021-08-12 20:48 UTC 

[PATCH] rs6000: Avoid buffer overruns
 2021-08-12 20:43 UTC  (2+ messages)

[PATCH] Extend ldexp{s, d}f3 to vscalefs{s, d} when TARGET_AVX512F and TARGET_SSE_MATH
 2021-08-12 19:21 UTC  (7+ messages)
    ` [PATCH] [i386] Introduce a scalar version of avx512f_vmscalef and adjust ldexp<mode>3 for it

Introduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref
 2021-08-12 19:02 UTC 

Fix condition testing void functions in ipa-split
 2021-08-12 18:55 UTC 

[committed] libstdc++: Add additional overload of std::lerp [PR101870]
 2021-08-12 18:51 UTC 

[committed] libstdc++: Make some #error strings consistent with other tests
 2021-08-12 18:49 UTC 

[committed] libstdc++: Add [[nodiscard]] to experimental::randint
 2021-08-12 18:46 UTC 

[PATCH] rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [PR101849]
 2021-08-12 18:20 UTC  (3+ messages)

[PATCH] Fix typo in fold-vec-load-builtin_vec_xl-* tests
 2021-08-12 18:11 UTC  (3+ messages)

[PATCH] Remove legacy back threader
 2021-08-12 17:46 UTC  (3+ messages)

[PATCH] i386: support micro-levels in target{,_clone} attrs [PR101696]
 2021-08-12 17:35 UTC  (8+ messages)
` [PATCH] i386: support micro-levels in target{, _clone} "

[PATCH] c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101539]
 2021-08-12 17:07 UTC  (5+ messages)
      ` [PATCH] c++, v2: "

[C PATCH] qualifiers of pointers to arrays in C2X [PR 98397]
 2021-08-12 16:58 UTC  (2+ messages)

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-08-12 16:17 UTC  (5+ messages)
` [PATCH 47/55] rs6000: Builtin expansion, part 4

[C PATCH] Evaluate argument of sizeof that are structs of variable size
 2021-08-12 16:14 UTC  (2+ messages)

[PATCH v4] gcov: Add TARGET_GCOV_TYPE_SIZE target hook
 2021-08-12 16:13 UTC  (4+ messages)

[PATCH] Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabi
 2021-08-12 15:29 UTC 

[PATCH] ipa: make target_clone default decl local [PR101726]
 2021-08-12 15:24 UTC 

[PATCH] libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]
 2021-08-12 15:17 UTC  (3+ messages)

[PATCH] c++: suppress all warnings on memper pointers to work around dICE [PR101219]
 2021-08-12 14:38 UTC  (6+ messages)

[committed] libstdc++: Add #error to some files that depend on a specific standard mode
 2021-08-12 14:04 UTC 

[ARM] PR66791: Replace builtins for vdup_n and vmov_n intrinsics
 2021-08-12 13:34 UTC  (5+ messages)

PING: [RS6000] rotate and mask constants [PR94393]
 2021-08-12 13:29 UTC  (5+ messages)

[Patch] OpenMP 5.1: Add proc-bind 'primary' support
 2021-08-12 13:17 UTC  (3+ messages)

gfortran.dg/PR82376.f90: Avoid matching a file-path
 2021-08-12 13:11 UTC  (4+ messages)

[committed] arc: Small data doesn't need fcommon option
 2021-08-12 12:31 UTC 

[PATCH] Improved handling of MINUS_EXPR in bit CCP
 2021-08-12  9:52 UTC 

[PATCH] i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860]
 2021-08-12  8:52 UTC  (2+ messages)

[wwwdocs] gcc-12/changes.html: OpenMP - mention C++11 attributes support
 2021-08-12  8:49 UTC  (3+ messages)

[committed] openmp: Diagnose syntax mismatches between declare target and end declare target
 2021-08-12  7:41 UTC 

[committed] openmp: Diagnose another case of mixing parameter and attribute syntax
 2021-08-12  7:40 UTC 

openmp: Diagnose omp::directive/sequence on using-directive
 2021-08-12  7:37 UTC 

[patch] Make -no-pie option work for native Windows
 2021-08-12  7:36 UTC  (3+ messages)

[PATCH] Fix loop split incorrect count and probability
 2021-08-12  3:24 UTC  (8+ messages)

[PATCH] c++: constexpr std::construct_at on empty field [PR101663]
 2021-08-11 22:47 UTC  (2+ messages)

[committed] libstdc++: Fix test that fails randomly [PR101866]
 2021-08-11 22:46 UTC 

[PATCH] c++: parameterized requires-expr as default argument [PR101725]
 2021-08-11 21:05 UTC  (3+ messages)

[RFC, Fortran] Fix c_float128 and c_float128_complex on targets with 128-bit long double
 2021-08-11 20:47 UTC  (13+ messages)
      ` [Patch v2 "
          ` [Patch v3 "

[PATCH] c++: Fix up parsing of attributes for using-directive
 2021-08-11 20:20 UTC  (2+ messages)

[PATCH, part2] PR fortran/98411 [10/11/12 Regression] Pointless: Array larger than ‘-fmax-stack-var-size=’, 
 2021-08-11 19:28 UTC  (2+ messages)
` *PING* "

[PATCH] PR fortran/100950 - ICE in output_constructor_regular_field, at varasm.c:5514
 2021-08-11 19:28 UTC  (7+ messages)
          ` *PING* "

[PATCH] PR fortran/99351 - ICE in gfc_finish_var_decl, at fortran/trans-decl.c:695
 2021-08-11 19:25 UTC 

[PATCH] c++: Optimize constinit thread_local vars [PR101786]
 2021-08-11 19:21 UTC  (2+ messages)

[PATCH] c++: recognize class-scope non-template dguides [PR79501]
 2021-08-11 18:47 UTC  (4+ messages)

[PATCH] c++: most vexing parse and braced CTAD [PR89062]
 2021-08-11 18:46 UTC  (2+ messages)

[PATCH] c++: Fix ICE on defaulted spaceship with pointer return type [PR94162]
 2021-08-11 17:43 UTC  (4+ messages)

[PATCH] c++: Improve memory usage of subsumption [PR100828]
 2021-08-11 17:41 UTC  (6+ messages)

[PATCH 0/8] OpenMP 5.0: Topological sort for OpenMP 5.0 base pointers
 2021-08-11 16:59 UTC  (9+ messages)
` [PATCH 1/8] Improve OpenMP target support for C++ [PR92120 v4b]
` [PATCH 2/8] OpenMP 5.0: Implement relaxation of implicit map vs. existing device mappings
` [PATCH 3/8] Remove array section base-pointer mapping semantics, and other front-end adjustments (mainline trunk)
` [PATCH 4/8] Rewrite GOMP_MAP_ATTACH_DETACH mappings unconditionally
` [PATCH 5/8] OpenMP/OpenACC: Move array_ref/indirect_ref handling code out of extract_base_bit_offset
` [PATCH 6/8] OpenACC/OpenMP: Refactor struct lowering in gimplify.c
` [PATCH 7/8] OpenACC: Rework indirect struct handling "
` [PATCH 8/8] OpenMP 5.0: [WIP, RFC] Clause ordering for OpenMP 5.0 (topological sorting by base pointer)

[PATCH v3] gcov: Add TARGET_GCOV_TYPE_SIZE target macro
 2021-08-11 16:11 UTC  (2+ messages)

[PATCH, rs6000 V2] Add store fusion support for Power10
 2021-08-11 16:02 UTC 

[committed] libstdc++: Define std::is_pointer_interconvertible_base_of for C++20
 2021-08-11 16:00 UTC 

[PATCH] aarch64: Replace some uses of GET_CODE with RTL predicate macros
 2021-08-11 15:18 UTC 

[PATCH][RFC] target/61810 - disable init-regs pass on targets using LRA
 2021-08-11 14:33 UTC 

[PATCH] Fix gcc.dg/lto/pr48622_0.c testcase
 2021-08-11 14:30 UTC 

[PATCH][v2] Adjust volatile handling of the operand scanner
 2021-08-11 14:23 UTC  (7+ messages)

[PATCH] target/101788 - avoid decomposing hard-register "loads"
 2021-08-11 14:22 UTC 

[PATCH] arm: Fix multilib mapping for CDE extensions [PR100856]
 2021-08-11 14:06 UTC  (3+ messages)

Small tweak to expand_used_vars
 2021-08-11 13:34 UTC 

[PATCH] Do not use tuple-like interface for pair in unordered containers
 2021-08-11 12:48 UTC  (3+ messages)

ipa-modref: merge flags when adding escape
 2021-08-11 12:38 UTC  (2+ messages)

[PATCH] aix: handle 64bit inodes for include directories
 2021-08-11 11:48 UTC  (7+ messages)

[PATCHv4 00/34] Replace the Power target-specific builtin machinery
 2021-08-11 10:29 UTC  (6+ messages)
` [PATCH 05/34] rs6000: Add available-everywhere and ancient builtins

[PATCH] tree-optimization/101861 - fix gather use for non-gather refs
 2021-08-11  9:50 UTC 

[PATCH] middle-end/101858 - avoid shift of pointer in folding
 2021-08-11  8:28 UTC 

[committed] sanitizer: Cherry-pick realpath fix
 2021-08-11  8:27 UTC 

[PATCH 2/2] Ada: Remove debug line number for DECL_IGNORED_P functions
 2021-08-11  5:27 UTC  (5+ messages)

Go patch committed: Don't crash on a, b := int(0)
 2021-08-11  2:36 UTC 

[PATCH] Objective-C: don't require redundant -fno-objc-sjlj-exceptions for the NeXT v2 ABI
 2021-08-11  2:06 UTC  (5+ messages)

Committed: gcc.dg/uninit-pred-9_b.c: Xfail for CRIS too
 2021-08-11  0:38 UTC 

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