public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
 2024-02-29  1:38 UTC  (7+ messages)
` [PATCH v2] DSE: Bugfix ICE after allow vector type in get_stored_val

[PATCH 0/3] Fix libcc1 failure
 2024-02-29  1:35 UTC  (7+ messages)
` [PATCH 1/3] Change 'v1' float and int code to fall back to v0

[PATCH v1] RISC-V: Introduce gcc option mrvv-vector-bits for RVV
 2024-02-29  1:23 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
    `  "

[PATCH] c++: -Wuninitialized when binding a ref to uninit DM [PR113987]
 2024-02-28 23:21 UTC  (4+ messages)

[PATCH 1/2] c-family: -Waddress-of-packed-member and casts
 2024-02-28 23:07 UTC  (5+ messages)
    ` [PING] "

[PATCH] c++: implement [[gnu::non_owning]] [PR110358]
 2024-02-28 23:03 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: Fix explicit instantiation of const variable templates after earlier implicit instantation [PR113976]
 2024-02-28 21:49 UTC  (3+ messages)

[PATCH] c++: auto(x) partial substitution [PR110025, PR114138]
 2024-02-28 21:43 UTC  (2+ messages)

[PATCH] contrib/gcc-changelog/git_check_commit.py: Implement --num-commits
 2024-02-28 21:09 UTC 

[PATCH] RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64
 2024-02-28 20:27 UTC  (5+ messages)

[PATCH] rs6000: Don't allow immediate value in the vsx_splat pattern [PR113950]
 2024-02-28 20:00 UTC  (7+ messages)
` [PATCH V2] "

[PATCH] Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]
 2024-02-28 19:55 UTC  (6+ messages)

[PATCH] OpenMP: warn about iteration var modifications in loop body
 2024-02-28 19:32 UTC 

bpf: PR target/113453 func_info .BTF.ext implementation
 2024-02-28 19:29 UTC  (16+ messages)
` [PATCH v2 1/5] btf: fixed type id in BTF_KIND_FUNC struct data
` [PATCH v2 2/5] btf: added KIND_FUNC traversal function
` [PATCH v2 3/5] bpf: Always emit .BTF.ext section if generating BTF
` [PATCH v2 4/5] bpf: implementation of func_info in .BTF.ext
` [PATCH v2 5/5] bpf: renamed coreout.* files to btfext-out.*

[PATCH v13 01/26] c++: Implement __is_const built-in trait
 2024-02-28 19:26 UTC  (28+ messages)
