public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] soft-fp: Update soft-fp from glibc
 2021-07-01 19:28 UTC 

[PATCH] rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp built-ins
 2021-07-01 19:23 UTC  (4+ messages)

[committed] libstdc++: Improvements to Doxygen markup
 2021-07-01 18:25 UTC 

HELP!! How to inhibit optimizations applied to .DEFERRED_INIT argument?
 2021-07-01 18:14 UTC  (26+ messages)

[PATCH] BTF: Support for BTF_KIND_FLOAT
 2021-07-01 17:53 UTC 

[wwwdocs] gcc-12/changes.html: GCN - add TI mode, mention -foffload(-options)
 2021-07-01 17:38 UTC  (3+ messages)

[Patch] Fortran: Fix bind(C) character length checks
 2021-07-01 17:08 UTC 

RFC: Experimental use of Sphinx for GCC documentation
 2021-07-01 16:58 UTC  (31+ messages)
` RFC: "
  ` GCC documentation: porting to Sphinx
                      ` [PATCH] Port GCC documentation "

[x86] Change EH pointer encodings to PC relative on Windows
 2021-07-01 16:43 UTC 

[PATCH] implement pre-c++20 contracts
 2021-07-01 16:27 UTC  (16+ messages)
          ` [PATCH] PING "

[c-family] Improve packed record layout support with -fdump-ada-spec
 2021-07-01 16:15 UTC 

[c-family] Fix duplicate name issues in output of -fdump-ada-spec #2
 2021-07-01 16:15 UTC 

Fix PR ada/101094
 2021-07-01 16:15 UTC 

[PATCH 1/4] add utility to poison globals that should not be used
 2021-07-01 16:04 UTC  (13+ messages)
` [PATCH 2/4] allow poisoning input_location in ranges it "

[pushed] Darwin: Define a suitable section name for CTF [PR101283]
 2021-07-01 15:57 UTC 

[PATCH] c++: unqualified member template in constraint [PR101247]
 2021-07-01 15:33 UTC  (3+ messages)

[PATCH v5 00/11] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-07-01 15:22 UTC  (12+ messages)
` [PATCH v5 01/11] Rewrite memset with TARGET_GEN_MEMSET_SCRATCH_RTX
` [PATCH v5 02/11] x86: Add TARGET_GEN_MEMSET_SCRATCH_RTX
` [PATCH v5 03/11] x86: Avoid stack realignment when copying data
` [PATCH v5 04/11] x86: Update piecewise move and store
` [PATCH v5 05/11] x86: Add AVX2 tests for PR middle-end/90773
` [PATCH v5 06/11] x86: Add tests for piecewise move and store
` [PATCH v5 07/11] x86: Also pass -mno-avx to pr72839.c
` [PATCH v5 08/11] x86: Also pass -mno-avx to cold-attribute-1.c
` [PATCH v5 09/11] x86: Also pass -mno-avx to sw-1.c for ia32
` [PATCH v5 10/11] x86: Update gcc.target/i386/incoming-11.c
` [PATCH v5 11/11] x86: Also pass -mno-sse to vect8-ret.c

[PATCH] Add gnu::diagnose_as attribute
 2021-07-01 15:18 UTC  (4+ messages)

[PATCH] [DWARF] Fix hierarchy of debug information for offload kernels
 2021-07-01 15:16 UTC 

[PATCH] Return true/false instead of 1/0 from generic predicates
 2021-07-01 14:59 UTC  (2+ messages)

[PATCH] i386: Return true/false instead of 1/0 from predicates
 2021-07-01 14:59 UTC 

[PATCH] tree-optimization/101280 - revise interchange fix for PR101173
 2021-07-01 14:49 UTC  (2+ messages)

