public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Don't fold _mm{, 256}_blendv_epi8 into (mask < 0 ? src1 : src2) when -funsigned-char
 2023-06-09  1:49 UTC  (3+ messages)
` [PATCH v2] Explicitly view_convert_expr mask to signed type when folding pblendvb builtins

[PATCH] Fold _mm{,256,512}_abs_{epi8,epi16,epi32,epi64} into gimple ABSU_EXPR + VCE
 2023-06-09  1:47 UTC  (6+ messages)
` [PATCH] Fold _mm{, 256, 512}_abs_{epi8, epi16, epi32, epi64} "

[PATCH] MATCH: Fix zero_one_valued_p not to match signed 1 bit integers
 2023-06-09  1:47 UTC 

[PATCH 0/2] RISC-V: New pass to optimize calculation of offsets for memory operations
 2023-06-09  0:57 UTC  (10+ messages)
` [PATCH 1/2] Implementation of new RISCV optimizations pass: fold-mem-offsets
` [PATCH 2/2] cprop_hardreg: Enable propagation of the stack pointer if possible

[pushed] c++: allow NRV and non-NRV returns [PR58487]
 2023-06-09  0:42 UTC  (2+ messages)

[PATCH] analyzer: Standalone OOB-warning [PR109437, PR109439]
 2023-06-09  0:36 UTC  (8+ messages)
    ` Fwd: "

[PATCH] c++: unsynthesized defaulted constexpr fn [PR110122]
 2023-06-08 23:50 UTC  (4+ messages)

Orphaned patches
 2023-06-08 21:19 UTC 

[COMMITTED 4/4] Provide a new dispatch mechanism for range-ops
 2023-06-08 18:58 UTC 

[COMMITTED 3/4] Unify range_operators to one class
 2023-06-08 18:57 UTC 

[COMMITTED 2/4] - Remove tree_code from range-operator
 2023-06-08 18:57 UTC 

[COMMITTED 1/4] Fix floating point bug in fold_range
 2023-06-08 18:57 UTC 

[PATCH][RFC] c++: Accept elaborated-enum-base in system headers
 2023-06-08 18:47 UTC  (3+ messages)
  ` Fwd: "

[PATCH] Fortran: add Fortran 2018 IEEE_{MIN,MAX} functions
 2023-06-08 18:17 UTC  (11+ messages)

[PATCH v6 0/4] P1689R5 support
 2023-06-08 17:59 UTC  (2+ messages)

[PATCH] doc: Clarification for -Wmissing-field-initializers
 2023-06-08 17:57 UTC 

[PATCH] RFC: New compact syntax for insn and insn_split in Machine Descriptions
 2023-06-08 16:49 UTC  (11+ messages)
` [PATCH v2] machine descriptor: "

Quality Budget Estimation
 2023-06-08 15:47 UTC 

[PATCH] rs6000: Add builtins for IEEE 128-bit floating point values
 2023-06-08 15:21 UTC  (6+ messages)
      ` [PATCH ver 3] "

[PATCH] RISC-V: Add Veyron V1 pipeline description
 2023-06-08 15:18 UTC  (10+ messages)

[PATCH v2] RISC-V: Add more test cases for RVV FP16
 2023-06-08 15:08 UTC  (3+ messages)

[PATCH] RISCV: Add -m(no)-omit-leaf-frame-pointer support
 2023-06-08 15:05 UTC  (6+ messages)

[PATCH] simplify-rtx: Implement constant folding of SS_TRUNCATE, US_TRUNCATE
 2023-06-08 14:56 UTC 

[PATCH] fix frange_nextafter odr violation
 2023-06-08 14:37 UTC 

[PATCH RFC] c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
 2023-06-08 14:03 UTC  (4+ messages)

[PATCH v1] RISC-V: Refactor ZVFHMIN to separated iterator and pattern
 2023-06-08 13:24 UTC  (17+ messages)
` [PATCH v5] RISC-V: Refactor requirement of ZVFH and ZVFHMIN
` [PATCH v6] "
` [PATCH v7] "
` [PATCH v8] "
      `  "

[V1][PATCH 0/3] New attribute "element_count" to annotate bounds for C99 FAM(PR108896)
 2023-06-08 13:06 UTC  (10+ messages)
` [V1][PATCH 1/3] Provide element_count attribute to flexible array member field (PR108896)

[PATCH v4] MIPS: add speculation_barrier support
 2023-06-08 12:35 UTC  (3+ messages)
