public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[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]AArch64 xorsign: Fix scalar xorsign lowering
 2023-09-01 12:55 UTC 

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

[PATCH V6] Optimize '(X - N * M) / N' to 'X / N - M' if valid
 2023-09-01 12:28 UTC  (2+ messages)

[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  (3+ 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 00/13] [RFC] Support Intel APX EGPR
 2023-09-01 11:41 UTC  (37+ messages)
` [PATCH 01/13] [APX EGPR] middle-end: Add insn argument to base_reg_class
` [PATCH 02/13] [APX EGPR] middle-end: Add index_reg_class with insn argument
` [PATCH 03/13] [APX_EGPR] Initial support for APX_F
` [PATCH 04/13] [APX EGPR] Add 16 new integer general purpose registers
` [PATCH 05/13] [APX EGPR] Add register and memory constraints that disallow EGPR
` [PATCH 06/13] [APX EGPR] Map reg/mem constraints in inline asm to non-EGPR constraint
` [PATCH 07/13] [APX EGPR] Add backend hook for base_reg_class/index_reg_class
` [PATCH 08/13] [APX EGPR] Handle GPR16 only vector move insns
` [PATCH 09/13] [APX EGPR] Handle legacy insn that only support GPR16 (1/5)
` [PATCH 10/13] [APX EGPR] Handle legacy insns that only support GPR16 (2/5)
` [PATCH 11/13] [APX EGPR] Handle legacy insns that only support GPR16 (3/5)
` [PATCH 12/13] [APX_EGPR] Handle legacy insns that only support GPR16 (4/5)
` [PATCH 13/13] [APX EGPR] Handle vex insns that only support GPR16 (5/5)

[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 1/2] c++, libstdc++: implement __is_arithmetic built-in trait
 2023-09-01 11:25 UTC  (16+ messages)
` [PATCH v2 1/3] c++, libstdc++: Implement "
  ` [PATCH v2 3/3] libstdc++: Optimize is_fundamental performance by __is_arithmetic built-in
  ` [PATCH v5 1/4] c++, libstdc++: Implement __is_arithmetic built-in trait
    ` [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] 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 

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

[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  (10+ 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] analyzer: Add support of placement new and improved operator new [PR105948,PR94355]
 2023-09-01 10:07 UTC  (3+ messages)

[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] Fortran: runtime bounds-checking in presence of array constructors [PR31059]
 2023-09-01  8:41 UTC  (2+ 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  (7+ 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

[PATCH v6] LoongArch:Implement 128-bit floating point functions in gcc
 2023-09-01  3:22 UTC 

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

[PING][PATCH] LoongArch: initial ada support on linux
 2023-09-01  2:05 UTC  (3+ messages)

[PATCH 0/2] support cm.push cm.pop cm.popret in zcmp and resolve confilct with shrink-wrap-separate
 2023-09-01  1:20 UTC  (6+ messages)
` [PATCH 1/2] allow targets to check shrink-wrap-separate enabled or not
    `  "

[PATCH 0/4] LoongArch: target configuration interface update
 2023-09-01  1:19 UTC  (7+ messages)
` [PATCH v2 1/4] LoongArch: improved target configuration interface

[PATCH] Add Types to Un-Typed Pic Instructions:
 2023-08-31 23:01 UTC 

[RFC PATCH] c++: Diagnose [basic.scope.block]/2 violations even for block externs [PR52953]
 2023-08-31 21:46 UTC  (2+ messages)

[PATCH] c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of function-try-block [PR52953]
 2023-08-31 19:52 UTC  (2+ messages)

[PATCH] c++: Fix up mangling of function/block scope static structured bindings [PR111069]
 2023-08-31 19:41 UTC  (7+ messages)
    ` [PATCH] c++, v2: Fix up mangling of function/block scope static structured bindings and emit abi tags [PR111069]
        ` [PATCH] c++, v3: "

[PATCH] RISC-V: zicond: remove bogus opt2 pattern
 2023-08-31 17:57 UTC  (3+ messages)

[PATCH] RISC-V Add Types to Un-Typed Thead Instructions:
 2023-08-31 17:36 UTC 

[PATCH] RISC-V: Add Types to Un-Typed Risc-v Instructions:
 2023-08-31 17:32 UTC 

[PATCH] analyzer: implement reference count checking for CPython plugin [PR107646]
 2023-08-31 17:01 UTC  (5+ messages)

[PATCH] Darwin: homogenize spelling of macOS
 2023-08-31 16:21 UTC  (4+ messages)

[PATCH] lra: Avoid unfolded plus-0
 2023-08-31 15:24 UTC 

[PATCH] aarch64: Fix return register handling in untyped_call
 2023-08-31 15:15 UTC 

[pushed] analyzer: fix ICE in text art strings support
 2023-08-31 14:48 UTC  (6+ messages)

[PATCH v1] RISC-V: Support rounding mode for VFMADD/VFMACC autovec
 2023-08-31 13:29 UTC  (3+ messages)

[PATCH v1] RISC-V: Support rounding mode for VFMSAC/VFMSUB autovec
 2023-08-31 13:29 UTC  (3+ messages)

[PATCH v3 0/4] LoongArch: target configuration interface update
 2023-08-31 12:48 UTC  (5+ messages)
` [PATCH v3 1/4] LoongArch: improved target configuration interface
` [PATCH v3 2/4] LoongArch: define preprocessing macros "__loongarch_{arch,tune}"
` [PATCH v3 3/4] LoongArch: add new configure option --with-strict-align-lib
` [PATCH v3 4/4] LoongArch: support loongarch*-elf target

[PATCH] middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7
 2023-08-31 12:44 UTC 

[PATCH] RISC-V: Add Vector cost model framework for RVV
 2023-08-31 12:43 UTC  (4+ messages)

[PATCH] middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7
 2023-08-31 12:37 UTC 

[PATCH] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
 2023-08-31 12:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V3 0/3] RISC-V: Add an experimental vector calling convention
 2023-08-31 12:28 UTC  (4+ messages)