[PATCH] improve warning suppression for inlined functions (PR 98465, 98512)
 2021-07-01 14:45 UTC  (20+ messages)
    ` [PATCH 0/4] improve warning suppression for inlined functions (PR 98512)
      ` [PATCH 1/4] introduce diagnostic infrastructure changes "
      ` [PATCH 2/4] remove %G and %K from calls in front end and middle end "
        ` [PING][PATCH "
      ` [PATCH 3/4] remove %K from error() calls in the aarch64/arm back ends "
      ` [PATCH 4/4] remove %G and %K support from pretty printer and -Wformat "

[PATCH v6 0/2] x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast
 2021-07-01 14:12 UTC  (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] x86: Add vec_duplicate<mode> expander

[PATCH] Analyze niter for until-wrap condition [PR101145]
 2021-07-01 14:12 UTC  (5+ messages)

[RS6000] Adjust testcases for power10 instructions
 2021-07-01 13:29 UTC 

[PATCH] Optimize macro: make it more predictable
 2021-07-01 13:13 UTC  (2+ messages)

[RFC PATCH] Change the type of predicates to bool
 2021-07-01 13:11 UTC  (4+ messages)
  ` [PATCH] "

[PATCH 0/2] Initial support for AVX512FP16
 2021-07-01 13:03 UTC  (8+ messages)
  ` [PATCH 2/2] AVX512FP16: Add HFmode support in libgcc
  ` [PATCH 1/2] AVX512FP16: Initial support for _Float16 type and AVX512FP16 feature

[PATCH 00/62] Support all AVX512FP16 intrinsics
 2021-07-01 12:43 UTC  (67+ messages)
` [PATCH 01/62] AVX512FP16: Support vector init/broadcast for FP16
` [PATCH 02/62] AVX512FP16: Add testcase for vector init and broadcast intrinsics
` [PATCH 03/62] AVX512FP16: Fix HF vector passing in variable arguments
` [PATCH 04/62] AVX512FP16: Add ABI tests for xmm
` [PATCH 05/62] AVX512FP16: Add ABI test for ymm
` [PATCH 06/62] AVX512FP16: Add abi test for zmm
` [PATCH 07/62] AVX512FP16: Add vaddph/vsubph/vdivph/vmulph
` [PATCH 08/62] AVX512FP16: Add testcase for vaddph/vsubph/vmulph/vdivph
` [PATCH 09/62] AVX512FP16: Enable _Float16 autovectorization
` [PATCH 10/62] AVX512FP16: Add vaddsh/vsubsh/vmulsh/vdivsh
` [PATCH 11/62] AVX512FP16: Add testcase for vaddsh/vsubsh/vmulsh/vdivsh
` [PATCH 12/62] AVX512FP16: Add vmaxph/vminph/vmaxsh/vminsh
` [PATCH 13/62] AVX512FP16: Add testcase for vmaxph/vmaxsh/vminph/vminsh
` [PATCH 14/62] AVX512FP16: Add vcmpph/vcmpsh/vcomish/vucomish
` [PATCH 15/62] AVX512FP16: Add testcase for vcmpph/vcmpsh/vcomish/vucomish
` [PATCH 16/62] AVX512FP16: Add vsqrtph/vrsqrtph/vsqrtsh/vrsqrtsh
` [PATCH 17/62] AVX512FP16: Add testcase for vsqrtph/vsqrtsh/vrsqrtph/vrsqrtsh
` [PATCH 18/62] AVX512FP16: Add vrcpph/vrcpsh/vscalefph/vscalefsh
` [PATCH 19/62] AVX512FP16: Add testcase for vrcpph/vrcpsh/vscalefph/vscalefsh
` [PATCH 20/62] AVX512FP16: Add vreduceph/vreducesh/vrndscaleph/vrndscalesh
` [PATCH 21/62] AVX512FP16: Add testcase for vreduceph/vreducesh/vrndscaleph/vrndscalesh
` [PATCH 22/62] AVX512FP16: Add fpclass/getexp/getmant instructions
` [PATCH 23/62] AVX512FP16: Add testcase for fpclass/getmant/getexp instructions
` [PATCH 24/62] AVX512FP16: Add vmovw/vmovsh
` [PATCH 25/62] AVX512FP16: Add testcase for vmovsh/vmovw
` [PATCH 26/62] AVX512FP16: Add vcvtph2dq/vcvtph2qq/vcvtph2w/vcvtph2uw/vcvtph2uqq/vcvtph2udq
` [PATCH 27/62] AVX512FP16: Add testcase for vcvtph2w/vcvtph2uw/vcvtph2dq/vcvtph2udq/vcvtph2qq/vcvtph2uqq
` [PATCH 28/62] AVX512FP16: Add vcvtuw2ph/vcvtw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2ph/vcvtuqq2ph
` [PATCH 29/62] AVX512FP16: Add testcase for vcvtw2ph/vcvtuw2ph/vcvtdq2ph/vcvtudq2ph/vcvtqq2ph/vcvtuqq2ph
` [PATCH 30/62] AVX512FP16: Add vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh
` [PATCH 31/62] AVX512FP16: Add testcase for vcvtsh2si/vcvtsh2usi/vcvtsi2sh/vcvtusi2sh
` [PATCH 32/62] AVX512FP16: Add vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2qq/vcvttph2udq/vcvttph2uqq
` [PATCH 33/62] AVX512FP16: Add testcase for vcvttph2w/vcvttph2uw/vcvttph2dq/vcvttph2udq/vcvttph2qq/vcvttph2uqq
` [PATCH 34/62] AVX512FP16: Add vcvttsh2si/vcvttsh2usi
` [PATCH 35/62] AVX512FP16: Add vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx
` [PATCH 36/62] AVX512FP16: Add testcase for vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx
` [PATCH 37/62] AVX512FP16: Add vcvtsh2ss/vcvtsh2sd/vcvtss2sh/vcvtsd2sh
` [PATCH 38/62] AVX512FP16: Add testcase for vcvtsh2sd/vcvtsh2ss/vcvtsd2sh/vcvtss2sh
` [PATCH 39/62] AVX512FP16: Add intrinsics for casting between vector float16 and vector float32/float64/integer
` [PATCH 40/62] AVX512FP16: Add vfmaddsub[132, 213, 231]ph/vfmsubadd[132, 213, 231]ph
` [PATCH 41/62] AVX512FP16: Add testcase for "
` [PATCH 42/62] AVX512FP16: Add FP16 fma instructions
` [PATCH 43/62] AVX512FP16: Add testcase for "
` [PATCH 44/62] AVX512FP16: Add scalar/vector bitwise operations, including
` [PATCH 45/62] AVX512FP16: Add testcase for fp16 bitwise operations
` [PATCH 46/62] AVX512FP16: Enable FP16 mask load/store
` [PATCH 47/62] AVX512FP16: Add scalar fma instructions
` [PATCH 48/62] AVX512FP16: Add testcase for scalar FMA instructions
` [PATCH 49/62] AVX512FP16: Add vfcmaddcph/vfmaddcph/vfcmulcph/vfmulcph
` [PATCH 50/62] AVX512FP16: Add testcases for vfcmaddcph/vfmaddcph/vfcmulcph/vfmulcph
` [PATCH 51/62] AVX512FP16: Add vfcmaddcsh/vfmaddcsh/vfcmulcsh/vfmulcsh
` [PATCH 52/62] AVX512FP16: Add testcases for vfcmaddcsh/vfmaddcsh/vfcmulcsh/vfmulcsh
` [PATCH 53/62] AVX512FP16: Add expander for sqrthf2
` [PATCH 54/62] AVX512FP16: Add expander for ceil/floor/trunc/roundeven
` [PATCH 55/62] AVX512FP16: Add expander for cstorehf4
` [PATCH 56/62] AVX512FP16: Optimize (_Float16) sqrtf ((float) f16) to sqrtf16 (f16)
` [PATCH 57/62] AVX512FP16: Add expander for fmahf4
` [PATCH 58/62] AVX512FP16: Optimize for code like (_Float16) __builtin_ceif ((float) f16)
` [PATCH 59/62] AVX512FP16: Support load/store/abs intrinsics
` [PATCH 60/62] AVX512FP16: Add reduce operators(add/mul/min/max)
` [PATCH 61/62] AVX512FP16: Add complex conjugation intrinsic instructions
` [PATCH 62/62] AVX512FP16: Add permutation and mask blend intrinsics

[PATCH PR100740]Fix overflow check in simplifying exit cond comparing two IVs
 2021-07-01 12:19 UTC  (5+ messages)

[Patch]MAINTAINERS - Add myself for write after approval
 2021-07-01 11:38 UTC 

[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-07-01 10:56 UTC  (11+ messages)

[PATCH] tree-optimization/100778 - fix placement of trapping vectorized ops
 2021-07-01 10:31 UTC 

[PATCH] tree-optimization/101278 - handle self-use in DSE analysis
 2021-07-01 10:31 UTC 

[PATCH] i386: Add integer nabs instructions [PR101044]
 2021-07-01  9:23 UTC 

[PATCH][RFC]AArch64 SVE: Fix multiple comparison masks on inverted operands
 2021-07-01  9:15 UTC  (8+ messages)

[PATCH] [i386] Clear odata for aes(enc|dec)(wide)?kl intrinsics
 2021-07-01  8:16 UTC  (3+ messages)

[PATCH] mips: add MSA vec_cmp and vec_cmpu expand pattern [PR101132]
 2021-07-01  8:11 UTC  (2+ messages)

[PATCH] tree-optimization/101178 - handle VEC_PERM in SLP permute propagation
 2021-07-01  7:47 UTC 

[PATCH] Fix typo in standard pattern name of trunc<mode><pmov_dst_4>2
 2021-07-01  7:45 UTC 

[PATCH] dwarf2out: Handle COMPOUND_LITERAL_EXPR in loc_list_from_tree_1 [PR101266]
 2021-07-01  7:43 UTC  (2+ messages)

[PATCH, Fortran] set version field in CFI_cdesc_t to CFI_VERSION
 2021-07-01  7:26 UTC  (2+ messages)

[committed] openmp - Fix up && and || reductions [PR94366]
 2021-07-01  7:21 UTC 

[WIP, Fortran] TS 29113 testsuite
 2021-07-01  5:53 UTC 

[PATCH] libgcc libiberty: optimize and modernize standard string and memory functions
 2021-07-01  4:37 UTC  (3+ messages)

[committed] libstdc++: Improve Doxygen documentation groups [PR 101258]
 2021-07-01  0:09 UTC 

[committed] libstdc++: Make <experimental/simd> depend on C++17
 2021-07-01  0:09 UTC 

[committed] libstdc++: Suppress redundant definitions of static members in <random>
 2021-07-01  0:08 UTC 

[COMMITTED] testsuite: Add missing dg-add-options to CTF testcase ctf-skip-types-4.c
 2021-06-30 22:43 UTC 

[PATCH] Rearrange detection of temporary directory for NetBSD
 2021-06-30 22:03 UTC  (6+ messages)

[PATCH 1/2] c++: Fix push_access_scope and introduce RAII wrapper for it
 2021-06-30 20:42 UTC  (6+ messages)
` [PATCH 2/2] c++: Extend PR96204 fix to variable templates

[PATCH] Fix PR testsuite/101269
 2021-06-30 20:33 UTC 

[PATCH] c++: CTAD within alias template [PR91911]
 2021-06-30 20:23 UTC  (9+ messages)

[Patch] Add 'default' to -foffload=; document that flag [PR67300]
 2021-06-30 20:12 UTC  (14+ messages)

[POWER10] __morestack calls from pcrel code
 2021-06-30 20:06 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).