public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/2] c++: implement __remove_pointer built-in trait
 2023-09-04 15:00 UTC  (3+ messages)
` [PATCH v2 "
  ` [PING][PATCH "

[PATCH v8 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-09-04 15:00 UTC  (7+ messages)
` [PATCH v10 0/5] c++, libstdc++: Make std::is_object "
  ` [PATCH v10 3/5] c++: Implement __is_function built-in trait
      ` [PING][PATCH "
  ` [PATCH v10 5/5] libstdc++: Make std::is_object dispatch to new built-in traits
    ` [PING][PATCH "

[PATCH v3 1/2] c++: implement __is_unsigned built-in trait
 2023-09-04 15:00 UTC  (4+ messages)
` [PATCH v4 "
    ` [PING][PATCH "

[PATCH v2 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait
 2023-09-04 15:00 UTC  (7+ messages)
` [PATCH v5 1/4] "
  ` [PATCH v5 2/4] libstdc++: Optimize is_arithmetic trait performance
  ` [PATCH v5 3/4] libstdc++: Optimize is_fundamental "
  ` [PATCH v5 4/4] libstdc++: Optimize is_compound "

[PATCH] RISC-V: Support Dynamic LMUL Cost model
 2023-09-04 13:47 UTC 

[PATCH] RISC-V: Keep vlmax vector operators in simple form until split1 pass
 2023-09-04 13:38 UTC  (2+ messages)

Add 'libgomp.c-c++-common/pr100059-1.c' [PR100059]
 2023-09-04 12:54 UTC 

[PATCH] testsuite: Remove unwanted 'dg-do run' from gcc.dg/vect tests
 2023-09-04 12:31 UTC 

[pushed] Darwin, ppc: Add system stubs for all 32b PPC
 2023-09-04 11:35 UTC 

[PATCH] Darwin: Place global inits in the correct section
 2023-09-04 11:29 UTC 

[pushed] Darwin: Match system sections and relocs for exception tables
 2023-09-04 10:57 UTC 

[pushed] Darwin, machopic: Debug printer for macho symbol flags
 2023-09-04 10:47 UTC 

[PATCH] [tree-optimization/110279] swap operands in reassoc to reduce cross backedge FMA
 2023-09-04 10:33 UTC  (10+ messages)

[PING][PATCH v2 2/2] libstdc++: Use new built-in trait __is_signed
 2023-09-04 10:25 UTC  (2+ messages)

[PATCH] Generate vmovsh instead of vpblendw for specific vec_merge
 2023-09-04 10:15 UTC 

[PATCH 00/13] [RFC] Support Intel APX EGPR
 2023-09-04  9:10 UTC  (30+ messages)
` [PATCH 01/13] [APX EGPR] middle-end: Add insn argument to base_reg_class
` [PATCH 06/13] [APX EGPR] Map reg/mem constraints in inline asm to non-EGPR constraint
` [PATCH 08/13] [APX EGPR] Handle GPR16 only vector move insns
` [PATCH 11/13] [APX EGPR] Handle legacy insns that only support GPR16 (3/5)

[PATCH] RISC-V: Fix Dynamic LMUL compile option
 2023-09-04  9:08 UTC 

[PATCH v2] LoongArch: initial ada support on linux
 2023-09-04  8:54 UTC  (2+ messages)

[PATCH] analyzer: Add support of placement new and improved operator new [PR105948,PR94355]
 2023-09-04  8:44 UTC  (6+ messages)

[PATCH 3/4] Improve functionality of ree pass
 2023-09-04  7:57 UTC 

[PATCH v1] RISC-V: Support FP16 for RVV VRGATHEREI16 intrinsic
 2023-09-04  7:45 UTC  (3+ messages)

[PATCH] RISC-V: Fix Zicond ICE on large constants
 2023-09-04  6:45 UTC  (2+ messages)

[PATCH] rtl-optimization/110939 Really fix narrow comparison of memory and constant
 2023-09-04  5:55 UTC  (4+ messages)
  ` PING^2: "
    ` PING^3: "

[PATCH-2v2, rs6000] Implement 32bit inline lrint [PR88558]
 2023-09-04  5:33 UTC 

[PATCH-1v2, rs6000] Enable SImode in FP registers on P7 [PR88558]
 2023-09-04  5:33 UTC 

[PATCH] RISC-V: Add conditional sqrt autovec pattern
 2023-09-04  4:49 UTC 

[PATCH V6] Optimize '(X - N * M) / N' to 'X / N - M' if valid
 2023-09-04  3:30 UTC  (3+ messages)

[PING][PATCH] LoongArch: initial ada support on linux
 2023-09-04  2:19 UTC  (5+ messages)

[PATCH 1/2] LoongArch: Optimize switch with sign-extended index
 2023-09-04  1:52 UTC  (3+ messages)
  `  "

[PATCH v2] LoongArch: Support storing floating-point zero into MEM[base + index]
 2023-09-04  1:49 UTC  (2+ messages)
`  "

[PATCH] MATCH: Add `(x | c) & ~(y | c)` and `x & ~(y | x)` patterns [PR98710]
 2023-09-04  1:25 UTC 

niBkssSYVUSxv
 2023-09-04  1:08 UTC 

[PATCH] MATCH: Add `~MAX(~X, Y)` pattern: [PR96694]
 2023-09-04  0:21 UTC 

[PATCH] MATCH: Add pattern for `(x | y) & (x & z)`
 2023-09-03 20:49 UTC 

[PATCH v2] mklog: handle Signed-Off-By, minor cleanup
 2023-09-03 18:47 UTC  (2+ messages)
` [PATCH v3] mklog: handle Signed-off-by, "

[PATCH] MATCH: Transform `(1 >> X) !=/== 0` into `X ==/!= 0`
 2023-09-03 16:25 UTC 

[PATCH] Improve rewrite_to_defined_overflow for lhs already the correct type
 2023-09-03 16:18 UTC 

Testsuite: fix contructor priority test
 2023-09-03 13:36 UTC  (2+ messages)

[PATCH v1] RISC-V: Support FP MAX/MIN autovec for VLS mode
 2023-09-03  0:18 UTC  (3+ messages)

[PATCH 1/3] Improve ssa_name_has_boolean_range slightly
 2023-09-02 15:09 UTC  (3+ messages)
` [PATCH 2/3] MATCH: Improve zero_one_valued_p by using ssa_name_has_boolean_range
` [PATCH 3/3] MATCH: Replace all uses of ssa_name_has_boolean_range with zero_one_valued_p

[pushed] wwwdocs: *: Use "back end" instead of "backend"
 2023-09-02 12:01 UTC 

[PATCH 9/12] libgcc _BitInt support [PR102989]
 2023-09-02 11:42 UTC  (3+ messages)

[PATCH 0/12] GCC _BitInt support [PR102989]
 2023-09-02 11:41 UTC  (6+ messages)
` Patch ping "
    ` [PATCH 14/12] libgcc _BitInt helper documentation [PR102989]

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-09-02  8:43 UTC  (3+ messages)

[PATCH] MATCH: `(nop_convert)-(convert)a` into -(convert)a if we are converting from something smaller
 2023-09-02  7:00 UTC 

[PATCH] LoongArch: Support loading floating-point zero into MEM[base + index]
 2023-09-02  5:16 UTC  (2+ messages)

[PATCH] ssa_name_has_boolean_range vs signed-boolean:31 types
 2023-09-02  2:32 UTC 

[PATCH v6] LoongArch:Implement 128-bit floating point functions in gcc
 2023-09-02  2:31 UTC  (2+ messages)

[PATCH] c++: improve verify_constant diagnostic [PR91483]
 2023-09-02  0:03 UTC  (2+ messages)

[PATCH] diagnostics: Delete config pointer before overwriting it
 2023-09-01 23:54 UTC  (2+ messages)

[PATCH] analyzer: call off a superseding when diagnostics are unrelated [PR110830]
 2023-09-01 23:48 UTC  (2+ messages)

[pushed] wwwdocs: gcc-12: Improve language around vectorizer and -O2
 2023-09-01 22:53 UTC 

RFC: Introduce -fhardened to enable security-related flags
 2023-09-01 22:09 UTC  (2+ messages)

[PATCH 8/12] libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989]
 2023-09-01 21:27 UTC  (2+ messages)

[PATCH] analyzer: implement reference count checking for CPython plugin [PR107646]
 2023-09-01 21:07 UTC  (4+ messages)

[PATCH] Fortran: runtime bounds-checking in presence of array constructors [PR31059]
 2023-09-01 20:48 UTC  (4+ messages)

[PATCH v2] RISC-V: zicond: Fix opt2 pattern
 2023-09-01 19:53 UTC 

[PATCH] RISC-V: zicond: remove bogus opt2 pattern
 2023-09-01 19:17 UTC  (7+ messages)

[PATCH v2] c: don't emit -Wmissing-variable-declarations for register variables [PR110947]
 2023-09-01 19:02 UTC 

[PATCH] c: don't emit -Wmissing-variable-declarations for register variables [PR110947]
 2023-09-01 18:50 UTC 

[committed] libstdc++: Fix compare_exchange_padding.cc test for std::atomic_ref
 2023-09-01 18:14 UTC  (4+ messages)

[PATCH] RISC-V: Add Types to Un-Typed Risc-v Instructions:
 2023-09-01 18:02 UTC  (2+ messages)

[PATCH] c++: Move consteval folding to cp_fold_r
 2023-09-01 17:36 UTC  (2+ messages)

[PATCH 1/2] VR-VALUES: Rename op0/op1 to op1/op2 for test_for_singularity
 2023-09-01 17:30 UTC  (2+ messages)
` [PATCH 2/2] VR-VALUES: Rewrite test_for_singularity using range_op_handler

[committed] libstdc++: Fix debug-mode tests for constexpr algorithms
 2023-09-01 16:56 UTC 

[committed] libstdc++: Add -Wno-self-move to two filesystem tests
 2023-09-01 16:55 UTC 

[PATCH] libstdc++: fix memory clobbering in std::vector [PR110879]
 2023-09-01 16:55 UTC  (5+ messages)

[RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes
 2023-09-01 16:10 UTC  (3+ messages)

[PATCH]AArch64 xorsign: Fix scalar xorsign lowering
 2023-09-01 15:13 UTC  (4+ messages)

[committed] libstdc++: Use std::string::__resize_and_overwrite in std::filesystem
 2023-09-01 15:02 UTC 

[committed] libstdc++: Use a loop in atomic_ref::compare_exchange_strong [PR111077]
 2023-09-01 15:02 UTC 

[PATCH] c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of function-try-block [PR52953]
 2023-09-01 14:34 UTC  (4+ messages)
  ` [PATCH] c++, v2: "
    ` [PATCH] c++, v3: "

[PING][PATCH v2] Add clang's invalid-noreturn warning flag (gnu.org)
 2023-09-01 13:59 UTC 

[PATCH][Ada] Fix syntax errors in expect.c
 2023-09-01 13:41 UTC  (2+ messages)

[RFC PATCH] c++: Diagnose [basic.scope.block]/2 violations even for block externs [PR52953]
 2023-09-01 13:34 UTC  (3+ messages)
  ` [PATCH] c++, v2: "

[PATCH] ipa: Self-DCE of uses of removed call LHSs (PR 108007)
 2023-09-01 13:32 UTC  (2+ messages)

[PATCH] ipa-sra: Allow IPA-SRA in presence of returns which will be removed
 2023-09-01 13:30 UTC  (2+ messages)

[PATCH] Add Types to Un-Typed Pic Instructions:
 2023-09-01 13:15 UTC  (2+ messages)

[PATCH v8 0/4] P1689R5 support
 2023-09-01 13:04 UTC  (5+ messages)
` [PATCH v8 1/4] spec: add a spec function to join arguments
` [PATCH v8 2/4] p1689r5: initial support
` [PATCH v8 3/4] c++modules: report imported CMI files as dependencies
` [PATCH v8 4/4] c++modules: report module mapper files as a dependency

[x86_64 PATCH] Improve __int128 argument passing (in ix86_expand_move)
 2023-09-01 13:01 UTC  (7+ messages)

[PATCH v2 1/2] c++: implement __is_const built-in trait
 2023-09-01 13:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_const
    ` [PING][PATCH "

[PATCH v2 1/2] c++: implement __is_array built-in trait
 2023-09-01 13:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_array
    ` [PING][PATCH "

[PATCH v2 1/2] c++: implement __is_volatile built-in trait
 2023-09-01 13:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_volatile
    ` [PING][PATCH "

[PATCH v5 2/2] libstdc++: Use new built-in trait __is_pointer
 2023-09-01 13:00 UTC  (4+ messages)
` [PATCH v6 1/2] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v6 2/2] libstdc++: Use new built-in trait __is_pointer
    ` [PING][PATCH "

[PATCH] MATCH [PR19832]: Optimize some `(a != b) ? a OP b : c`
 2023-09-01 12:27 UTC  (3+ messages)
` [committed] testsuite: Fix vectcond-1.C FAIL on i686-linux [PR19832]

[PATCH] MATCH: extend min_value/max_value match to vectors
 2023-09-01 12:26 UTC  (2+ messages)
` [committed] testsuite: Fix up pr110915* tests on i686-linux [PR110915]

[PATCH] c++: Check for indirect change of active union member in constexpr [PR101631]
 2023-09-01 12:22 UTC  (3+ messages)
  ` [PATCH v2] c++: Catch "

[PING][PATCH 1/2] Ada: Synchronized private extensions are always limited
 2023-09-01 12:08 UTC  (3+ messages)

[PATCH v3] tree-optimization/110279- Check for nested FMA in reassoc
 2023-09-01 11:38 UTC  (2+ messages)

[PATCH 0/4] Add conditional autovec convert patterns
 2023-09-01 11:34 UTC  (10+ messages)
` [PATCH 1/4] RISC-V: Adjust expand_cond_len_{unary,binop,op} api
` [PATCH 2/4] RISC-V: Add conditional autovec convert(INT<->INT) patterns
` [PATCH 3/4] RISC-V: Add conditional autovec convert(FP<->FP) patterns
` [PATCH 4/4] RISC-V: Add conditional autovec convert(INT<->FP) patterns

[PATCH] MATCH: `(nop_convert)-a` into -(nop_convert)a if the negate is single use and a is known not to be signed min value
 2023-09-01 11:21 UTC  (2+ messages)

[committed] libstdc++: Use dg-require-filesystem-ts in link test
 2023-09-01 11:17 UTC 

[committed] libstdc++: Avoid useless dependency on read_symlink from tzdb
 2023-09-01 11:16 UTC 

[PATCH] RISC-V: Enable VECT_COMPARE_COSTS by default
 2023-09-01 11:01 UTC  (3+ messages)

[PATCH] RISC-V: Add dynamic LMUL compile option
 2023-09-01 10:59 UTC  (3+ messages)

[committed] libstdc++: Fix how chrono::parse handles errors for time-of-day values
 2023-09-01 10:55 UTC 

[committed] libstdc++: Do not allow chrono::parse to overflow for %C [PR111162]
 2023-09-01 10:55 UTC 

[committed] libstdc++: Simplify __format::_Sink::_M_reset
 2023-09-01 10:55 UTC 

[RFC] gimple ssa: SCCP - A new PHI optimization pass
 2023-09-01 10:53 UTC  (9+ messages)

[PATCH] expmed: Allow extract_bit_field via mem for low-precision modes
 2023-09-01 10:45 UTC  (6+ messages)

[PATCH v3 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait
 2023-09-01 10:40 UTC  (5+ messages)
` [PATCH v4 1/4] "
  ` [PATCH v4 4/4] libstdc++: Optimize is_compound trait performance

[PATCH] riscv: xtheadcondmov: Don't run tests with -Oz
 2023-09-01 10:20 UTC 

[PATCH] RISC-V: Add vec_extract for BI -> QI
 2023-09-01  9:59 UTC  (2+ messages)

[PATCH][Hashtable] Performance optimization through use of insertion hint
 2023-09-01  9:00 UTC  (4+ messages)

[PATCH v1] RISC-V: Support FP ADD/SUB/MUL/DIV autovec for VLS mode
 2023-09-01  8:38 UTC  (3+ messages)

[PATCH] libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR111238)
 2023-09-01  8:27 UTC  (4+ messages)

[PATCH 1/2] PHI-OPT [PR 110984]: Add support for NE_EXPR/EQ_EXPR with casts to spaceship_replacement
 2023-09-01  6:40 UTC  (5+ messages)
` [PATCH 2/2] VR-VALUES: Rewrite test_for_singularity using range_op_handler

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