` [PATCH v14 00/26] Optimize more type traits
  ` [PATCH v14 01/26] c++: Implement __is_const built-in trait
  ` [PATCH v14 02/26] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v14 03/26] c++: Implement __is_volatile built-in trait
  ` [PATCH v14 04/26] libstdc++: Optimize std::is_volatile compilation performance
  ` [PATCH v14 05/26] c++: Implement __is_pointer built-in trait
  ` [PATCH v14 06/26] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v14 07/26] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v14 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
  ` [PATCH v14 09/26] c++: Implement __add_pointer built-in trait
  ` [PATCH v14 10/26] libstdc++: Optimize std::add_pointer compilation performance
  ` [PATCH v14 11/26] c++: Implement __remove_extent built-in trait
  ` [PATCH v14 12/26] libstdc++: Optimize std::remove_extent compilation performance
  ` [PATCH v14 13/26] c++: Implement __remove_all_extents built-in trait
  ` [PATCH v14 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
  ` [PATCH v14 15/26] c++: Implement __add_lvalue_reference built-in trait
  ` [PATCH v14 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
  ` [PATCH v14 17/26] c++: Implement __add_rvalue_reference built-in trait
  ` [PATCH v14 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
  ` [PATCH v14 19/26] c++: Implement __decay built-in trait
  ` [PATCH v14 20/26] libstdc++: Optimize std::decay compilation performance
  ` [PATCH v14 21/26] c++: Implement __rank built-in trait
  ` [PATCH v14 22/26] libstdc++: Optimize std::rank compilation performance
  ` [PATCH v14 23/26] c++: Implement __is_invocable built-in trait
  ` [PATCH v14 24/26] libstdc++: Optimize std::is_invocable compilation performance
  ` [PATCH v14 25/26] c++: Implement __is_nothrow_invocable built-in trait
  ` [PATCH v14 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance

[PATCH] RISC-V: add option -m(no-)autovec-segment
 2024-02-28 17:51 UTC  (4+ messages)

[PATCH] c++: Support lambdas attached to FIELD_DECLs in modules [PR111710]
 2024-02-28 17:34 UTC  (6+ messages)
  ` [PATCH v2] c++/modules: Support lambdas attached to more places "
      ` [PATCH v3] "

[PATCH 0/3] vect, aarch64: Add SVE support for simdclones
 2024-02-28 17:25 UTC  (15+ messages)
` [PATCH 1/3] vect: Pass stmt_vec_info to TARGET_SIMD_CLONE_USABLE

[r14-9173 Regression] FAIL: gcc.dg/tree-ssa/andnot-2.c scan-tree-dump-not forwprop3 "_expr" on Linux/x86_64
 2024-02-28 16:47 UTC  (9+ messages)

rs6000, built-in cleanup patch series
 2024-02-28 16:41 UTC  (20+ messages)
` [PATCH 01/11] rs6000, Fix __builtin_vsx_cmple* args and documentation, builtins
` [PATCH 02/11] rs6000, fix arguments, add documentation for vector, element conversions
` [PATCH 03/11] rs6000, remove duplicated built-ins
` [PATCH 04/11] rs6000, Update comment for the __builtin_vsx_vper*, built-ins
` [PATCH 05/11] rs6000, __builtin_vsx_xvneg[sp,dp] add documentation, and test cases
` [PATCH 06/11] rs6000, __builtin_vsx_xxpermdi_1ti add documentation, and test case
` [PATCH 07/11] rs6000, __builtin_vsx_xvcmpeq[sp, dp, sp_p] add, documentation "
` [PATCH 09/11] rs6000, add test cases for the vec_cmpne built-ins
` PATCH 11/11] rs6000, make test vec-cmpne.c a runnable test

[PATCH] developer option: -fdump-generic-nodes; initial incorporation
 2024-02-28 15:14 UTC  (7+ messages)

[PATCH] ctf: Fix multi-dimentional array types ordering in CTF
 2024-02-28 15:03 UTC 

[committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]
 2024-02-28 14:54 UTC  (2+ messages)

[committed] libstdc++: Update outdated docs on contributing
 2024-02-28 14:37 UTC  (2+ messages)
` [committed] libstdc++: Change some URLs in the manual to use https

[PATCH 2/2] tree-optimization/113831 - revert original fix
 2024-02-28 13:09 UTC 

[PATCH 1/2] tree-optimization/114121 - wrong VN with context sensitive range info
 2024-02-28 13:08 UTC 

[wwwdocs] Add anchor for contrib/gcc-git-customization.sh docs
 2024-02-28 11:20 UTC  (2+ messages)

[PATCH 0/2] aarch64, bitint: Add support for _BitInt for AArch64 Little Endian
 2024-02-28 11:19 UTC  (5+ messages)
` [PATCH 2/2] aarch64: Add support for _BitInt

[committed] testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462]
 2024-02-28 11:13 UTC 

[COMMITTED] testsuite: Fix gcc.dg/tree-ssa/builtin-snprintf-6.c XPASS on i?86 -m64 [PR91567]
 2024-02-28 10:56 UTC 

[committed] testsuite: Add testcase for recently fixed PR [PR114075]
 2024-02-28 10:52 UTC 

[PATCH] RISC-V: Update test expectancies with recent scheduler change
 2024-02-28 10:24 UTC  (9+ messages)
  `  "

[PATCH] i386: For noreturn functions save at least the bp register if it is used [PR114116]
 2024-02-28  8:53 UTC  (8+ messages)
        ` [PATCH] i386: Guard noreturn no-callee-saved-registers optimization with -mnoreturn-no-callee-saved-registers [PR38534]

[wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update
 2024-02-28  8:31 UTC  (3+ messages)

[PATCH] calls: Fix up TYPE_NO_NAMED_ARGS_STDARG_P handling [PR107453]
 2024-02-28  8:31 UTC  (6+ messages)

[PATCH] gimple-fold: Use bitwise vector types rather than barely supported huge integral types in memcpy etc. folding [PR113988]
 2024-02-28  8:30 UTC  (3+ messages)

[PATCH] graphite: Fix non-INTEGER_TYPE integral comparison handling [PR114041]
 2024-02-28  8:28 UTC  (2+ messages)

[PATCH] Fortran testsuite: fix invalid Fortran in testcase
 2024-02-28  3:53 UTC  (2+ messages)

[PATCH v1 00/13] Add aarch64-w64-mingw32 target
 2024-02-28  2:12 UTC  (11+ messages)
` [PATCH v1 08/13] aarch64: Add Cygwin and MinGW environments for AArch64
` [PATCH v1 10/13] Rename "x86 Windows Options" to "Cygwin and MinGW Options"

[PATCH v2] C/C++: add hints for strerror
 2024-02-28  1:13 UTC 

Rejects ASSOCIATE and a complex part%ref when target is a function
 2024-02-28  0:55 UTC 

[PATCH] libcpp: Fix __has_include_next ICE in the last directory of the path [PR80755]
 2024-02-28  0:03 UTC  (3+ messages)
` ping: "

[pushed] analyzer: use correct format code for string literal indices [PR110483,PR111802]
 2024-02-27 22:23 UTC 

[PATCH] RISC-V: Add initial cost handling for segment loads/stores
 2024-02-27 21:27 UTC  (3+ messages)

[PATCH] Add myself to write after approval and DCO
 2024-02-27 21:20 UTC 

[Patch] OpenACC: Update libgomp.texi + openacc{.f90,_lib.h} for 3.1 arg-name changes
 2024-02-27 19:11 UTC 

[PATCH] c++/modules: local class merging [PR99426]
 2024-02-27 18:10 UTC  (2+ messages)

[PATCH 4/8] libstdc++: Fix error handling in std::print
 2024-02-27 18:07 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] c++/modules: optimize tree flag streaming
 2024-02-27 17:57 UTC  (3+ messages)

[PATCH] c++/modules: relax diagnostic about GMF contents
 2024-02-27 17:56 UTC  (4+ messages)

[committed] i386: psrlq is not used for PERM<a,{0},1,2,3,4> [PR113871]
 2024-02-27 17:44 UTC 

[PATCH] Output branches and calls in gcov function summaries
 2024-02-27 16:35 UTC 

[PATCH] combine: Don't simplify paradoxical SUBREG on WORD_REGISTER_OPERATIONS [PR113010]
 2024-02-27 15:26 UTC  (2+ messages)

[PATCH 8/8] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103]
 2024-02-27 14:43 UTC  (3+ messages)

[PATCH v1] Internal-fn: Add new internal function SAT_ADDU
 2024-02-27 14:35 UTC  (13+ messages)
` [PATCH v2] Draft|Internal-fn: Introduce internal fn saturation US_PLUS

[PATCH v5 0/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2024-02-27 13:56 UTC  (6+ messages)
` [PATCH v6 1/5] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
` [PATCH v6 2/5] arm: Annotate instructions with mve_safe_imp_xlane_pred
` [PATCH v6 3/5] arm: Fix a wrong attribute use and remove unused unspecs and iterators
` [PATCH v6 4/5] doloop: Add support for predicated vectorized loops
` [PATCH v6 5/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops

[patch] OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,from}_device*}
 2024-02-27 13:47 UTC  (4+ messages)

[pushed] analyzer: fix ICE on floating-point bounds [PR111881]
 2024-02-27 13:41 UTC 

[PATCH] Fix internal error in GIMPLE DSE
 2024-02-27 13:31 UTC  (2+ messages)

[PATCH v3] rs6000/p8swap: Fix incorrect lane extraction by vec_extract() [PR106770]
 2024-02-27 13:19 UTC  (5+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "
    ` [PING 3][PATCH "
      ` [PING 4][PATCH "

[PATCH 7/8] libstdc++: Add nodiscard in <algorithm>
 2024-02-27 11:42 UTC 

[PATCH 5/8] libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
 2024-02-27 11:42 UTC 

[PATCH 0/3, RFC] fsra: Add final gimple sra before expander
 2024-02-27  7:04 UTC  (4+ messages)
` [PATCH 1/3, RFC] fsra: Add final gimple sra just "
` [PATCH 2/3, RFC] fsra: support ARG_PARTS
` [PATCH 3/3, RFC] fsra: support SET_RET_PART

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