public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/2] New target hook TARGET_COMPUTE_MULTILIB and implementation for RISC-V
 2021-07-21  9:28 UTC 

[Patch] Fortran: Fix bind(C) character length checks
 2021-07-21  9:24 UTC  (6+ messages)
  ` *Ping* "
    ` *Ping**2 "

[PATCH, Fortran] Bind(c): CFI_signed_char is not a Fortran character type
 2021-07-21  9:20 UTC  (6+ messages)
  ` Pushing XFAILed test cases (was: [PATCH, Fortran] Bind(c): CFI_signed_char is not a Fortran character type)
    ` Pushing XFAILed test cases

[committed] RISC-V: Detect python and pick best one for calling multilib-generator
 2021-07-21  8:45 UTC  (4+ messages)

[PATCH] RISC-V: Allow multi-lib build with different code model
 2021-07-21  8:45 UTC 

[OG11] Merge GCC 11 into branch, cherry picks from mainline
 2021-07-21  8:38 UTC  (5+ messages)

[PATCH] Support logic shift left/right for avx512 mask type
 2021-07-21  8:22 UTC  (4+ messages)

[PATCH 0/4 REVIEW] libtool and libctf fixes for Solaris 11
 2021-07-21  8:22 UTC  (6+ messages)
` [PATCH 2/4 REVIEW] libtool.m4: fix nm BSD flag detection

GCC 11.1.1 Status Report (2021-07-21), branch frozen for release
 2021-07-21  8:21 UTC 

[PATCH] c/101512 - fix missing address-taking in c_common_mark_addressable_vec
 2021-07-21  8:19 UTC  (2+ messages)

[PATCH 2/2][RFC] Add loop masking support for x86
 2021-07-21  8:16 UTC  (17+ messages)

[committed] openmp: Fix up omp_check_private [PR101535]
 2021-07-21  7:52 UTC 

[committed] c++: Ensure OpenMP reduction with reference type references complete type [PR101516]
 2021-07-21  7:51 UTC 

[PATCH 0/2] Initial support for AVX512FP16
 2021-07-21  7:43 UTC  (12+ messages)
` [PATCH V2 00/10] "
  ` [PATCH 01/10] Update hf soft-fp from glibc
  ` [PATCH 02/10] [i386] Enable _Float16 type for TARGET_SSE2 and above
  ` [PATCH 03/10] [i386] libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations
  ` [PATCH 04/10] AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instructions
  ` [PATCH 05/10] AVX512FP16: Support vector init/broadcast/set/extract for FP16
  ` [PATCH 06/10] AVX512FP16: Add testcase for vector init and broadcast intrinsics
  ` [PATCH 07/10] AVX512FP16: Add tests for vector passing in variable arguments
  ` [PATCH 08/10] AVX512FP16: Add ABI tests for xmm
  ` [PATCH 09/10] AVX512FP16: Add ABI test for ymm
  ` [PATCH 10/10] AVX512FP16: Add abi test for zmm

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-07-21  1:51 UTC  (24+ messages)
` [PATCH 10/55] rs6000: Main function with stubs for parsing and output
` [PATCH 11/55] rs6000: Parsing built-in input file, part 1 of 3
` [PATCH 12/55] rs6000: Parsing built-in input file, part 2 "
` [PATCH 13/55] rs6000: Parsing built-in input file, part 3 "
` [PATCH 14/55] rs6000: Parsing of overload input file
` [PATCH 15/55] rs6000: Build and store function type identifiers
` [PATCH 16/55] rs6000: Write output to the builtin definition include file
` [PATCH 17/55] rs6000: Write output to the builtins header file
` [PATCH 18/55] rs6000: Write output to the builtins init file, part 1 of 3
` [PATCH 19/55] rs6000: Write output to the builtins init file, part 2 "

[PATCH] Fix for powerpc64 long double complex divide failure
 2021-07-20 22:53 UTC  (4+ messages)

[PATCH] gcov: Fix use of profile info section
 2021-07-20 22:05 UTC  (2+ messages)

[PATCH] Fix PR 10153: tail recusion for vector types
 2021-07-20 22:02 UTC 

