public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[COMMITTED] MAINTAINERS: Add myself to write after approval
 2023-10-10 12:40 UTC 

[PATCH] Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1)
 2023-10-10 12:28 UTC 

[PATCH] tree-optimization/111751 - support 1024 bit vector constant reinterpretation
 2023-10-10 12:19 UTC 

[Committed] RISC-V: Add VLS BOOL mode vcond_mask[PR111751]
 2023-10-10 12:19 UTC 

[PATCH] RISC-V: Make xtheadcondmov-indirect tests robust against instruction reordering
 2023-10-10 12:17 UTC  (3+ messages)

[COMMITTED] ada: Fix internal error on too large representation clause for small component
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Tweak internal subprogram in Ada.Directories
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Remove superfluous setter procedure
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix bad finalization of limited aggregate in conditional expression
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix infinite loop with multiple limited with clauses
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix filesystem entry filtering
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Tweak documentation comments
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Crash processing pragmas Compile_Time_Error and Compile_Time_Warning
 2023-10-10 12:14 UTC 

[PATCH v6] Implement new RTL optimizations pass: fold-mem-offsets
 2023-10-10 11:59 UTC  (5+ messages)

[PATCH] tree-optimization/111519 - strlen optimization skips clobbering store
 2023-10-10 11:59 UTC  (2+ messages)

[Committed] RISC-V: Add testcase for SCCVN optimization[PR111751]
 2023-10-10 11:49 UTC 

[PATCH 0/6] aarch64: Add support for __arm_rsr and __arm_wsr ACLE function family
 2023-10-10 11:20 UTC  (11+ messages)
` [PATCH 1/6] aarch64: Sync system register information with Binutils
` [PATCH 6/6] aarch64: Add front-end argument type checking for target builtins

[PATCH 2/3]middle-end: updated niters analysis to handle multiple exits
 2023-10-10 11:13 UTC  (2+ messages)

[PATCH] tree-optimization/111519 - strlen optimization skips clobbering store
 2023-10-10 10:49 UTC 

[PATCH] Fix missed CSE with a BLKmode entity
 2023-10-10 10:38 UTC 

[PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
 2023-10-10 10:35 UTC  (4+ messages)
  `  "

回复: [PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
 2023-10-10 10:20 UTC  (5+ messages)
    `  "

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-pr65935.c for RVV
 2023-10-10 10:17 UTC  (4+ messages)
  `  "

[PATCH v2 0/4] RISC-V target attribute
 2023-10-10  9:56 UTC  (6+ messages)
` [PATCH v2 1/4] options: Define TARGET_<NAME>_P and TARGET_<NAME>_OPTS_P macro for Mask and InverseMask
` [PATCH v2 2/4] RISC-V: Refactor riscv_option_override and riscv_convert_vector_bits. [NFC]
` [PATCH v2 3/4] RISC-V: Extend riscv_subset_list, preparatory for target attribute support
` [PATCH v2 4/4] RISC-V: Implement target attribute

[PATCH] wide-int: Allow up to 16320 bits wide_int and change widest_int precision to 32640 bits [PR102989]
 2023-10-10  9:49 UTC  (7+ messages)
` [PATCH] wide-int: Remove rwide_int, introduce dw_wide_int

[PATCH v13 00/40] Optimize type traits performance
 2023-10-10  9:46 UTC  (41+ messages)
` [PATCH v15 00/39] "
  ` [PATCH v15 01/39] c++: Sort built-in identifiers alphabetically
  ` [PATCH v15 02/39] c-family, c++: Look up traits through gperf instead of enum rid
  ` [PATCH v15 03/39] c++: Implement __is_const built-in trait
  ` [PATCH v15 04/39] libstdc++: Optimize is_const trait performance
  ` [PATCH v15 05/39] c++: Implement __is_volatile built-in trait
  ` [PATCH v15 06/39] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v15 07/39] c++: Implement __is_array built-in trait
  ` [PATCH v15 08/39] libstdc++: Optimize is_array trait performance
  ` [PATCH v15 09/39] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v15 10/39] libstdc++: Optimize is_unbounded_array trait performance
  ` [PATCH v15 11/39] c++: Implement __is_bounded_array built-in trait
  ` [PATCH v15 12/39] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v15 13/39] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v15 14/39] libstdc++: Optimize is_scoped_enum trait performance
  ` [PATCH v15 15/39] c++: Implement __is_member_pointer built-in trait
  ` [PATCH v15 16/39] libstdc++: Optimize is_member_pointer trait performance
  ` [PATCH v15 17/39] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v15 18/39] libstdc++: Optimize is_member_function_pointer trait performance
  ` [PATCH v15 19/39] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v15 20/39] libstdc++: Optimize is_member_object_pointer trait performance
  ` [PATCH v15 21/39] c++: Implement __is_reference built-in trait
  ` [PATCH v15 22/39] libstdc++: Optimize is_reference trait performance
  ` [PATCH v15 23/39] c++: Implement __is_function built-in trait
  ` [PATCH v15 24/39] libstdc++: Optimize is_function trait performance
  ` [PATCH v15 25/39] libstdc++: Optimize is_object "
  ` [PATCH v15 26/39] c++: Implement __remove_pointer built-in trait
  ` [PATCH v15 27/39] libstdc++: Optimize remove_pointer trait performance
  ` [PATCH v15 28/39] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v15 29/39] libstdc++: Optimize is_pointer trait performance
  ` [PATCH v15 30/39] c++, libstdc++: Implement __is_arithmetic built-in trait
  ` [PATCH v15 31/39] libstdc++: Optimize is_arithmetic trait performance
  ` [PATCH v15 32/39] libstdc++: Optimize is_fundamental "
  ` [PATCH v15 33/39] libstdc++: Optimize is_compound "
  ` [PATCH v15 34/39] c++: Implement __is_unsigned built-in trait
  ` [PATCH v15 35/39] libstdc++: Optimize is_unsigned trait performance
  ` [PATCH v15 36/39] c++, libstdc++: Implement __is_signed built-in trait
  ` [PATCH v15 37/39] libstdc++: Optimize is_signed trait performance
  ` [PATCH v15 38/39] c++, libstdc++: Implement __is_scalar built-in trait
  ` [PATCH v15 39/39] libstdc++: Optimize is_scalar trait performance

[PATCH] MATCH: [PR111679] Add alternative simplification of `a | ((~a) ^ b)`
 2023-10-10  9:32 UTC  (2+ messages)

[PATCH] use get_range_query to replace get_global_range_query
 2023-10-10  9:07 UTC  (4+ messages)

[committed] arc: Refurbish add.f combiner patterns
 2023-10-10  8:39 UTC 

[PATCH-2, rs6000] Enable vector mode for memory equality compare [PR111449]
 2023-10-10  8:18 UTC  (3+ messages)

[PATCH] Support Intel USER_MSR
 2023-10-10  8:06 UTC  (2+ messages)

[PATCH] x86: set spincount 1 for x86 hybrid platform [PR109812]
 2023-10-10  7:56 UTC  (2+ messages)

[PATCH] [x86] Refine predicate of operands[2] in divv4hf3 with register_operand
 2023-10-10  6:59 UTC 

[PATCH] [APX] Support Intel APX PUSH2POP2
 2023-10-10  6:48 UTC 

INVESTMENT
 2023-10-10  5:01 UTC 

[PATCH] RISC-V: Add available vector size for RVV
 2023-10-10  3:23 UTC  (3+ messages)

[PATCH 1/2] c++: sort candidates according to viability
 2023-10-10  3:23 UTC  (2+ messages)
` [PATCH 2/2] c++: note other candidates when diagnosing deletedness

[PATCH] RISC-V Regression: Fix FAIL of predcom-2.c
 2023-10-10  2:58 UTC 

[PATCH] RISC-V Regression: Make match patterns more accurate
 2023-10-10  2:47 UTC 

[PATCH V1] introduce light expander sra
 2023-10-10  2:18 UTC 

[PATCH] RISC-V Regression: Fix dump check of bb-slp-68.c
 2023-10-10  1:16 UTC 

[COMMITTED] RISC-V: const: hide mvconst splitter from IRA
 2023-10-09 22:48 UTC  (6+ messages)
  ` xthead regression with "

[PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
 2023-10-09 21:52 UTC 

[RFC] RISC-V: Handle new types in scheduling descriptions
 2023-10-09 21:02 UTC 

[PATCH] c++: Check for indirect change of active union member in constexpr [PR101631]
 2023-10-09 20:46 UTC  (11+ messages)
  ` [PATCH v2] c++: Catch "
          ` [PATCH v3] "
              ` [PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]

[PATCH] c++: Improve diagnostics for constexpr cast from void*
 2023-10-09 20:10 UTC  (2+ messages)

