public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/7] ifcvt: Convert multiple
 2021-06-25 16:08 UTC  (2+ messages)
` [PATCH 1/7] ifcvt: Check if cmovs are needed

[PATCH] c++: access scope during partial spec matching [PR96204]
 2021-06-25 15:50 UTC  (3+ messages)

[PATCH] c++: CTAD within alias template [PR91911]
 2021-06-25 15:42 UTC  (2+ messages)

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-06-25 15:25 UTC  (2+ messages)

[PATCH] testsuite: mips: use noinline attribute instead of -fno-inline
 2021-06-25 14:40 UTC  (6+ messages)

[committed] Use right shifts to eliminate redundant test/compare insns on the H8
 2021-06-25 13:25 UTC 

RFC: Experimental use of Sphinx for GCC documentation
 2021-06-25 13:14 UTC  (14+ messages)
` RFC: "
    ` GCC documentation: porting to Sphinx

[PATCH] New hook adjust_iv_update_pos
 2021-06-25 13:12 UTC  (6+ messages)

[PATCH] x86: Compile CPUID functions with -mgeneral-regs-only
 2021-06-25 12:39 UTC  (10+ messages)
      ` [PATCH v2] x86: Check AVX512 without mask instructions

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

[RFC] ldist: Recognize rawmemchr loop patterns
 2021-06-25 10:23 UTC  (11+ messages)

[PATCH] tree-optimization/101202 - fix ICE with failed backedge SLP nodes
 2021-06-25 10:03 UTC 

[PATCH 5/6] make get_domminated_by_region return a auto_vec
 2021-06-25  8:29 UTC  (20+ messages)

[PATCH 0/7] PHI-OPT move abs_replacement to match.pd
 2021-06-25  8:24 UTC  (17+ messages)
` [PATCH 1/7] Expand the comparison argument of fold_cond_expr_with_comparison
` [PATCH 2/7] Reset the range info on the moved instruction in PHIOPT
` [PATCH 3/7] Duplicate the range information of the phi onto the new ssa_name
` [PATCH 4/7] Allow match-and-simplified phiopt to run in early phiopt
` [PATCH 5/7] Try inverted comparison for match_simplify in phiopt
` [PATCH 6/7] Lower for loops before lowering cond in genmatch
` [PATCH 7/7] Port most of the A CMP 0 ? A : -A to match

[PATCH] Fixup reduction info on addsub SLP pattern
 2021-06-25  8:18 UTC 

[PATCH][RFC] Add x86 subadd SLP pattern
 2021-06-25  7:55 UTC  (11+ messages)

[[PATCH V9] 0/7] Support for the CTF and BTF debug formats
 2021-06-25  7:47 UTC  (8+ messages)
` [[PATCH V9] 1/7] dwarf: add a dwarf2int.h internal interface

[PATCH 0/11] warning control by group and location (PR 74765)
 2021-06-25  7:46 UTC  (41+ messages)
  ` [PATCH 0/13] v2 "
    ` [PATCH 1/13] v2 [PATCH 1/13] Add support for per-location warning groups "
    ` [PATCH 2/13] v2 Use new per-location warning APIs in Ada
    ` [PATCH 3/13] v2 Use new per-location warning APIs in C front end
    ` [PATCH 4/13] v2 Use new per-location warning APIs in C family code
    ` [PATCH 5/13] v2 Use new per-location warning APIs in the RL78 back end
    ` [PATCH 6/13] v2 Use new per-location warning APIs in the C++ front end
    ` [PATCH 7/13] v2 Use new per-location warning APIs in the FORTRAN "
    ` [PATCH 8/13] v2 Use new per-location warning APIs in libcc1
    ` [PATCH 9/13] v2 Use new per-location warning APIs in LTO
      ` [PING][PATCH "
    ` [PATCH 10/13] v2 Use new per-location warning APIs in the middle end
    ` [PATCH 11/13] v2 Use new per-location warning APIs in the Objective-C front end
    ` [PATCH 12/13] v2 Remove TREE_NO_WARNING and gimple*no_warning* APIs
    ` [PATCH 13/13] v2 Add regression tests for PR 74765 and 74762

[PATCH] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
 2021-06-25  7:38 UTC  (5+ messages)

[PATCH 1/2] [i386] Fold blendv builtins into gimple
 2021-06-25  6:49 UTC  (5+ messages)
` [PATCH 2/2] [i386] For 128/256-bit vec_cond_expr, When mask operands is lt reg const0_rtx, blendv can be used instead of avx512 mask. [PR target/100648]

