public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] vect: Tweak comparisons with existing epilogue loops
 2021-08-03 13:52 UTC 

[PATCH] x86: Use XMM31 for scratch SSE register
 2021-08-03 13:13 UTC  (7+ messages)

Sanity check that 'Init' doesn't appear without 'Var' in '*.opt' files
 2021-08-03 13:11 UTC 

[PATCH] vect: Tweak dump messages for vector mode choice
 2021-08-03 13:05 UTC  (2+ messages)

[PATCH v3 0/2] rs6000: Add support for _mm_minpos_epu16
 2021-08-03 13:01 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] rs6000: Add test "

[ARM] PR66791: Replace builtins for fp and unsigned vmul_n intrinsics
 2021-08-03 12:53 UTC  (6+ messages)

[PATCH, libgomp, OpenMP 5.0] Implement omp_get_device_num
 2021-08-03 12:22 UTC  (8+ messages)
  ` [PATCH, v2, "

[PATCH] Add a simple fraction class
 2021-08-03 12:11 UTC  (8+ messages)

[RFC/PATCH] Use range-based for loops for traversing loops
 2021-08-03 12:08 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH] Make loops_list support an optional loop_p root
        ` [PATCH v2] "

[PATCH 0/8] aarch64 vector cost tweaks
 2021-08-03 12:06 UTC  (9+ messages)
` [PATCH 1/8] aarch64: Turn sve_width tuning field into a bitmask
` [PATCH 2/8] aarch64: Add a simple fixed-point class for costing
` [PATCH 3/8] aarch64: Split out aarch64_adjust_body_cost_sve
` [PATCH 4/8] aarch64: Add gather_load_xNN_cost tuning fields
` [PATCH 5/8] aarch64: Tweak the cost of elementwise stores
` [PATCH 6/8] aarch64: Tweak MLA vector costs
` [PATCH 7/8] aarch64: Restrict issue heuristics to inner vector loop
` [PATCH 8/8] aarch64: Add -mtune=neoverse-512tvb

[PATCH take 2] Fold (X<<C1)^(X<<C2) to a multiplication when possible
 2021-08-03 11:58 UTC  (2+ messages)

[PATCH v4 0/2] x86: Add general_regs_only function attribute
 2021-08-03 11:47 UTC  (14+ messages)
` [PATCH v4 2/2] "
                    ` [PATCH v5] <x86gprintrin.h>: Add pragma GCC target("general-regs-only")
                      ` PING^1 "

Re: [PATCH] Fix ICE when mixing VLAs and statement expressions [PR91038]
 2021-08-03 11:26 UTC  (6+ messages)

[PATCH] Add the member integer_to_sse to processor_cost as a cost simulation for movd/pinsrd. It will be used to calculate the cost of vec_construct
 2021-08-03 11:12 UTC  (6+ messages)

[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-08-03 10:56 UTC  (16+ messages)

[PATCH 1/8] aarch64: Use memcpy to copy vector tables in vqtbl[234] intrinsics
 2021-08-03  9:42 UTC  (2+ messages)

[PATCH] gcc: Add vec_select -> subreg RTL simplification
 2021-08-03  9:36 UTC  (6+ messages)
` [PATCH V2] "

[PATCH] Fix loop split incorrect count and probability
 2021-08-03  8:58 UTC 

[PATCH][www] Move mipsisa64elf from primary to secondary as mips64-linux-gnu
 2021-08-03  8:51 UTC 

[PATCH] analyzer: Fix ICE on MD builtin [PR101721]
 2021-08-03  8:13 UTC  (2+ messages)

[PATCH] c: Fix ICE caused by get_parm_array_spec [PR101702]
 2021-08-03  7:17 UTC 

[PATCH] c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101539]
 2021-08-03  7:05 UTC 

[PATCH] Add cond_add/sub/mul for vector integer modes
 2021-08-03  6:58 UTC 

[PATCH] x86: Add testcases for PR target/80566
 2021-08-03  3:35 UTC 

[PATCH 0/2] Initial support for AVX512FP16
 2021-08-03  2:44 UTC  (21+ messages)
