public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Add AIX 7.3 Configuration
 2021-06-27 20:26 UTC 

[PATCH] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
 2021-06-27 15:46 UTC  (6+ messages)

[PATCH v5 0/2] x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast
 2021-06-27 11:29 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] x86: Add vec_duplicate<mode> expander

[PATCH] opts: Do not stop when unknown -Wno-error value encountered [PR/65403]
 2021-06-27  8:41 UTC 

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

[PATCH] Generalize -fuse-ld= to support absolute path or arbitrary ld.linker
 2021-06-26 14:44 UTC 

[PATCH 0/7] PHI-OPT move abs_replacement to match.pd
 2021-06-26  6:21 UTC  (18+ 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

[pushed] c++: constexpr aggr init of empty class [PR101040]
 2021-06-26  4:13 UTC 

[wwwdocs] Update C++ DR table
 2021-06-26  0:11 UTC 

[committed] jit: fix test-vector-* failures
 2021-06-25 23:11 UTC 

[committed] jit: fix test-asm failures on i?86
 2021-06-25 23:11 UTC 

[committed] remove a spurious note from calls.c (PR 101216)
 2021-06-25 23:09 UTC 

[COMMITTED 1/2] Adjust on_entry cache to indicate if the value was set properly
 2021-06-25 22:58 UTC  (2+ messages)

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-06-25 22:36 UTC  (11+ messages)

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

[PATCH] c++: Failure to delay noexcept parsing with ptr-operator [PR100752]
 2021-06-25 20:47 UTC  (6+ messages)
      ` [PATCH v2] "

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

[PATCH] c++: CTAD within alias template [PR91911]
 2021-06-25 20:24 UTC  (4+ messages)

[committed] libstdc++: Avoid intercepting exception in ostream::write
 2021-06-25 19:54 UTC 

[committed] libstdc++: Implement LWG 581 for std:ostream::flush()
 2021-06-25 19:54 UTC 

[committed] libstdc++: Fix exception handling in std::ostream seek functions
 2021-06-25 19:54 UTC 

[committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)
 2021-06-25 19:52 UTC 

[committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]
 2021-06-25 19:51 UTC 

[PATCH] inline: do not inline when no_profile_instrument_function is different
 2021-06-25 19:00 UTC  (4+ messages)

[PATCH 0/3] Add Power10 IEEE 128-bit min, max, conditional move
 2021-06-25 17:46 UTC  (5+ messages)
` [PATCH 2/3] Fix IEEE 128-bit min/max test

[PATCH, libgomp, PR101114, committed] Fix struct-elem-5.c regression
 2021-06-25 16:53 UTC 

[PATCH 0/4 REVIEW] libtool and libctf fixes for Solaris 11
 2021-06-25 16:13 UTC  (3+ messages)
` [PATCH 1/4] libtool.m4: augment symcode "
` [PATCH 2/4 REVIEW] libtool.m4: fix nm BSD flag detection

[PATCH 0/7] ifcvt: Convert multiple
 2021-06-25 16:09 UTC  (8+ messages)
` [PATCH 1/7] ifcvt: Check if cmovs are needed
` [PATCH 2/7] ifcvt: Allow constants for noce_convert_multiple
` [PATCH 3/7] ifcvt: Improve costs handling "
` [PATCH 4/7] ifcvt/optabs: Allow using a CC comparison for emit_conditional_move
` [PATCH 5/7] ifcvt: Try re-using CC for conditional moves
` [PATCH 6/7] testsuite/s390: Add tests for noce_convert_multiple
` [PATCH 7/7] s390: Increase costs for load on condition and change movqicc expander

[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  (19+ messages)

[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  (37+ 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 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]

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)

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