` [PATCH v5] MIPS: Add "

[PATCH] Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisons
 2023-06-08 12:26 UTC  (3+ messages)

[committed] libstdc++: Fix code size regressions in std::vector [PR110060]
 2023-06-08 11:43 UTC  (5+ messages)

[PATCH] testsuite: fix the condition bug in tsvc s176
 2023-06-08 11:23 UTC 

[PATCH][GCC][AArch64] convert some patterns to new MD syntax
 2023-06-08 10:52 UTC  (2+ messages)

[PATCH] rtl: AArch64: New RTL for ABD
 2023-06-08 10:38 UTC  (3+ messages)
  ` [PATCH 2/2] "

[PATCH 1/2] Missed opportunity to use [SU]ABD
 2023-06-08 10:31 UTC  (3+ messages)
` [PATCH] vect: "

[PATCH] Handle FMA friendly in reassoc pass
 2023-06-08  9:51 UTC  (4+ messages)

[COMMITTED] analyzer: Standalone OOB-warning, formatting fixed [PR109437, PR109439]
 2023-06-08  9:30 UTC 

[Patch, fortran] PR87477 - (associate) - [meta-bug] [F03] issues concerning the ASSOCIATE statement
 2023-06-08  9:11 UTC  (8+ messages)

[PATCH V5] VECT: Add SELECT_VL support
 2023-06-08  7:35 UTC  (2+ messages)

[PATCH v2] LoongArch: Modify the register constraints for template "jumptable" and "indirect_jump" from "r" to "e" [PR110136]
 2023-06-08  6:48 UTC  (2+ messages)

[PATCH] optabs: Implement double-word ctz and ffs expansion
 2023-06-08  5:55 UTC  (2+ messages)

[PATCH] i386: Fix endless recursion in ix86_expand_vector_init_general with MMX [PR110152]
 2023-06-08  5:53 UTC  (2+ messages)

[PATCH V2 0/4] rs6000: build constant via li/lis;rldicX
 2023-06-08  1:55 UTC  (5+ messages)
` [PATCH 1/4] rs6000: build constant via li;rotldi
` [PATCH 2/4] rs6000: build constant via lis;rotldi
` [PATCH 3/4] rs6000: build constant via li/lis;rldicl/rldicr
` [PATCH 4/4] rs6000: build constant via li/lis;rldic

[PATCH] In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) at the latest to issue
 2023-06-08  1:50 UTC  (3+ messages)
` [PATCH] In the pipeline, UNRECOG INSN is not executed in advance if it starts a live range

Good News
 2023-06-07 23:51 UTC 

Followup on PR/109279: large constants on RISCV
 2023-06-07 23:44 UTC  (2+ messages)

[PATCH 1/3] MATCH: Allow unsigned types for `X & -Y -> X * Y` pattern
 2023-06-07 23:19 UTC  (9+ messages)
` [PATCH 2/3] Change the `zero_one ==/!= 0) ? y : z <op> y` patterns to use multiply rather than `(-zero_one) & z`
` [PATCH 3/3] Add Plus to the op list of `(zero_one == 0) ? y : z <op> y` pattern

[nvptx PATCH] Update nvptx's bitrev<mode>2 pattern to use BITREVERSE rtx
 2023-06-07 23:09 UTC 

[Committed] Bug fix to new wi::bitreverse_large function
 2023-06-07 22:54 UTC 

[PATCH] MATCH: Fix comment for `(zero_one ==/!= 0) ? y : z <op> y` patterns
 2023-06-07 21:28 UTC 

[committed] Convert H8 port to LRA
 2023-06-07 21:27 UTC  (3+ messages)

[PATCH] riscv: Fix scope for memory model calculation
 2023-06-07 20:04 UTC  (4+ messages)

[RFC] RISC-V: Eliminate extension after for *w instructions
 2023-06-07 20:00 UTC  (2+ messages)

[PATCH] libstdc++: Fix up 20_util/to_chars/double.cc test for excess precision [PR110145]
 2023-06-07 19:59 UTC  (3+ messages)

[PATCH] Add COMPLEX_VECTOR_INT modes
 2023-06-07 19:42 UTC  (4+ messages)

[PATCH] correct -Wmismatched-new-delete (PR 98160, 98166)
 2023-06-07 17:13 UTC  (3+ messages)
` Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-nonheap-object{,-2,-3}.c' (was: [PATCH] correct -Wmismatched-new-delete (PR 98160, 98166))

[PATCH] add -Wmismatched-new-delete to middle end (PR 90629)
 2023-06-07 17:10 UTC  (3+ messages)
` Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s' (was: [PATCH] add -Wmismatched-new-delete to middle end (PR 90629))

