public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] x86: Compile CPUID functions with -mgeneral-regs-only
 2021-06-24 13:00 UTC  (5+ messages)

[PATCH] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
 2021-06-24 12:29 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 

[ARM] PR66791: Replace builtins for vdup_n and vmov_n intrinsics
 2021-06-24 11:11 UTC 

[PATCH][RFC] Add x86 subadd SLP pattern
 2021-06-24 11:07 UTC  (8+ messages)

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

[PATCH] c: Fix up c_parser_has_attribute_expression [PR101176]
 2021-06-24 10:20 UTC 

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

[PATCH] c: Fix C cast error-recovery [PR101171]
 2021-06-24 10:11 UTC 

[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 0/11] warning control by group and location (PR 74765)
 2021-06-24  9:32 UTC  (34+ 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

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

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

[PATCH 1/6] auto_vec copy/move improvements
 2021-06-24  9:27 UTC  (18+ messages)
` [PATCH 5/6] make get_domminated_by_region return a auto_vec

[RFC] Return NULL from gimple_call_return_type if no return available
 2021-06-24  9:07 UTC  (4+ messages)

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

testsuite: avoid no-stack-protector-attr-3 fail on mips*-*-*
 2021-06-24  6:05 UTC  (3+ messages)
` [PATCH resend] "

[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  (7+ 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] c++: requires-expression folding [PR101182]
 2021-06-23 23:37 UTC 

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

[PATCH 0/7] PHI-OPT move abs_replacement to match.pd
 2021-06-23 22:19 UTC  (8+ 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] 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  (9+ messages)

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

RFC: Experimental use of Sphinx for GCC documentation
 2021-06-23 16:00 UTC  (11+ messages)
` RFC: "
    ` GCC documentation: porting to Sphinx

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-23 15:46 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)

[PATCH] Emit .file 0 marker earlier in DWARF 5
 2021-06-23 14:39 UTC  (2+ messages)

[COMMITTED] Split gimple-range into gimple-range-fold and gimple-range
 2021-06-23 14:27 UTC 

[COMMITTED 2/2] tree-optimization/101148 - Do not continue propagating values which cannot be set properly
 2021-06-23 14:27 UTC 

[COMMITTED 1/2] Adjust on_entry cache to indicate if the value was set properly
 2021-06-23 14:27 UTC 

[COMMITTED] Dump should be read only. Do not trigger new lookups
 2021-06-23 14:27 UTC 

[committed] Use more logicals to eliminate useless test/compare instructions
 2021-06-23 14:20 UTC 

[Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
 2021-06-23 14:20 UTC  (7+ messages)
    ` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
      ` [Patch, fortran v2] "
        ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid
          ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches)

[PATCH] i386: Add PPERM two-operand 64bit vector permutation [PR89021]
 2021-06-23 14:17 UTC 

[PATCH] Try LTO partial linking. (Was: Speed of compiling gimple-match.c)
 2021-06-23 13:53 UTC  (8+ messages)

[PATCH] refactor SLP permute propagation
 2021-06-23 13:43 UTC 

[PATCH] ARM: reset arm_fp16_format
 2021-06-23 13:31 UTC  (3+ messages)

[PATCH] tree-inline: Fix TREE_READONLY of parameter replacements
 2021-06-23 13:24 UTC  (4+ messages)

[PATCH] inline: do not inline when no_profile_instrument_function is different
 2021-06-23 13:15 UTC  (3+ messages)

[PATCH] combine: Check for paradoxical subreg
 2021-06-23 11:33 UTC 

[committed] libstdc++: Improve std::lock algorithm
 2021-06-23 11:16 UTC  (10+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] i386: Prevent unwanted combine from LZCNT to BSR [PR101175]
 2021-06-23 10:53 UTC 

[gitignore] Add cscope.out to .gitignore
 2021-06-23 10:19 UTC  (2+ messages)

[wwwdocs] gcc-12/changes.html: OpenMP + GCN update
 2021-06-23  9:58 UTC  (2+ messages)

[PATCH 0/3] [amdgcn] Improve debug support
 2021-06-23  9:32 UTC  (7+ messages)
` [PATCH 1/3] [amdgcn] Update CFI configuration
` [PATCH 2/3] [amdgcn] Use frame pointer for CFA expressions
` [PATCH 3/3] [amdgcn] Add hook for DWARF address spaces

[Patch, Fortran] PR100337 Should be able to pass non-present optional arguments to CO_BROADCAST
 2021-06-23  9:21 UTC  (8+ messages)
` [Ping, Patch, "
  ` [Ping^2, "

[PATCH 5/7] Allow match-and-simplified phiopt to run in early phiopt
 2021-06-23  8:23 UTC  (3+ messages)

[committed] openmp: Fix up *_reduction clause handling with UDRs on PARM_DECLs [PR101167]
 2021-06-23  8:13 UTC 

[Patch, v2] contrib/mklog.py: Improve PR handling (was: Re: git gcc-commit-mklog doesn't extract PR number to ChangeLog)
 2021-06-23  7:40 UTC  (8+ messages)
                                ` [RFC][PATCH] contrib: add git-commit-mklog wrapper

[PATCH 1/7] Reset the range info on the moved instruction in PHIOPT
 2021-06-23  7:29 UTC  (5+ messages)
` [PATCH 2/7] Duplicate the range information of the phi onto the new ssa_name

[PATCH] aix: handle 64bit inodes for include directories
 2021-06-23  6:53 UTC  (4+ messages)

[PATCH] c++: CTAD and deduction guide selection [PR86439]
 2021-06-23  6:32 UTC  (5+ messages)

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

[PATCH] IBM Z: Define NO_PROFILE_COUNTERS
 2021-06-23  5:57 UTC  (2+ messages)

[PATCH] mips: Fix up mips_atomic_assign_expand_fenv [PR94780]
 2021-06-23  3:11 UTC 

[PATCH 2/2] elf: Add GNU_PROPERTY_1_NEEDED check
 2021-06-22 23:53 UTC  (3+ messages)

[PATCH RFA] expand: empty class return optimization [PR88529]
 2021-06-22 21:18 UTC  (2+ messages)

[PATCH] make rich_location safe to copy
 2021-06-22 20:59 UTC  (2+ messages)
` [PING][PATCH] "

[committed] libstdc++: Remove garbage collection support for C++23 [P2186R2]
 2021-06-22 20:30 UTC 

[committed] libstdc++: Implement LWG 3422 for std::seed_seq
 2021-06-22 20:29 UTC 

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

[PATCH] Add gnu::diagnose_as attribute
 2021-06-22 20:12 UTC  (6+ messages)

[wwwdocs] New C++23 papers
 2021-06-22 18:56 UTC  (3+ messages)

[PATCH] libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]
 2021-06-22 18:09 UTC  (4+ messages)

[committed] analyzer: fix ICE on malloc/alloca param type mismatch [PR101143]
 2021-06-22 17:47 UTC 

[wwwdocs] Document new C++ features in C++23
 2021-06-22 17:21 UTC 

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