(no subject)
 2023-10-09 20:03 UTC  (6+ messages)
` [PATCH v1 1/4] options: Define TARGET_<NAME>_P and TARGET_<NAME>_OPTS_P macro for Mask and InverseMask
` [PATCH v1 2/4] RISC-V: Refactor riscv_option_override and riscv_convert_vector_bits. [NFC]

[RFC 1/2] RISC-V: Add support for _Bfloat16
 2023-10-09 19:16 UTC  (4+ messages)

[pushed] analyzer: improvements to out-of-bounds diagrams [PR111155]
 2023-10-09 19:14 UTC  (5+ messages)

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-10-09 17:38 UTC  (10+ messages)

INVESTMENT
 2023-10-09 17:13 UTC 

[COMMITTED] PR tree-optimization/111694 - Ensure float equivalences include + and - zero
 2023-10-09 17:10 UTC 

[COMMITTED] Remove unused get_identity_relation
 2023-10-09 17:10 UTC 

[PATCH] TEST: Add vectorization check
 2023-10-09 14:59 UTC 

[PATCH] ifcvt/vect: Emit COND_ADD for conditional scalar reduction
 2023-10-09 14:57 UTC  (16+ messages)

[PATCH] RISC-V Regression test: Fix slp-perm-4.c FAIL for RVV
 2023-10-09 14:38 UTC  (4+ messages)

[PATCH] RISC-V Regression tests: Fix FAIL of pr97832* for RVV
 2023-10-09 14:36 UTC  (3+ messages)

[PATCH] RISC-V Regression test: Fix FAIL of slp-12a.c
 2023-10-09 14:31 UTC  (3+ messages)

[PATCH] RISC-V Regression test: Fix FAIL of slp-reduc-4.c for RVV
 2023-10-09 14:29 UTC  (3+ messages)

[PATCH] RISC-V Regression test: Adapt SLP tests like ARM SVE
 2023-10-09 14:27 UTC  (3+ messages)

[PATCH V2] RISC-V: Support movmisalign of RVV VLA modes
 2023-10-09 14:01 UTC  (3+ messages)

[PATCH 1/3]middle-end: Refactor vectorizer loop conditionals and separate out IV to new variables
 2023-10-09 13:35 UTC  (2+ messages)

[PATCH] RISC-V: THead: Fix missing CFI directives for th.sdd in prologue
 2023-10-09 13:25 UTC  (2+ messages)

[PATCH] tree-optimization/111715 - improve TBAA for access paths with pun
 2023-10-09 13:19 UTC 

[PATCH v1] RISC-V: Refine bswap16 auto vectorization code gen
 2023-10-09 13:13 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] RISC-V Regression test: Fix FAIL of pr45752.c for RVV
 2023-10-09 13:11 UTC  (3+ messages)

[PATCH] RISC-V Regression test: Fix FAIL of fast-math-slp-38.c for RVV
 2023-10-09 12:50 UTC  (3+ messages)
  `  "

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-09 11:35 UTC  (2+ messages)

[PATCH]AArch64 Add SVE implementation for cond_copysign
 2023-10-09 11:30 UTC  (14+ messages)

[PATCH V2] TEST: Fix vect_cond_arith_* dump checks for RVV
 2023-10-09 11:15 UTC  (6+ messages)
      `  "

[PATCH] tree-optimization/111715 - improve TBAA for access paths with pun
 2023-10-09 11:13 UTC 

Re_School Districts Contacts 2023
 2023-10-09  9:34 UTC 

[PATCH] test: Isolate slp-1.c check of target supports vect_strided5
 2023-10-09  9:27 UTC  (4+ messages)
  `  "

[PATCH][_GLIBCXX_INLINE_VERSION] Fix <contracts>
 2023-10-09  9:23 UTC  (7+ messages)

[X86 PATCH] Implement doubleword right shifts by 1 bit using s[ha]r+rcr
 2023-10-09  9:18 UTC  (2+ messages)

[PATCH] RISC-V: Support movmisalign of RVV VLA modes
 2023-10-09  9:16 UTC  (4+ messages)
  `  "

[PATCH]middle-end match.pd: optimize fneg (fabs (x)) to x | (1 << signbit(x)) [PR109154]
 2023-10-09  9:06 UTC  (6+ messages)

[PATCH] TEST: Fix XPASS of outer loop vectorization tests for RVV
 2023-10-09  8:25 UTC  (3+ 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).