public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] strub: machine-independent stack scrubbing
 2023-12-07  7:21 UTC  (20+ messages)
  ` [PATCH v2 00/10] Introduce "
    ` [PATCH v3] "
      ` [PATCH v4] "
                          ` [PATCH v5] "
                            ` Causes to nvptx bootstrap fail: "
                                  ` [PATCH] strub: enable conditional support

[PATCH v2] rs6000: Add new pass for replacement of contiguous addresses vector load lxv with lxvp
 2023-12-07  7:14 UTC  (9+ messages)

[patch-1v2, rs6000] enable fctiw on old archs [PR112707]
 2023-12-07  7:04 UTC  (2+ messages)

[patch-2v2, rs6000] guard fctid on PPC64 and powerpc 476 [PR112707]
 2023-12-07  6:58 UTC  (2+ messages)

[PATCH v3 0/1] LoongArch: Fix eh_return epilogue for normal returns
 2023-12-07  6:18 UTC  (4+ messages)
` [PATCH v3] "

[PATCH V3 1/3]rs6000: update num_insns_constant for 2 insns
 2023-12-07  6:12 UTC  (4+ messages)
` [PATCH V3 2/3] Using pli for constant splitting

[PATCH v24 00/33] Optimize type traits performance
 2023-12-07  5:33 UTC  (30+ messages)
` [PATCH v25 00/33] Optimize type traits compilation performance
  ` [PATCH v25 25/33] libstdc++: Optimize std::is_function "
  ` [PATCH v26 00/23] Optimize type traits "
    ` [PATCH v26 01/23] c++: Sort built-in traits alphabetically
    ` [PATCH v26 02/23] c-family, c++: Look up built-in traits via identifier node
    ` [PATCH v26 03/23] c++: Accept the use of built-in trait identifiers
    ` [PATCH v26 04/23] c++: Implement __is_array built-in trait
    ` [PATCH v26 05/23] libstdc++: Optimize std::is_array compilation performance
    ` [PATCH v26 06/23] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v26 07/23] libstdc++: Optimize std::is_bounded_array compilation performance
    ` [PATCH v26 08/23] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v26 09/23] libstdc++: Optimize std::is_scoped_enum compilation performance
    ` [PATCH v26 10/23] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v26 11/23] libstdc++: Optimize std::is_member_pointer compilation performance
    ` [PATCH v26 12/23] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v26 13/23] libstdc++: Optimize std::is_member_function_pointer compilation performance
    ` [PATCH v26 14/23] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v26 15/23] libstdc++: Optimize std::is_member_object_pointer compilation performance
    ` [PATCH v26 16/23] c++: Implement __is_reference built-in trait
    ` [PATCH v26 17/23] libstdc++: Optimize std::is_reference compilation performance
    ` [PATCH v26 18/23] c++: Implement __is_function built-in trait
    ` [PATCH v26 19/23] libstdc++: Optimize std::is_function compilation performance
    ` [PATCH v26 20/23] c++: Implement __is_object built-in trait
    ` [PATCH v26 21/23] libstdc++: Optimize std::is_object compilation performance
    ` [PATCH v26 22/23] c++: Implement __remove_pointer built-in trait
    ` [PATCH v26 23/23] libstdc++: Optimize std::remove_pointer compilation performance

[PATCH v4] libgfortran: Replace mutex with rwlock
 2023-12-07  5:18 UTC  (13+ messages)

[PATCH v1] LoongArch: Modify the check type of the vector builtin function
 2023-12-07  3:21 UTC  (6+ messages)

[PATCH 1/4][v2] RISC-V:Add crypto vector implied ISA info
 2023-12-07  3:13 UTC  (8+ messages)
` [PATCH 2/4][v2] RISC-V: Add crypto vector builtin function
    `  "
` [PATCH 3/4][v2] RISC-V: Add crypto machine descriptions
` [PATCH 4/4][v2] RISC-V: Add crypto vector api-testing cases

[PATCH 1/4] RISC-V: Add crypto vector implied ISA info
 2023-12-07  2:15 UTC  (6+ messages)
` [PATCH 3/4] RISC-V: Add crypto vector machine descriptions
    `  "
  ` Re: [PATCH 1/4] RISC-V: Add crypto vector implied ISA info