[PATCH v4 0/2] x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast
 2021-06-25  6:09 UTC  (4+ messages)
` PING^1 "

[r12-1805 Regression] FAIL: gcc.dg/analyzer/setjmp-2.c (test for excess errors) on Linux/x86_64
 2021-06-25  5:26 UTC 

testsuite: avoid no-stack-protector-attr-3 fail on mips*-*-*
 2021-06-25  2:53 UTC  (4+ messages)
` [PATCH resend] "

[committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
 2021-06-24 21:10 UTC  (4+ messages)

[COMMITTED] tree-optimization/101189 - Only register relations on live edges
 2021-06-24 20:03 UTC 

[COMMITTED] Add a test case to confirm the equivalence's are being checked by EVRP
 2021-06-24 20:03 UTC 

rs6000: Fix typos in float128 ISA3.1 support
 2021-06-24 19:36 UTC  (6+ messages)
  ` [EXTERNAL] "

[r12-1764 Regression] FAIL: g++.dg/opt/pr91838.C -std=c++2a scan-assembler pxor\\s+%xmm0,\\s+%xmm0 on Linux/x86_64
 2021-06-24 19:18 UTC 

[r12-1773 Regression] FAIL: gcc.dg/vect/pr96854.c (test for excess errors) on Linux/x86_64
 2021-06-24 19:18 UTC 

[PATCH] aix: handle 64bit inodes for include directories
 2021-06-24 19:17 UTC  (5+ messages)

[PATCH] fixinc: don't "fix" machine names in quoted string [PR91085]
 2021-06-24 17:35 UTC 

[COMMITTED] Fix relation query of equivalences
 2021-06-24 17:34 UTC 

[COMMITTED] Correctly unify recomputation with existing range
 2021-06-24 17:34 UTC 

[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-06-24 16:31 UTC  (5+ messages)

[ARM] PR66791: Replace builtins for vdup_n and vmov_n intrinsics
 2021-06-24 16:28 UTC  (2+ messages)

[PATCH, OpenMP 5.0] Implement relaxation of implicit map vs. existing device mappings (for mainline trunk)
 2021-06-24 15:55 UTC  (2+ messages)

[PATCH] c++: alias CTAD and aggregate deduction cand [PR98832]
 2021-06-24 15:31 UTC  (2+ messages)

[PATCH 7/7] Port most of the A CMP 0 ? A : -A to match
 2021-06-24 15:08 UTC  (2+ messages)

MSPs, MSSPs Records
 2021-06-24 14:48 UTC 

[PATCH] c++: requires-expression folding [PR101182]
 2021-06-24 14:42 UTC  (2+ messages)

[PATCH] add -ltrans-objects lto-plugin debug option
 2021-06-24 14:31 UTC  (2+ messages)

[RFC] Return NULL from gimple_call_return_type if no return available
 2021-06-24 13:55 UTC  (7+ messages)

[PATCH v2 0/2] Implement indirect external access
 2021-06-24 13:47 UTC  (3+ messages)
` [PATCH v2 1/2] Add -f[no-]direct-extern-access
` [PATCH v2 2/2] Add TARGET_ASM_EMIT_GNU_PROPERTY_NOTE

[PATCH] c: Fix C cast error-recovery [PR101171]
 2021-06-24 13:24 UTC  (2+ messages)

[PATCH, OpenMP 5.0] Improve OpenMP target support for C++ [PR92120 v4]
 2021-06-24 13:15 UTC  (2+ messages)

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-24 13:12 UTC  (3+ messages)

[PATCH] c: Fix up c_parser_has_attribute_expression [PR101176]
 2021-06-24 13:07 UTC  (2+ messages)

[PATCH] libstdc++: More efficient std::chrono::year::leap
 2021-06-24 11:42 UTC  (8+ messages)

[PATCH] IBM Z: Use @PLT symbols for local functions in 64-bit mode
 2021-06-24 11:18 UTC 

[RFC PATCH] i386: Add pack/unpack patterns for 64bit vectors [PR89021]
 2021-06-24 10:48 UTC  (2+ messages)

[PATCH] df: Fix up handling of paradoxical subregs in debug insns [PR101170]
 2021-06-24 10:17 UTC  (3+ messages)

[PATCH] stor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with NULL TREE_TYPE [PR101172]
 2021-06-24 10:11 UTC  (2+ messages)

[PATCH] Fix SLP permute propagation error
 2021-06-24  9:41 UTC 

[committed] openmp: in_reduction clause support on target construct
 2021-06-24  9:37 UTC 

[PATCH] predcom: Adjust some unnecessary update_ssa calls
 2021-06-24  9:28 UTC  (9+ messages)
      ` predcom: Refactor more by encapsulating global states

[PATCH] [i386] Revert x86_order_regs_for_local_alloc changes in r12-1669
 2021-06-24  8:52 UTC  (2+ messages)

[PATCH v2] IBM Z: Define NO_PROFILE_COUNTERS
 2021-06-24  5:29 UTC  (2+ messages)

[PATCH] [i386] Support avx512 vector shift with vector [PR98434]
 2021-06-24  5:05 UTC  (6+ messages)

[PATCH] Disparage slightly the mask register alternative for bitwise operations. [PR target/101142]
 2021-06-24  1:50 UTC  (9+ messages)

[PATCH] tree-optimization/101173 - fix interchange dependence checking
 2021-06-23 23:57 UTC  (2+ messages)

[PATCH] tree-optimization/101105 - fix runtime alias test optimization
 2021-06-23 23:56 UTC  (2+ messages)

[PATCH 0/3] Add Power10 IEEE 128-bit min, max, conditional move
 2021-06-23 23:56 UTC  (12+ messages)
` [PATCH 1/3] Add IEEE 128-bit min/max support on PowerPC
` [PATCH 2/3] Fix IEEE 128-bit min/max test
    ` [PATCH 2/3 V2] "
      ` Ping: "
` [PATCH 3/3] Add IEEE 128-bit fp conditional move on PowerPC
  ` Ping: "

[PATCH] rs6000: Fix restored rs6000_long_double_type_size
 2021-06-23 22:46 UTC  (2+ messages)

[PATCH] c++: excessive instantiation during CTAD [PR101174]
 2021-06-23 21:06 UTC  (4+ messages)

[PATCH] doc/lto.texi: List slim object format as the default
 2021-06-23 20:25 UTC  (3+ messages)
  ` [committed] [PATCH v2] "

[Patch ]Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]
 2021-06-23 20:15 UTC  (5+ messages)
      ` [committed] fortran/dump-parse-tree.c: Use proper enum type (was: Re: [Patch ]Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568])

Generate 128-bit divide/modulus
 2021-06-23 19:21 UTC  (3+ messages)
` Ping: [PATCH] "

[PATCH] testsuite: add -fwrapv for 950704-1.c
 2021-06-23 18:48 UTC  (5+ messages)

[PATCH] Modula-2 into the GCC tree on master
 2021-06-23 16:34 UTC  (8+ messages)

[PATCH] [libstdc++] Cleanup atomic timed wait implementation
 2021-06-23 16:01 UTC  (2+ messages)

[PATCH, rs6000] Do not enable pcrel-opt by default
 2021-06-23 14:57 UTC  (2+ messages)

[PATCH] AArch64: Add support for __builtin_roundeven[f] [PR100966]
 2021-06-23 14:41 UTC  (4+ messages)

[PATCH] Fix --gdwarf-5 configure tests for Windows
 2021-06-23 14:41 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).