[PATCH] include: Fix -Wundef warnings in ansidecl.h
 2021-07-20 22:01 UTC 

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-07-20 21:52 UTC  (21+ messages)
              ` [PING][PATCH] "

[PATCH 0/4] libsanitizer: Sync with upstream
 2021-07-20 21:19 UTC  (7+ messages)
` [PATCH 1/4] libsanitizer: Merge "
` [PATCH 2/4] libsanitizer: Apply local patches
` [PATCH 3/4] libsanitizer: Update LOCAL_PATCHES
` [PATCH 4/4] libsanitizer: Bump asan/tsan versions

[PATCH] c-family: Add __builtin_assoc_barrier
 2021-07-20 20:22 UTC  (3+ messages)

[PATCH libatomic/arm] avoid warning on constant addresses (PR 101379)
 2021-07-20 20:16 UTC  (12+ messages)
    ` [gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds of ‘__lds struct gomp_thread * __lds[0]’ [-Werror=array-bounds]' (was: [PATCH libatomic/arm] avoid warning on constant addresses (PR 101379))
      ` [gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds of ‘__lds struct gomp_thread * __lds[0]’ [-Werror=array-bounds]'
        ` '#pragma GCC diagnostic' (mis-)use in 'statement' of 'if' (was: [gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds of ‘__lds struct gomp_thread * __lds[0]’ [-Werror=array-bounds]')
          ` '#pragma GCC diagnostic' (mis-)use in 'statement' of 'if'

[PATCH] correct range of stpcpy result (PR 101397)
 2021-07-20 20:06 UTC  (3+ messages)

[PATCH] PR fortran/101514 - ICE: out of memory allocating 18446744073709551600 bytes
 2021-07-20 19:49 UTC 

[PATCH] libstdc++: Use __builtin_operator_new when available [PR94295]
 2021-07-20 19:43 UTC 

[committed] libstdc++: Add more tests for filesystem::create_directory [PR101510]
 2021-07-20 19:36 UTC  (2+ messages)
` [committed] libstdc++: Fix create_directories to resolve symlinks [PR101510]

[PATCH] Fold bswap32(x) != 0 to x != 0 (and related transforms)
 2021-07-20 19:36 UTC  (3+ messages)

[PATCH] handle sanitizer built-ins in -Wuninitialized (PR 101300)
 2021-07-20 19:12 UTC  (5+ messages)
` PING "
  ` PING 2 "

[PATCH] Rewrite memset expanders with vec_duplicate
 2021-07-20 18:52 UTC  (14+ messages)
        ` [PATCH] Add QI vector mode support to by-pieces for memset

[PATCH v3] Add QI vector mode support to by-pieces for memset
 2021-07-20 18:50 UTC 

[PATCH] c++: implement C++17 hardware interference size
 2021-07-20 18:05 UTC  (10+ messages)

[PATCH] unroll: Avoid unnecessary tail loops for constant niters
 2021-07-20 18:01 UTC  (2+ messages)

[PATCH] unroll: Run VN on unrolled-and-jammed loops
 2021-07-20 17:59 UTC  (2+ messages)

[PATCH] rs6000: Fix up easy_vector_constant_msb handling [PR101384]
 2021-07-20 17:21 UTC  (8+ messages)
` Patch ping (was Re: [PATCH] rs6000: Fix up easy_vector_constant_msb handling [PR101384])

[PATCH] c++tools, configury: Configure with C++; test checking status [PR98821]
 2021-07-20 16:21 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 2/4]AArch64: correct usdot vectorizer and intrinsics optabs
 2021-07-20 16:15 UTC  (4+ messages)

[committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
 2021-07-20 15:26 UTC  (2+ messages)
` [committed] libstdc++: fix is_default_constructible for hash containers "

[committed] aarch64: Tweak old vect-* tests to avoid new FAILs
 2021-07-20 14:44 UTC 

[RFC/PATCH] Use range-based for loops for traversing loops
 2021-07-20 14:42 UTC  (13+ messages)
` [PATCH v2] "

libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target
 2021-07-20 14:12 UTC 

[RFC] ipa: Adjust references to identify read-only globals
 2021-07-20 13:39 UTC  (4+ messages)

[committed] amdgcn: Add -mxnack and -msram-ecc [PR 100208]
 2021-07-20 13:36 UTC  (2+ messages)
` [og11][committed] "

[Patch] C, C++, Fortran, OpenMP: Add support for device-modifiers for 'omp target device'
 2021-07-20 13:30 UTC  (2+ messages)

[PATCH] simplify-rtx: Push sign/zero-extension inside vec_duplicate
 2021-07-20 13:20 UTC 

[PATCH] predcom: Adjust some unnecessary update_ssa calls
 2021-07-20 11:19 UTC  (11+ messages)
      ` predcom: Refactor more by encapsulating global states
            ` [PATCH] predcom: Refactor more using auto_vec

[PATCH] aarch64: Don't include vec_select in SIMD multiply cost
 2021-07-20 10:46 UTC 

[committed] dir-locals: Use https for bug references
 2021-07-20 10:42 UTC 

[PATCH] debug/101473 - apply debug prefix maps before checksumming DIEs
 2021-07-20 10:16 UTC  (2+ messages)

[PATCH] libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]
 2021-07-20  9:50 UTC 

[committed] add test for PR 86650
 2021-07-20  8:30 UTC  (3+ messages)

[PATCH] aarch64: Refactor TBL/TBX RTL patterns
 2021-07-20  6:53 UTC  (2+ messages)

[committed] .dir-locals.el: Set 'fill-column' to 80 for c-mode
 2021-07-20  6:46 UTC  (5+ messages)

[PATCH] i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peepholes [PR100182]
 2021-07-20  4:33 UTC 

[PATCH v2] Add QI vector mode support to by-pieces for memset
 2021-07-20  3:19 UTC 

Go patch committed: Avoid aliases in receiver types
 2021-07-19 23:48 UTC 

[committed] suppress buffer overflow warnings in a test (PR 101520)
 2021-07-19 22:51 UTC 

[PATCH] c++: Improve memory usage of subsumption [PR100828]
 2021-07-19 22:13 UTC  (2+ messages)

[PATCH] tree-optimization: Optimize division followed by multiply [PR95176]
 2021-07-19 20:58 UTC  (10+ messages)
  ` [EXTERNAL] "

[PATCH] build: Implement --with-multilib-list for avr target
 2021-07-19 20:44 UTC  (3+ messages)

[committed] analyzer: add svalue::can_have_associated_state_p [PR101503]
 2021-07-19 19:47 UTC 

[PATCH] c++: Reject ordered comparison of null pointers [PR99701]
 2021-07-19 19:47 UTC  (5+ messages)
    ` [PATCH v2] "

Need Help: Initialize paddings for -ftrivial-auto-var-init
 2021-07-19 19:35 UTC  (4+ messages)

[PATCH][gcc] Allow functions without C-style ellipsis to use format attribute
 2021-07-19 19:31 UTC  (4+ messages)

[PATCH] [DWARF] Fix hierarchy of debug information for offload kernels
 2021-07-19 16:41 UTC  (9+ messages)

sync up new type indices for body adjustments
 2021-07-19 16:25 UTC  (2+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-07-19 16:10 UTC  (18+ messages)

drop va_list from formals if requested
 2021-07-19 15:31 UTC  (2+ messages)

[wwwdocs] gcc-12/changes.html: OpenMP - mention C++11 attributes support
 2021-07-19 15:28 UTC  (2+ messages)

[PATCH 0/11] warning control by group and location (PR 74765)
 2021-07-19 15:08 UTC  (5+ messages)
  ` [PATCH 0/13] v2 "

[pushed] c++: Add test for DR 2126
 2021-07-19 14:19 UTC 

[PATCH] gcc_update: use gcc-descr git alias for revision string in gcc/REVISION
 2021-07-19 14:09 UTC  (13+ messages)
          ` [PATCH v2] gcc_update: use human readable name "
                  ` [PATCH v3] "

[ARM] PR66791: Replace builtins for fp and unsigned vmul_n intrinsics
 2021-07-19 12:34 UTC  (5+ messages)

[PATCH] tree-optimization/101505 - properly determine stmt precision for PHIs
 2021-07-19 12:21 UTC 

[PATCH 0/2] Allow means for targets to opt out of CTF/BTF
 2021-07-19 10:46 UTC  (2+ messages)

[RFC/PATCH] vect: Recog mul_highpart pattern
 2021-07-19 10:35 UTC  (14+ messages)
            ` [PATCH v3] "
                      ` [PATCH v4] "

[PATCH] [AARCH64] Fix PR 101205: csinv does not have an zero_extend version
 2021-07-19  9:34 UTC  (2+ messages)

[PATCH 2/3] Remove last gimple_expr_type uses
 2021-07-19  8:01 UTC  (2+ messages)

[Questions] Is there any bit in gimple/rtl to indicate this IR support fast-math or not?
 2021-07-19  7:16 UTC  (5+ messages)
` [RFC] c-family: Add __builtin_noassoc

[PATCH] ipa-devirt: check precision mismatch of enum values [PR101396]
 2021-07-19  5:39 UTC  (2+ messages)
` PING^1: "

[PATCH, rs6000] fix failure test cases caused by disabling mode promotion for pseudos [PR100952]
 2021-07-19  2:41 UTC  (2+ messages)
` Ping "

[PATCH, rs6000] fix execution failure of parity_1.f90 on P10 [PR100952]
 2021-07-19  2:39 UTC  (3+ messages)
  ` Ping "

[PATCH] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
 2021-07-18 19:25 UTC  (3+ 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).