public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-06-14  8:01 UTC  (4+ messages)

[ARM NEON] PR66791: Replace builtins in vceq_* (a, b) with a == b
 2021-06-14  7:59 UTC  (2+ messages)

[PATCH] tree-optimization/101031 - fix strlen opt invalidation logic
 2021-06-14  7:59 UTC  (2+ messages)

[ARM] PR97906 - Missed lowering abs(a) >= abs(b) to vacge
 2021-06-14  7:58 UTC  (3+ messages)

[ARM] PR66791: Replace calls to builtin in vmul_n (a, b) intrinsics with __a * __b
 2021-06-14  7:57 UTC  (6+ messages)

[committed] wwwdocs: readings: Remove PRU-ICSS documentation reference
 2021-06-14  7:56 UTC  (3+ messages)

[committed] wwwdocs: gcc-11/changes.html: Editorial changes for RISC-V
 2021-06-14  7:41 UTC  (3+ messages)

[PATCH] Fix PR 100944 - Array boundary misscalculation
 2021-06-14  6:36 UTC  (2+ messages)

[PATCH] teach compute_objsize about placement new (PR 100876)
 2021-06-14  6:04 UTC  (4+ messages)

[PATCH 1/2] correct BB frequencies after loop changed
 2021-06-14  2:38 UTC  (10+ messages)
              ` Ping: "

[PATCH] config: Backport "Rely less on internal symbols" (serial 68) to gettext.m4
 2021-06-14  2:30 UTC  (2+ messages)

[PATCH v2] Add a target calls hook: TARGET_PUSH_ARGUMENT
 2021-06-14  2:21 UTC  (2+ messages)

[RFA] Minor improvement to compare elimination
 2021-06-14  0:30 UTC 

[r12-1405 Regression] FAIL: gcc.dg/c2x-attr-maybe_unused-1.c (test for warnings, line 31) on Linux/x86_64
 2021-06-13 22:33 UTC  (3+ messages)

[PATCH] PR libstdc++/98842: Fixed Constraints on operator<=>(optional, U)
 2021-06-13 21:59 UTC  (4+ messages)

[PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integer
 2021-06-13 21:39 UTC  (3+ messages)

[PATCH] arc: Add --with-fpu support for ARCv2 cpus
 2021-06-13 21:34 UTC  (9+ messages)

[RFC/PATCH] updating global ranges and their effect on __builtin_unreachable code
 2021-06-13 21:24 UTC  (9+ messages)

[PATCH] i386: Try to avoid variable permutation instruction [PR101021]
 2021-06-13 19:53 UTC  (2+ messages)
` [PATCH] i386: Improve variable permutation insn avoidance [PR101021]

[Patch, fortran] PR fortran/100948 - [12 Regression] ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9069
 2021-06-13 19:11 UTC 

[PATCH] avr: Add atmega324pb MCU
 2021-06-13 18:42 UTC 

[Patch, fortran] PR fortran/100906/100907/100911/100914/100915/100916
 2021-06-13 18:36 UTC 

[PATCH] c++: Don't complain about [[maybe_unused]] on non-static data members
 2021-06-13 17:23 UTC  (2+ messages)

[PATCH, pushed] use range based for loops to iterate over vec<>
 2021-06-13 16:11 UTC 

[Patch, fortran] PR fortran/101047/101048 Pointer explicit initialization
 2021-06-13 15:50 UTC  (2+ messages)

[PATCH 0/3]: C N2653 char8_t implementation
 2021-06-13 15:35 UTC  (5+ messages)

[committed] More improvements to H8 logicals for test/compare elimination
 2021-06-13 15:21 UTC 

[PATCH 1/3]: C N2653 char8_t: Language support
 2021-06-13 13:40 UTC  (9+ messages)

[PATCH] dwarf: Multi-register CFI address support
 2021-06-13 13:27 UTC 

[PATCH] x86: Replace ix86_red_zone_size with ix86_red_zone_used
 2021-06-13 11:22 UTC  (2+ messages)

[Patch] contrib/gcc-changelog: Check that PR in subject in in changelog
 2021-06-13  5:51 UTC  (8+ messages)

[pushed] c-family: don't warn for [[maybe_unused]] on data member
 2021-06-12 16:45 UTC 

[pushed] c++: constexpr and array[0] [PR101029]
 2021-06-12 16:40 UTC 