[testsuite] bump some tsvc timeouts
 2023-06-07 17:01 UTC  (2+ messages)

[pushed] [PR109541] RA: Constrain class of pic offset table pseudo to general regs
 2023-06-07 16:28 UTC  (3+ messages)

vect: Don't pass subtype to vect_widened_op_tree where not needed [PR 110142]
 2023-06-07 16:03 UTC  (2+ messages)

[PATCH] libstdc++: Use AS_IF in configure.ac
 2023-06-07 15:57 UTC  (7+ messages)

Support 'UNSUPPORTED: [...]: exception handling disabled' for libstdc++ testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')
 2023-06-07 15:56 UTC  (5+ messages)

[committed] libstdc++: Update list of known symbol versions for abi-check
 2023-06-07 15:55 UTC  (4+ messages)

[committed] libstdc++: Restore accidentally removed version in abi-check
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fno-exceptions
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fexcess-precision=standard
 2023-06-07 15:53 UTC 

[PATCH 0/3] aarch64: ls64 builtin fixes [PR110100,PR110132]
 2023-06-07 15:51 UTC  (2+ messages)

[PATCH][committed] aarch64: Represent SQXTUN with RTL operations
 2023-06-07 15:20 UTC 

[PATCH][committed] aarch64: Improve RTL representation of ADDP instructions
 2023-06-07 15:19 UTC 

[committed] Fix expected test output on hppa
 2023-06-07 14:48 UTC 

[PATCH v2 0/3] RISC-V: Support ZC* extensions
 2023-06-07 14:27 UTC  (5+ messages)
` [PATCH v2 1/3] RISC-V: Minimal support for "
` [PATCH v2 2/3] RISC-V: Enable compressible features when use "
` [PATCH v2 3/3] RISC-V: Add ZC* test for failed march args being passed

[PATCH] libgcc: Fix eh_frame fast path in find_fde_tail
 2023-06-07 14:20 UTC  (2+ messages)

[PATCH 3/3] aarch64: Allow compiler to define ls64 builtins [PR110132]
 2023-06-07 14:01 UTC 

[PATCH 2/3] aarch64: Fix wrong code with st64b builtin [PR110100]
 2023-06-07 14:00 UTC 

[PATCH 1/3] aarch64: Fix whitespace in ls64 builtin implementation [PR110100]
 2023-06-07 14:00 UTC 

[PATCH] libiberty: pex-unix.c: Make pex_unix_cleanup signature always match body
 2023-06-07 13:07 UTC  (3+ messages)

[PATCH 1/2] Match: zero_one_valued_p should match 0 constants too
 2023-06-07 13:03 UTC  (3+ messages)

[PATCH V3] VECT: Add SELECT_VL support
 2023-06-07 12:48 UTC  (5+ messages)
  `  "

[PATCH V4] VECT: Add SELECT_VL support
 2023-06-07 12:47 UTC 

[OG12][committed] openmp: Add support for the 'present' modifier
 2023-06-07 11:26 UTC  (4+ messages)
` [og12] Fix 'libgomp.{c-c++-common,fortran}/target-present-*' test cases (was: [OG12][committed] openmp: Add support for the 'present' modifier)
  ` [committed] testsuite/libgomp.*/target-present-*.{c,f90}: Improve and fix (was: Re: [og12] Fix 'libgomp.{c-c++-common,fortran}/target-present-*' test cases)

[PATCH] mips: Fix overaligned function arguments [PR109435]
 2023-06-07 10:28 UTC  (5+ messages)

[PATCH 3/4] ree: Improve functionality of ree pass for rs6000 target
 2023-06-07 10:25 UTC 

[PATCH] Convert ipcp_vr_lattice to type agnostic framework
 2023-06-07 10:18 UTC  (2+ messages)

[PATCH 0/4] [RISC-V] support zcmp extention
 2023-06-07 10:11 UTC  (3+ messages)
` [PATCH 1/4][V4][RISC-V] support cm.push cm.pop cm.popret in zcmp

[PATCH] Convert ipa_jump_func to use ipa_vr instead of a value_range
 2023-06-07 10:01 UTC  (4+ messages)
` [PATCH] Implement ipa_vr hashing

[PATCH 2/3] Refactor widen_plus as internal_fn
 2023-06-07  8:42 UTC  (12+ messages)
                  ` [PATCH] modula2: Fix bootstrap

[patch,avr]: Improve bit-extractions as of PR109907
 2023-06-07  8:41 UTC 

[patch,avr] Fix PR109650 wrong code
 2023-06-07  8:39 UTC  (3+ messages)
  ` Ping #2: "

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