` [PATCH V2 00/10] "
  ` [PATCH 02/10] [i386] Enable _Float16 type for TARGET_SSE2 and above
            ` [PATCH V3 0/6] Initial support for AVX512FP16
              ` [PATCH 1/6] Update hf soft-fp from glibc
              ` [PATCH 2/6] [i386] Enable _Float16 type for TARGET_SSE2 and above
              ` [PATCH 3/6] [i386] libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations
              ` [PATCH 4/6] Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16 when backend supports _Float16
              ` [PATCH 6/6] AVX512FP16: Support vector init/broadcast/set/extract for FP16
              ` [PATCH 5/6] AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instructions
  ` [PATCH 03/10] [i386] libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations

[PATCH] Support cond_add/sub/mul/div for vector float/double
 2021-08-03  1:17 UTC  (3+ messages)

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-08-02 23:43 UTC  (6+ messages)
` [PATCH 42/55] rs6000: Handle gimple folding of target built-ins

Go patch committed: Allow converting from slice to pointer-to-array
 2021-08-02 22:53 UTC 

Go patch committed: Support unsafe.Add and unsafe.Slice
 2021-08-02 22:23 UTC 

Warn for reads from write-only arguments [PR101734]
 2021-08-02 21:44 UTC 

[PATCH] Objective-C: don't require redundant -fno-objc-sjlj-exceptions for the NeXT v2 ABI
 2021-08-02 21:37 UTC  (3+ messages)

[PATCH, rs6000] Add store fusion support for Power10
 2021-08-02 20:19 UTC 

[PATCH 2/2] Ada: Remove debug line number for DECL_IGNORED_P functions
 2021-08-02 17:18 UTC  (3+ messages)

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

[committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
 2021-08-02 15:35 UTC  (2+ messages)
` [committed] libstdc++: Fix filesystem::temp_directory_path [PR101709]

[committed] libstc++: Add dg-error for additional error in C++11 mode
 2021-08-02 15:22 UTC 

[PUSHED] Remove --param=threader-iterative
 2021-08-02 14:59 UTC 

[PATCH 0/3] arm: fix problems when targetting extended FPUs [PR101723]
 2021-08-02 14:56 UTC  (4+ messages)
` [PATCH 1/3] arm: ensure the arch_name is always set for the build target
` [PATCH 2/3] arm: Don't reconfigure globals in arm_configure_build_target
` [PATCH 3/3] arm: reorder assembler architecture directives [PR101723]

[PATCH 2/2] Rewrite more vector loads to scalar loads
 2021-08-02 13:40 UTC 

[PATCH 1/2] Add emulated gather capability to the vectorizer
 2021-08-02 13:34 UTC 

[PATCH 1/2] Fix debug info for ignored decls at start of assembly
 2021-08-02 13:31 UTC  (6+ messages)

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-08-02 13:29 UTC  (5+ messages)

[PATCH] Fix ICE when mixing VLAs and statement expressions [PR91038]
 2021-08-02 10:16 UTC  (2+ messages)

[PATCH] Optimize x ? bswap(x) : 0 in tree-ssa-phiopt
 2021-08-02 10:05 UTC  (2+ messages)

[PATCH] Fix PR 101683: FP exceptions for float->unsigned
 2021-08-02  9:58 UTC  (2+ messages)

[PATCH] gcov-profile/71672 Fix indirect call inlining with AutoFDO
 2021-08-02  9:56 UTC  (3+ messages)

[PATCH] Fix typos in move_sese_region_to_fn
 2021-08-02  9:49 UTC  (2+ messages)

[PATCH] Add emulated gather capability to the vectorizer
 2021-08-02  9:20 UTC  (13+ messages)

[PATCH][gcc/doc] Improve nonnull attribute documentation
 2021-08-02  6:41 UTC  (8+ messages)

[RFC] Don't move cold code out of loop by checking bb count
 2021-08-02  5:05 UTC 

[PATCH] i386: Improve extensions of __builtin_clz and constant - __builtin_clz for -mno-lzcnt [PR78103]
 2021-08-01 19:20 UTC  (8+ messages)
      ` [PATCH] i386: Improve SImode constant - __builtin_clzll for -mno-lzcnt

