public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v4] libgfortran: Replace mutex with rwlock
 2023-08-18  3:18 UTC  (6+ messages)
      ` [PATCH v6] "

[PATCH V2] RISC-V: Forbidden fuse vlmax vsetvl to DEMAND_NONZERO_AVL vsetvl
 2023-08-18  3:00 UTC  (3+ messages)

[PATCH] RISC-V: Fix -march error of zhinxmin testcases
 2023-08-18  2:59 UTC 

[PATCH v1] RISC-V: Refactor RVV class by frm_op_type template arg
 2023-08-18  2:53 UTC 

[PATCH V2] RISC-V: Add the missed half floating-point mode patterns of local_pic_load/store when only use zfhmin or zhinxmin
 2023-08-18  2:40 UTC  (4+ messages)

[PATCH] testsuite: Improve test in dg-require-python-h
 2023-08-18  2:30 UTC 

RISC-V: Deduplicate #error messages in testsuite
 2023-08-18  1:02 UTC 

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-08-17 23:31 UTC  (12+ messages)

[committed] libstdc++: Reuse double overload of __convert_to_v if possible
 2023-08-17 23:30 UTC  (3+ messages)

[committed] libstdc++: Replace global std::string objects in tzdb.cc
 2023-08-17 23:28 UTC 

Another bug for __builtin_object_size? (Or expected behavior)
 2023-08-17 21:32 UTC  (11+ messages)

[committed] libstdc++: Micro-optimize construction of named std::locale
 2023-08-17 20:32 UTC 

[committed] libstdc++: Optimize std::string::assign(Iter, Iter) [PR110945]
 2023-08-17 20:32 UTC 

[committed] libstdc++: Add std::formatter specializations for extended float types
 2023-08-17 20:32 UTC 

[committed] libstdc++: Define std::numeric_limits<_FloatNN> before C++23
 2023-08-17 20:32 UTC 

[committed] libstdc++: Fix -Wunused-parameter in <experimental/internet>
 2023-08-17 20:31 UTC 

[committed] libstdc++: Make __cmp_cat::__unseq constructor consteval
 2023-08-17 20:31 UTC 

[committed] libstdc++: Simplify chrono::__units_suffix using std::format
 2023-08-17 20:31 UTC 

[committed] libstdc++: Rework std::format support for wchar_t
 2023-08-17 20:31 UTC 

[committed] libstdc++: Implement std::to_string in terms of std::format (P2587R3)
 2023-08-17 20:31 UTC 

[committed] libstdc++: Optimize std::to_string using std::string::resize_and_overwrite
 2023-08-17 20:30 UTC 

[committed] libstdc++: Define std::string::resize_and_overwrite for C++11 and COW string
 2023-08-17 20:30 UTC 

[PATCH] improve error for when /usr/include isn't found [PR90835]
 2023-08-17 19:58 UTC  (2+ messages)

[PATCH] Document cond_neg, cond_one_cmpl, cond_len_neg and cond_len_one_cmpl standard patterns
 2023-08-17 19:25 UTC 

[WIP RFC] Add support for keyword-based attributes
 2023-08-17 18:36 UTC  (10+ messages)
            ` [PATCH] c: Add support for [[__extension__ ...]]

[PATCH] RISC-V: Implement TLS Descriptors
 2023-08-17 18:12 UTC 

[PATCH] libgccjit: Add support for `restrict` attribute on function parameters
 2023-08-17 18:09 UTC  (9+ messages)

[PATCH] RISC-V: Add rotate immediate regression test
 2023-08-17 17:40 UTC  (6+ messages)
` [PATCH v2] RISCV: "
    ` [Committed] "

[COMMITTED] PR tree-optimization/111009 - Fix range-ops operator_addr
 2023-08-17 17:40 UTC 

[PATCH][RFC] tree-optimization/92335 - Improve sinking heuristics for vectorization
 2023-08-17 17:10 UTC  (13+ messages)