[PATCH] testsuite: Adjust for the new permerror -Wincompatible-pointer-types
 2023-12-07  1:42 UTC  (6+ messages)

[PATCH 17/21]AArch64: Add implementation for vector cbranch for Advanced SIMD
 2023-12-07  0:56 UTC  (5+ messages)

[PATCH v3 00/16] Support Intel APX NDD
 2023-12-07  0:54 UTC  (19+ messages)
` [PATCH 01/16] [APX NDD] Support Intel APX NDD for legacy add insn
` [PATCH 02/16] [APX NDD] Support APX NDD for optimization patterns of add
` [PATCH 03/16] [APX NDD] Disable seg_prefixed memory usage for NDD add
` [PATCH 04/16] [APX NDD] Support APX NDD for adc insns
` [PATCH 05/16] [APX NDD] Support APX NDD for sub insns
` [PATCH 06/16] [APX NDD] Support APX NDD for sbb insn
` [PATCH 07/16] [APX NDD] Support APX NDD for neg insn
` [PATCH 08/16] [APX NDD] Support APX NDD for not insn
` [PATCH 09/16] [APX NDD] Support APX NDD for and insn
` [PATCH 10/16] [APX NDD] Support APX NDD for or/xor insn
` [PATCH 11/16] [APX NDD] Support APX NDD for left shift insns
` [PATCH 12/16] [APX NDD] Support APX NDD for right "
` [PATCH 13/16] [APX NDD] Support APX NDD for rotate insns
` [PATCH 14/16] [APX NDD] Support APX NDD for shld/shrd insns
` [PATCH 15/16] [APX NDD] Support APX NDD for cmove insns
` [PATCH 16/16] [APX NDD] Support TImode shift for NDD

[pushed] analyzer: fix taint false positives with UNKNOWN [PR112850]
 2023-12-07  0:28 UTC 

[PATCH] aarch64: add -fno-stack-protector to tests
 2023-12-06 23:54 UTC 

[Committed] RISC-V: Fix PR112888 ICE
 2023-12-06 23:34 UTC  (2+ messages)

[PATCH] libsupc++: try cxa_thread_atexit_impl at runtime
 2023-12-06 22:46 UTC  (8+ messages)

[PATCH] htdocs: correct spelling and use https in examples
 2023-12-06 22:33 UTC 

[PATCH] htdocs/git.html: correct spelling and use git in example
 2023-12-06 22:30 UTC  (5+ messages)

[PATCH] analyzer: deal with -fshort-enums
 2023-12-06 22:22 UTC  (5+ messages)

[PATCH] RISC-V: xtheadfmemidx: Disable if xtheadmemidx is not available
 2023-12-06 21:28 UTC  (2+ messages)

[PATCH] Reimplement __gnu_cxx::__ops operators
 2023-12-06 20:54 UTC  (2+ messages)

[PATCH] Fortran: function returning contiguous class array [PR105543]
 2023-12-06 20:32 UTC 

[Committed V2] RISC-V: Fix VSETVL PASS bug
 2023-12-06 20:08 UTC  (2+ messages)

{Patch, fortran] PR112834 - Class array function selector causes chain of syntax and other spurious errors
 2023-12-06 19:35 UTC  (4+ messages)

[PATCH] RISC-V: Remove xfail from ssa-fre-3.c testcase
 2023-12-06 18:51 UTC  (4+ messages)

veclower: improve selection of vector mode when lowering [PR 112787]
 2023-12-06 18:49 UTC 

[PATCH v6] aarch64: New RTL optimization pass avoid-store-forwarding
 2023-12-06 18:44 UTC  (5+ messages)

[PATCH] remove qmtest-related Makefile targets
 2023-12-06 18:43 UTC  (3+ messages)