[PATCH] Try LTO partial linking. (Was: Speed of compiling gimple-match.c)
 2021-06-12 15:55 UTC  (5+ messages)

[PATCH] rs6000: Support more short/char to float conversion
 2021-06-12 14:21 UTC  (6+ messages)

[pushed] c++: speed up looking up the current class
 2021-06-12  4:58 UTC 

[PATCH 1/1] Fix a typo in an AutoFDO error string
 2021-06-12  0:18 UTC 

[PATCH] Fix effective target for check-builtin-vec_rlnm-runnable.c test
 2021-06-11 22:23 UTC  (2+ messages)

[PATCH] libgccjit: Add function to set the initial value of a global variable [PR96089]
 2021-06-11 20:44 UTC  (2+ messages)

[PATCH] rs6000: Support doubleword swaps removal in rot64 load store [PR100085]
 2021-06-11 20:16 UTC  (11+ messages)

[C PATCH] qualifiers of pointers to arrays in C2X [PR 98397]
 2021-06-11 19:25 UTC  (2+ messages)

[PATCH] c++: Substitute into function parms in lexical order [PR96560]
 2021-06-11 19:23 UTC  (5+ messages)

[PATCH] Document that -fno-trampolines is for Ada only [PR100735]
 2021-06-11 19:09 UTC 

[PATCH,rs6000] Do not check if SMS succeeds on powerpc
 2021-06-11 19:08 UTC  (2+ messages)

RFC: Experimental use of Sphinx for GCC documentation
 2021-06-11 18:48 UTC  (21+ messages)
` RFC: "
    ` GCC documentation: porting to Sphinx

[PATCH] PR fortran/95502 - ICE in gfc_check_do_variable, at fortran/parse.c:4446
 2021-06-11 18:41 UTC  (2+ messages)