[V2][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-08-17 16:54 UTC  (5+ messages)

[pushed][LRA]: Spill pseudos assigned to fp when fp->sp elimination became impossible
 2023-08-17 16:03 UTC  (3+ messages)

[pushed][LRA]: When assigning stack slots to pseudos previously assigned to fp consider other spilled pseudos
 2023-08-17 16:02 UTC 

[PATCH V4] Add warning options -W[no-]compare-distinct-pointer-types
 2023-08-17 15:37 UTC  (3+ messages)

[PATCH v3] LoongArch:Implement 128-bit floating point functions in gcc
 2023-08-17 15:08 UTC  (6+ messages)

[WIP] Have -Wpointer-sign be enabled by -Wextra, too [PR109836]
 2023-08-17 14:54 UTC  (4+ messages)
` [PATCH v2] "
  ` [PING] "

[PATCH] Loongarch: Fix plugin header missing install
 2023-08-17 14:41 UTC  (2+ messages)

[PATCH] RISC-V: Deduplicate #error messages in testsuite
 2023-08-17 13:53 UTC  (2+ messages)

RISC-V: Added support for CRC
 2023-08-17 13:36 UTC  (13+ messages)

[committed] libgomp: call numa_available first when using libnuma
 2023-08-17 13:32 UTC 

[PATCH] tree-optimization/111039 - abnormals and bit test merging
 2023-08-17 13:26 UTC 

[COMMITTED] bpf: support `naked' function attributes in BPF targets
 2023-08-17 12:41 UTC 

[committed] libstdc++: Fix std::format("{:F}", inf) to use uppercase
 2023-08-17 12:21 UTC 

[PATCH] RISC-V: Forbidden fuse vlmax vsetvl to DEMAND_NONZERO_AVL vsetvl
 2023-08-17 12:21 UTC  (6+ messages)

[committed] libstdc++: Regenerate Makefile.in
 2023-08-17 12:20 UTC 

[PATCH] RISC-V: Add the missed half floating-point mode patterns of local_pic_load/store when only use zfhmin
 2023-08-17 12:17 UTC  (3+ messages)

[PATCH] RISC-V: Fix XPASS slp testcases
 2023-08-17 11:44 UTC  (2+ messages)

[PATCH] analyzer: Add support of placement new and improved operator new [PR105948]
 2023-08-17 11:40 UTC  (5+ messages)
  ` [WIP RFC v2] "

[PATCH 0/4] [RISC-V] support zcmp extention
 2023-08-17 11:39 UTC  (4+ messages)
` [PATCH 1/4][V4][RISC-V] support cm.push cm.pop cm.popret in zcmp
    `  "

[PATCH] Fix code_helper unused argument warning for fr30
 2023-08-17 10:52 UTC  (2+ messages)

[PATCH] doc: Fixes to RTL-SSA sample code
 2023-08-17 10:47 UTC  (2+ messages)

[PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2023-08-17 10:31 UTC 

[PATCH 1/2] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
 2023-08-17 10:30 UTC 

[PATCH v3][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-08-17  9:39 UTC  (3+ messages)

[PATCH] bpf: fix pseudoc w regs for small modes [PR111029]
 2023-08-17  9:15 UTC  (4+ messages)

[PATCH] testsuite: Remove unused dg-line in ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
 2023-08-17  8:41 UTC  (2+ messages)

[PATCH] RISC-V: Fix reduc_strict_run-1 test case
 2023-08-17  8:26 UTC  (8+ messages)
  `  "

[PATCH v1] RISC-V: Support RVV VFWREDUSUM.VS rounding mode intrinsic API
 2023-08-17  8:05 UTC 

[PATCH] Add -Wdisabled-optimization warning for not optimizing sibling calls
 2023-08-17  7:54 UTC  (9+ messages)

[PATCH] vect: Move VMAT_LOAD_STORE_LANES handlings from final loop nest
 2023-08-17  7:47 UTC  (12+ messages)
` [PATCH] vect: Move VMAT_GATHER_SCATTER "

[committed] libstdc++: Disable PCH for tests that rely on include order
 2023-08-17  7:46 UTC 

[committed] libstdc++: Fix testsuite no_pch directive
 2023-08-17  7:45 UTC 

[PATCH] libstdc++: fix memory clobbering in std::vector [PR110879]
 2023-08-17  7:43 UTC  (4+ messages)

[PATCH v1] RISC-V: Support RVV VFREDOSUM.VS rounding mode intrinsic API
 2023-08-17  7:38 UTC  (4+ messages)

[PATCH v1] RISC-V: Support RVV VFREDUSUM.VS rounding mode intrinsic API
 2023-08-17  7:36 UTC  (3+ messages)

[PATCH v1] RISC-V: Support RVV VFNCVT.F.{X|XU|F}.W rounding mode intrinsic API
 2023-08-17  7:35 UTC  (3+ messages)

[PATCH v1] RISC-V: Support RVV VFNCVT.XU.F.W rounding mode intrinsic API
 2023-08-17  7:34 UTC  (4+ messages)

[PATCH v1] RISC-V: Support RVV VFNCVT.X.F.W rounding mode intrinsic API
 2023-08-17  7:33 UTC  (2+ messages)

[PATCH v1] RISC-V: Support RVV VFWREDOSUM.VS rounding mode intrinsic API
 2023-08-17  7:29 UTC  (2+ messages)

[PATCH v4 0/6] Add Loongson SX/ASX instruction support to LoongArch target
 2023-08-17  7:20 UTC  (3+ messages)

[PATCH 0/2] Support AVX10.1 for AVX512DQ intrins
 2023-08-17  6:55 UTC  (3+ messages)
` [PATCH 1/2] [PATCH 1/2] "
` [PATCH 2/2] [PATCH 2/2] "

[PATCH] RISC-V: Support simplify (-1-x) for vector
 2023-08-17  6:31 UTC  (3+ messages)

[PATCH] vect: Factor out the handling on scatter store having gs_info.decl
 2023-08-17  6:22 UTC 

[PATCH] RISC-V: Fix incorrect VTYPE fusion for floating point scalar move insn[PR111037]
 2023-08-17  6:21 UTC  (3+ messages)

[PATCH] Makefile.in: Make TM_P_H depend on $(TREE_H) [PR111021]
 2023-08-17  6:14 UTC 

[PATCH ver 2] rs6000, add overloaded DFP quantize support
 2023-08-17  6:09 UTC  (4+ messages)

[PATCH] MATCH: Sink convert for vec_cond
 2023-08-17  1:37 UTC 

[PATCH] Add support for vector conitional not
 2023-08-17  1:37 UTC  (4+ messages)

[PATCH] Drop unused enum vrp_mode
 2023-08-16 22:58 UTC  (2+ messages)

[PATCH v2 1/2] libstdc++: Implement more maintainable <version> header
 2023-08-16 22:38 UTC  (5+ messages)

[PATCH] Add libstdc++-v3/include/bits/version.h to gcc_update touch part
 2023-08-16 22:35 UTC 

[V2][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-08-16 21:42 UTC  (13+ messages)

[PATCH,committed] Fortran: fix memleak for character,value dummy of bind(c) procedure [PR110360]
 2023-08-16 20:16 UTC 

[PATCH] fixincludes: Update darwin_flt_eval_method for macOS 14
 2023-08-16 19:27 UTC  (3+ messages)

[PATCH] build: Allow for Xcode 15 ld -v output
 2023-08-16 19:27 UTC  (3+ messages)

[committed] libstdc++: Fix std::basic_string::resize_and_overwrite
 2023-08-16 19:04 UTC 

[committed] libstdc++: Update __cplusplus value for C++23 in version.def
 2023-08-16 19:03 UTC 

[PATCH] config-list.mk Darwin: Use --with-gnu-as
 2023-08-16 18:52 UTC  (3+ messages)

[PATCH 1/2] libstdc++: Convert _RangeAdaptorClosure into a CRTP class [PR108827]
 2023-08-16 17:32 UTC  (4+ messages)

[PATCH] libstdc++: Make __max_size_type and __max_diff_type structural
 2023-08-16 17:30 UTC  (3+ messages)

[PATCH] libstdc++: Implement P2770R0 changes to join_view / join_with_view
 2023-08-16 17:28 UTC  (3+ messages)

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-08-16 16:50 UTC  (4+ messages)

[committed] libstdc++: Fix comment naming upstream PSTL test file
 2023-08-16 16:23 UTC 

[RFC] GCC Security policy
 2023-08-16 16:02 UTC  (15+ 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).