[C PATCH] qualifiers of pointers to arrays in C2X [PR 98397]
 2021-08-01  7:20 UTC  (3+ messages)
  ` PING^2 "

[r12-2649 Regression] FAIL: gcc.target/i386/pr78103-2.c scan-assembler \\m(leal|addl)\\M on Linux/x86_64
 2021-07-31 20:27 UTC 

[PATCH] c++: Reject anonymous struct with bases
 2021-07-31 14:46 UTC  (3+ messages)

[pushed] c++: ICE on anon struct with base [PR96636]
 2021-07-31 14:45 UTC 

[pushed] c++: pretty-print TYPE_PACK_EXPANSION better
 2021-07-31 14:43 UTC 

[PATCH] mips: Fix up mips_atomic_assign_expand_fenv [PR94780]
 2021-07-31 10:27 UTC  (6+ messages)
` PING^5: "
      ` committed: "

[r12-2640 Regression] FAIL: gcc.target/i386/dec-cmov-2.c scan-assembler-not test(l|q|w) on Linux/x86_64
 2021-07-31 10:13 UTC  (2+ messages)

New French PO file for 'gcc' (version 11.2.0)
 2021-07-31  9:02 UTC 

[committed] openmp: Handle OpenMP directives in attribute syntax in attribute-declaration
 2021-07-31  7:40 UTC 

Committed: gcc.dg/tree-ssa/ssa-dse-26.c: Skip on mmix-knuth-mmixware
 2021-07-31  0:40 UTC 

Committed: gcc.dg/uninit-pred-9_b.c: Xfail for MMIX too
 2021-07-31  0:37 UTC 

[PATCH v2 0/6] rs6000: Add SSE4.1 "blend", "ceil", "floor"
 2021-07-30 22:13 UTC  (4+ messages)
` [PATCH v2 4/6] rs6000: Add tests for SSE4.1 "ceil" intrinsics

Committed: MMIX: remove generic placeholders parameters in call insn patterns
 2021-07-30 21:47 UTC 

[PATCH v2] Fix for powerpc64 long double complex divide failure
 2021-07-30 20:56 UTC  (2+ messages)

[PATCH] diagnostics: Support for -finput-charset [PR93067]
 2021-07-30 20:13 UTC  (4+ messages)

[PATCH 0/3] Allow means for late BTF generation for BPF CO-RE
 2021-07-30 20:12 UTC  (4+ messages)
` [PATCH 1/3] bpf: Add new -mcore option "
` [PATCH 2/3] targhooks: New target hook for CTF/BTF debug info emission
` [PATCH 3/3] dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase

[COMMITTED] Handle constants in wi_fold for trunc_mod
 2021-07-30 19:12 UTC 

[COMMITTED] Change integral divide by zero to produce UNDEFINED range
 2021-07-30 19:12 UTC 

[COMMITTED] Change const basic_block to const_basic_block in gimple-range-cache
 2021-07-30 19:12 UTC 

[RFC] Mark gcc.dg/shrink-wrap-loop.c as XFAIL
 2021-07-30 18:33 UTC  (3+ messages)

[PATCH] doc: correct documentation of "call" (et al) operand 2
 2021-07-30 18:28 UTC  (2+ messages)

[PATCH] mips: add MSA vec_cmp and vec_cmpu expand pattern [PR101132]
 2021-07-30 18:06 UTC  (8+ messages)
` PING^5: "
      ` committed: "

[PATCH v6] Add QI vector mode support to by-pieces for memset
 2021-07-30 17:35 UTC  (3+ messages)

[PATCH] c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers [PR101539]
 2021-07-30 16:27 UTC  (6+ messages)

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-07-30 15:06 UTC  (19+ messages)
          ` [PING][PATCH] "

[PATCH] c++: Fix up attribute rollbacks in cp_parser_statement
 2021-07-30 15:02 UTC  (2+ messages)

[PATCH] x86: Don't enable LZCNT/POPCNT if disabled explicitly
 2021-07-30 13:48 UTC  (4+ messages)

[PATCH v4] Add QI vector mode support to by-pieces for memset
 2021-07-30 12:39 UTC  (12+ messages)

OpenMP 5.1: omp_display_env
 2021-07-30 12:02 UTC  (9+ messages)

[committed 01/12] d: Factor d_nested_class and d_nested_struct into single function
 2021-07-30 11:01 UTC  (5+ messages)
` [committed 09/12] d: Clarify comment for generating static array assignment with literal
` [committed 10/12] d: Don't generate a PREDICT_EXPR when assert contracts are turned off
` [committed 11/12] d: Always layout initializer for the m_RTInfo field in TypeInfo_Class
` [committed 12/12] d: Remove dead code from binary_op

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