` [PATCH V3 2/3] RISC-V: Part-2: Save/Restore vector registers which need to be preversed

[PATCH V4 0/3] RISC-V: Add an experimental vector calling convention
 2023-08-31 12:26 UTC  (4+ messages)
` [PATCH V4 1/3] RISC-V: Part-1: Select suitable vector registers for vector type args and returns
` [PATCH V4 2/3] RISC-V: Part-2: Save/Restore vector registers which need to be preversed
` [PATCH V4 3/3] RISC-V: Part-3: Output .variant_cc directive for vector function

[PATCH] [tree-optimization/110279] swap operands in reassoc to reduce cross backedge FMA
 2023-08-31 12:22 UTC  (9+ messages)

[PATCH] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
 2023-08-31 11:37 UTC 

[PATCH] testsuite/vect: Make match patterns more accurate
 2023-08-31 11:22 UTC  (2+ messages)

[PATCH v1] LoongArch: Optimize fixed-point and floating-point conversion operations
 2023-08-31 11:19 UTC 

[PATCH] RISC-V: Change vsetvl tail and mask policy to default policy
 2023-08-31 10:47 UTC  (3+ messages)

[PATCH] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
 2023-08-31 10:44 UTC 

[PATCH] Fix gcc.dg/tree-ssa/forwprop-42.c
 2023-08-31 10:34 UTC 

[PATCH v6 0/4] Add Loongson SX/ASX instruction support to LoongArch target
 2023-08-31 10:11 UTC  (7+ messages)
` [PATCH v6 1/4] LoongArch: Add Loongson SX base instruction support
` [PATCH v6 2/4] LoongArch: Add Loongson SX directive builtin function support
` [PATCH v6 3/4] LoongArch: Add Loongson ASX base instruction support
` [PATCH v6 4/4] LoongArch: Add Loongson ASX directive builtin function support

[PATCH] RISC-V: Refactor and clean emit_{vlmax,nonvlmax}_xxx functions
 2023-08-31  9:59 UTC  (5+ messages)
` [PATCH] RISC-V: Refactor and clean emit_{vlmax, nonvlmax}_xxx functions

[PATCH 0/1] RISC-V: Imply 'Zicsr' from 'Zcmt'
 2023-08-31  9:16 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] RISC-V: Emit .note.GNU-stack for non-linux target as well
 2023-08-31  9:05 UTC 

[PATCH] Adjust costing of emulated vectorized gather/scatter
 2023-08-31  8:53 UTC  (4+ messages)

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-08-31  8:33 UTC  (2+ messages)

[PATCH v5] LoongArch:Implement 128-bit floating point functions in gcc
 2023-08-31  8:31 UTC  (3+ messages)

[r14-3571 Regression] FAIL: gcc.target/i386/pr52252-atom.c scan-assembler palignr on Linux/x86_64
 2023-08-31  7:09 UTC  (2+ messages)

[PATCH 2/2] c++: Extended diagnostics for P0847R7 (Deducing This) [PR102609]
 2023-08-31  6:46 UTC 

aarch64, vect, omp: Add SVE support for simd clones [PR 96342]
 2023-08-31  6:39 UTC  (5+ messages)
` [PATCH 6/8] vect: Add vector_mode paramater to simd_clone_usable

[PATCH] rs6000: Update instruction counts to match vec_* calls [PR111228]
 2023-08-31  6:28 UTC  (2+ messages)

[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate
 2023-08-31  6:24 UTC  (2+ messages)
` [PATCH 2/2] [RISC-V] Enalble zcmp for -Os

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