public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, libgomp, OpenMP 5.0] Implement omp_get_device_num
 2021-08-02 13:10 UTC  (5+ messages)
  ` [PATCH, v2, "

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

[PATCH] Add a simple fraction class
 2021-08-02 12:16 UTC  (6+ messages)

[PATCH v5 00/10] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-08-02 11:20 UTC  (12+ 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 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

[PATCH] Support cond_add/sub/mul/div for vector float/double
 2021-08-02 10:19 UTC  (2+ 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 0/2] Initial support for AVX512FP16
 2021-08-02  6:44 UTC  (19+ 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][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 v4 0/2] x86: Add general_regs_only function attribute
 2021-07-31 15:35 UTC  (13+ messages)
` [PATCH v4 2/2] "
                    ` [PATCH v5] <x86gprintrin.h>: Add pragma GCC target("general-regs-only")
                      ` PING^1 "

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

[committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
 2021-07-30 17:13 UTC 

[PATCH] c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers [PR101539]
 2021-07-30 16:27 UTC  (11+ messages)
` [PATCH] c++: __builtin_is_pointer_interconvertible_with_class incremental fix [PR101539]

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

[PATCH 1/2] Fix debug info for ignored decls at start of assembly
 2021-07-30 11:09 UTC  (5+ messages)

[committed 01/12] d: Factor d_nested_class and d_nested_struct into single function
 2021-07-30 11:01 UTC  (12+ messages)
` [committed 02/12] d: Drop any field or parameter types that got cached before conversion failed
` [committed 03/12] d: Insert null terminator in obstack buffers
` [committed 04/12] d: Use hasMonitor to determine whether to emit a __monitor field in D classes
` [committed 05/12] d: Use Identifier::idPool to generate anonymous field name
` [committed 06/12] d: Factor aggregate_initializer_decl to set the sinit for aggregate declarations
` [committed 07/12] d: Set COMDAT and visibility of thunks only if they are public
` [committed 08/12] d: Only handle named enums in enum_initializer_decl
` [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

[committed 00/12] d: Series of refactorings to the D front-end
 2021-07-30 10:58 UTC 

[PATCH] x86: Compile CPUID functions with -mgeneral-regs-only
 2021-07-30 10:02 UTC  (8+ messages)
      ` [PATCH v2] x86: Check AVX512 without mask instructions
        ` PING^1 "

[PATCH] Replace evrp use in loop versioning with ranger
 2021-07-30  9:34 UTC  (7+ messages)

[x86_64 PATCH] Decrement followed by cmov improvements
 2021-07-30  9:32 UTC  (2+ messages)

[PATCH] c++: Accept C++11 attribute-definition [PR101582]
 2021-07-30  8:56 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] ipa-devirt: check precision mismatch of enum values [PR101396]
 2021-07-30  8:00 UTC  (5+ messages)
` PING^w: "
      ` [PATCH committed] "

[RFC/PATCH] Use range-based for loops for traversing loops
 2021-07-30  7:58 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH] Make loops_list support an optional loop_p root
        ` [PATCH v2] "
  ` [PATCH v3] Use range-based for loops for traversing loops
      ` [PATCH v4] "

[PATCH] Add testcases that got lost when tree-ssa was merged
 2021-07-30  7:05 UTC  (2+ messages)

Question about divide by 0 and what we can do with it
 2021-07-30  6:57 UTC  (4+ messages)

Committed: Fix MMIX breakage; ICE in df_ref_record, at df-scan.c:2598
 2021-07-29 23:24 UTC 

[PATCH] fix breakage from "libstdc++: Remove unnecessary uses of <utility>"
 2021-07-29 23:19 UTC  (2+ messages)

New German PO file for 'gcc' (version 11.2.0)
 2021-07-29 22:37 UTC 

[PATCH v3 1/2] rs6000: Add support for _mm_minpos_epu16
 2021-07-29 22:03 UTC  (2+ messages)

[patch][version 7]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-07-29 21:36 UTC  (2+ messages)

[PATCH] RISC-V: Enable overlap-by-pieces in case of fast unaliged access
 2021-07-29 19:36 UTC  (3+ messages)

[PATCH 0/2] New target hook TARGET_COMPUTE_MULTILIB and implementation for RISC-V
 2021-07-29 19:00 UTC  (3+ messages)

[committed] Reinstate branch-on-bit insns for H8
 2021-07-29 18:59 UTC 

[r12-2591 Regression] FAIL: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++98 (test for excess errors) on Linux/x86_64
 2021-07-29 17:31 UTC 

[PATCH] c++: suppress all warnings on memper pointers to work around dICE [PR101219]
 2021-07-29 15:41 UTC  (2+ messages)

[committed] d: Generate Object class if it doesn't exist during TypeInfo emission (PR101672)
 2021-07-29 15:23 UTC 

[committed] d: Return the correct value for C++ constructor calls (PR101664)
 2021-07-29 15:22 UTC 

[committed] d: Ensure casting from bool results in either 0 or 1 (PR96435)
 2021-07-29 15:22 UTC 

[committed] d: Remove generated D header files on error (PR101657)
 2021-07-29 15:22 UTC 

[committed] d: Don't escape quoted format strings in escape_d_format (PR101656)
 2021-07-29 15:22 UTC 

[ARM] PR66791: Replace builtins in vld1
 2021-07-29 14:49 UTC  (4+ messages)

[PATCH 0/11] warning control by group and location (PR 74765)
 2021-07-29 14:41 UTC  (9+ messages)
  ` [PATCH 0/13] v2 "

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