[C PATCH, v2] Add Walloc-size to warn about insufficient size in allocations [PR71219]
 2023-12-06 18:00 UTC  (14+ messages)

[PATCH 0/1] RISC-V: Support CORE-V XCVBITMAIP extension
 2023-12-06 17:59 UTC  (4+ messages)
` [PATCH 1/1] RISC-V: Add support for XCVbitmanip extension in CV32E40P

[PATCH/RFC] json.cc: format JSON output
 2023-12-06 17:50 UTC  (2+ messages)
` [pushed] v2: diagnostics: prettify JSON output formats

[PATCH] libgcc: Avoid -Wbuiltin-declaration-mismatch warnings in emutls.c
 2023-12-06 17:48 UTC  (3+ messages)

[pushed] diagnostics: use const and references for diagnostic_info
 2023-12-06 17:42 UTC 

[PATCH] gettext: disable install, docs targets, libasprintf, threads
 2023-12-06 17:33 UTC  (5+ messages)

[committed v4 0/3] libgomp: OpenMP low-latency omp_alloc
 2023-12-06 17:00 UTC  (4+ messages)
` [committed v4 1/3] libgomp, nvptx: low-latency memory allocator
` [committed v4 2/3] openmp, nvptx: low-lat memory access traits
` [committed v4 3/3] amdgcn, libgomp: low-latency allocator

[PATCH] libiberty/buildargv: POSIX behaviour for backslash handling
 2023-12-06 16:50 UTC 

[PATCH] [arm] testsuite: make mve_intrinsic_type_overloads-int.c libc-agnostic
 2023-12-06 16:37 UTC  (2+ messages)

[PATCH] c++: Handle '#pragma GCC target optimize' early [PR48026]
 2023-12-06 15:48 UTC 

[committed] Fix c-c++-common/fhardened-[12].c test fails on hppa
 2023-12-06 15:43 UTC 

HELP: one issue during the implementation for counted_by attribute
 2023-12-06 15:19 UTC  (2+ messages)

[PATCH] driver: Fix memory leak
 2023-12-06 14:39 UTC  (4+ messages)

[PATCH] libstdc++: Fix testsuite with -Wformat
 2023-12-06 14:34 UTC 

[PATCH v3] c++: implement P2564, consteval needs to propagate up [PR107687]
 2023-12-06 14:34 UTC  (13+ messages)
  ` [PATCH v4] "
      ` [PATCH v5] "
          ` [PATCH v6] "
              ` [PATCH v7] "
                  ` [PATCH v8] "

[PATCH] libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]
 2023-12-06 14:18 UTC 

[PATCH] c++: Implement C++ DR 2262 - Attributes for asm-definition [PR110734]
 2023-12-06 14:10 UTC  (3+ messages)
  ` [PATCH] c++: Don't diagnose ignoring of attributes if all ignored attributes are attribute_ignored_p

[PATCH] RISC-V: Fix VSETVL PASS bug
 2023-12-06 14:07 UTC  (2+ messages)

[PATCH RFA (libstdc++)] c++: partial ordering of object parameter [PR53499]
 2023-12-06 14:01 UTC  (6+ messages)

[PATCH v3 0/5] target_version and aarch64 function multiversioning
 2023-12-06 12:47 UTC  (6+ messages)
` [1/5] aarch64: Add cpu feature detection to libgcc
` [PATCH v3 2/5] c-family: Simplify attribute exclusion handling
` [PATCH v3 3/5] ada: Improve "
` [PATCH v3 4/5] Add support for target_version attribute
` [PATCH v3 5/5] aarch64: Add function multiversioning support

[PATCH v3 00/11] : More warnings as errors by default
 2023-12-06 12:12 UTC  (4+ messages)
` [PATCH v3 10/11] c: Turn -Wincompatible-pointer-types into a permerror

[PATCH] tree-optimization/PR112774 - SCEV: extend the chrec tree with a nonwrapping flag
 2023-12-06 11:49 UTC  (3+ messages)

[PATCH v7 0/5] OpenMP/OpenACC: map clause and OMP gimplify rework
 2023-12-06 11:36 UTC  (3+ messages)
` [PATCH v7 3/5] OpenMP: Pointers and member mappings