` PING "

[committed] d: foreach over a tuple doesn't work on 16-bit targets (PR100999)
 2021-06-11 18:34 UTC 

[committed] libstdc++: Fix filesystem::path comparisons for C++23
 2021-06-11 18:24 UTC 

[PATCH] libgccjit: Handle truncation and extension for casts [PR 95498]
 2021-06-11 17:49 UTC  (10+ messages)

[PATCH][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-06-11 17:14 UTC  (14+ messages)

[PATCH] inline-asm: Fix ICE with bitfields in "m" operands [PR100785]
 2021-06-11 17:09 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] improve warning suppression for inlined functions (PR 98465, 98512)
 2021-06-11 17:04 UTC  (14+ 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 "
      ` [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 "

[GCC][PATCH] arm: Fix polymorphic variants failing with undefined reference to `__ARM_undef` error
 2021-06-11 16:38 UTC  (2+ messages)

[PATCH 1/2] arm: Auto-vectorization for MVE: vclz
 2021-06-11 16:25 UTC  (10+ messages)
` [PATCH 2/2] arm: Auto-vectorization for MVE: add pack/unpack patterns

For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP clause chain
 2021-06-11 14:11 UTC  (2+ messages)

[PATCH] tree-optimization/101025 - fix store-motion dependence checking
 2021-06-11 13:53 UTC 

[committed] analyzer: tweak priority of callstrings in worklist::key_t::cmp
 2021-06-11 13:34 UTC 

[PATCH/RFC] combine: Tweak the condition of last_set invalidation
 2021-06-11 13:16 UTC  (3+ messages)
  ` [PATCH v2] "

[GCC][Patch] arm: Fix the mve multilib for the broken cmse support (pr99939)
 2021-06-11 13:10 UTC  (2+ messages)

[PATCH] c++: Add C++23 consteval if support - P1938R3 [PR100974]
 2021-06-11 12:49 UTC  (10+ messages)
      ` [PATCH v2] "

[PATCH] tree-optimization/101028 - fix endless SLP reassoc discovery
 2021-06-11 12:24 UTC 

[GCC][Patch] arm: Fix the mve multilib for the broken cmse support (pr99939)
 2021-06-11 12:17 UTC 

[PATCH] tree-optimization/101026 - fix SLP re-association
 2021-06-11 11:35 UTC 

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-06-11 10:53 UTC  (3+ messages)
` [PATCH 04/11] libstdc++: Make use of __builtin_bit_cast
  ` [PATCH 04/11 v2] "

[PATCH] simplify-rtx: Fix up simplify_logical_relational_operation for vector IOR [PR101008]
 2021-06-11 10:49 UTC  (2+ messages)

[PATCH] Add gnu::diagnose_as attribute
 2021-06-11 10:01 UTC  (3+ messages)

[PATCH] [i386] Optimize __builtin_shuffle when it's used to zero the upper bits of the dest. [PR target/94680]
 2021-06-11  9:34 UTC  (3+ messages)
` [PATCH] i386: Fix up *vec_concat<mode>_0_1 [PR101007]

[PATCH] middle-end/101009 - fix distance vector recording
 2021-06-11  9:26 UTC 

[PATCH] Add statistics counting to PHI-OPT
 2021-06-11  7:50 UTC  (2+ messages)

[PATCH] Use stablesort for sorting association chain
 2021-06-11  7:29 UTC 

[PATCH] Expose stable sort algorithm to gcc_sort_r and add vec::stablesort
 2021-06-11  7:28 UTC  (3+ messages)

[PATCH] PR fortran/100950 - ICE in output_constructor_regular_field, at varasm.c:5514
 2021-06-11  6:02 UTC  (5+ messages)

[PATCH] c++: Failure to delay noexcept parsing with ptr-operator [PR100752]
 2021-06-11  2:31 UTC  (4+ messages)

[PATCH] c++: Extend std::is_constant_evaluated in if warning [PR100995]
 2021-06-11  2:25 UTC  (4+ messages)
  ` [PATCH v2] "

Aligning stack offsets for spills
 2021-06-10 22:49 UTC  (7+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-06-10 22:41 UTC  (13+ messages)

[PATCH] i386: Add V8QI and other 64bit vector permutations [PR89021]
 2021-06-10 21:58 UTC 

libgo patch committed: Update libgo to Go 1.16.5
 2021-06-10 21:42 UTC 

[PATCH] rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_build_acc built-ins
 2021-06-10 20:40 UTC  (5+ messages)

[PATCH] c++: normalization of non-templated return-type-req [PR100946]
 2021-06-10 20:24 UTC  (4+ messages)

[PATCH] c++: matching deduced template template parameters [PR67829]
 2021-06-10 20:16 UTC  (4+ messages)

[committed] d: Fix ICE in TypeInfoDeclaration, at dmd/declaration.c (PR100967)
 2021-06-10 18:30 UTC 

[RFC] mask out mult expr ctz bits from nonzero bits
 2021-06-10 18:20 UTC  (2+ messages)

[GCC-9][committed] PR d/90651 (ICE in FuncDeclaration::semantic3, at d/dmd/func.c:1524)
 2021-06-10 17:57 UTC 

libstdc++ PR 57272 Fancy pointer support in Hashtable
 2021-06-10 17:22 UTC  (2+ messages)

[GCC][PATCH] arm: Fix multilib mapping for CDE extensions
 2021-06-10 16:33 UTC  (3+ messages)

[PATCH] rs6000: Fix *TItype_ppc
 2021-06-10 15:22 UTC 

[PATCH] Modula-2 into the GCC tree on master
 2021-06-10 15:00 UTC  (5+ messages)

[PATCH] Use auto_vec in ssa_equiv_stack
 2021-06-10 14:54 UTC  (2+ messages)

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-06-10 14:41 UTC  (2+ messages)

[committed] Use memory loads and extensions for cmp/test elimination on H8
 2021-06-10 14:02 UTC 

[PATCH, v3, OpenMP 5.0, libgomp] Structure element mapping for OpenMP 5.0
 2021-06-10 13:04 UTC  (2+ messages)

[RFC] Implementing detection of saturation and rounding arithmetic
 2021-06-10 11:51 UTC  (4+ messages)
    ` [RFC][ivopts] Generate better code for IVs with uses outside the loop

[PATCH] OpenACC: Separate enter/exit data APIs
 2021-06-10 11:51 UTC  (4+ messages)

[OpenACC] declare directive
 2021-06-10 11:15 UTC  (2+ messages)

[PUSHED] Adjust variable names and comments in value-query.*
 2021-06-10 11:11 UTC 

[PATCH 00/13] OpenACC 2.6 manual deep copy support
 2021-06-10 11:03 UTC  (3+ messages)
` [PATCH 09/13] OpenACC 2.6 deep copy: C and C++ front-end parts

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