[PATCH v6 1/1] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-12-06 11:08 UTC  (11+ messages)
                    ` [PATCH v7 "

[PATCH v3] Introduce attribute reverse_alias
 2023-12-06 10:06 UTC  (8+ messages)
` [PATCH v4] Introduce attribute sym
        ` [PATCH v5] Introduce attribute sym_alias (was: Last call for bikeshedding on attribute sym/exalias/reverse_alias)
            ` [PATCH v6] Introduce attribute sym_alias
                ` [PATCH v7] "

[PATCH v5 0/19] Support early break/return auto-vectorization
 2023-12-06  9:44 UTC  (25+ messages)
` [PATCH 8/21]middle-end: update vectorizable_live_reduction with support for multiple exits and different exits
` [PATCH 9/21]middle-end: implement vectorizable_early_exit for codegen of exit code
` [PATCH 10/21]middle-end: implement relevancy analysis support for control flow

[PATCH 13/21]middle-end: Update loop form analysis to support early break
 2023-12-06  9:29 UTC  (5+ messages)

[PATCH] treat argp-based mem as frame related in dse
 2023-12-06  9:27 UTC 

[PATCH 12/21]middle-end: Add remaining changes to peeling and vectorizer to support early breaks
 2023-12-06  9:27 UTC  (4+ messages)

Lichtgewicht zonnepaneel
 2023-12-06  9:12 UTC 

[PATCH]middle-end: Fix peeled vect loop IV values
 2023-12-06  9:10 UTC  (5+ messages)

[PATCH][V3] RISC-V: Nan-box the result of movhf on soft-fp16
 2023-12-06  9:00 UTC 

[PATCH v3 0/5] Add support for approximate instructions and optimize divf/sqrtf/rsqrtf operations
 2023-12-06  8:25 UTC  (7+ messages)
` [PATCH v3 1/5] LoongArch: Add support for LoongArch V1.1 approximate instructions
` [PATCH v3 2/5] LoongArch: Use standard pattern name for xvfrsqrt/vfrsqrt instructions
` [PATCH v3 3/5] LoongArch: Redefine pattern for xvfrecip/vfrecip instructions
` [PATCH v3 4/5] LoongArch: New options -mrecip and -mrecip= with ffast-math
` [PATCH v3 5/5] LoongArch: Vectorized loop unrolling is disable for divf/sqrtf/rsqrtf when -mrecip is enabled

[PATCH]middle-end: correct loop bounds for early breaks and peeled vector loops
 2023-12-06  8:03 UTC  (2+ messages)

[PATCH] build: unbreak bootstrap on uclinux targets [PR112762]
 2023-12-06  8:01 UTC  (2+ messages)

[RFC] i386: Remove Xeon Phi ISA support
 2023-12-06  7:47 UTC  (8+ messages)
` [PATCH] i386: Mark Xeon Phi ISAs as deprecated

[PATCH] gcc: Disallow trampolines when -fhardened
 2023-12-06  7:39 UTC  (13+ messages)
        ` [gcc15] nested functions in C

[PATCH] lower-bitint: Fix arithmetics followed by extension by many bits [PR112809]
 2023-12-06  7:30 UTC  (2+ messages)

[PATCH] RISC-V: xtheadmemidx: Document inline asm issue with memory constraint
 2023-12-06  7:18 UTC  (2+ messages)

[PATCH v2 00/17] Support Intel APX NDD
 2023-12-06  6:55 UTC  (5+ messages)
` [PATCH 02/17] [APX NDD] Restrict TImode register usage when NDD enabled

[PATCH] RISC-V: Remove useless modes
 2023-12-06  6:53 UTC  (3+ messages)
  `  "

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-12-01  6:02 UTC  (2+ messages)
` [PATCH v6 1/1] "

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