public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-13 10:29 UTC  (7+ messages)
` [PATCH 02/11] Handle epilogues that contain jumps
` [PATCH 10/11] aarch64: Fix branch-protection error message tests

[PATCH] Add support for SLP vectorization of OpenMP SIMD clone calls
 2023-10-13  9:52 UTC 

[PATCH v1] RISC-V: Add test for FP llfloor auto vectorization
 2023-10-13  9:49 UTC 

[PATCH] middle-end: Allow _BitInt(65535) [PR102989]
 2023-10-13  9:46 UTC  (5+ messages)
  ` [PATCH] middle-end, v2: "

[PATCH v1] RISC-V: Add test for FP ifloor auto vectorization
 2023-10-13  9:35 UTC  (3+ messages)

PATCH-1v3, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-13  9:32 UTC 

[PATCH v1] RISC-V: Add test for FP iceil auto vectorization
 2023-10-13  8:12 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP llceil auto vectorization
 2023-10-13  7:40 UTC  (3+ messages)

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-10-13  6:58 UTC  (2+ messages)

[PATCH v1] RISC-V: Add test for FP llround auto vectorization
 2023-10-13  6:22 UTC  (3+ messages)

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-pr69907.c for RVV
 2023-10-13  6:04 UTC  (3+ messages)
  `  "

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV
 2023-10-13  6:01 UTC 

[PATCH v1] RISC-V: Add test for FP iroundf auto vectorization
 2023-10-13  5:43 UTC  (2+ messages)

[PATCH] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-13  4:33 UTC  (14+ messages)
  `  "

[PATCH V3] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-13  4:29 UTC 

[committed] RISC-V: Fix INSN costing and more zicond tests
 2023-10-13  4:02 UTC  (2+ messages)

[PATCH v2] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-13  3:55 UTC  (3+ messages)

[PATCH] Disparage slightly for the alternative which move DFmode between SSE_REGS and GENERAL_REGS
 2023-10-13  3:12 UTC  (3+ messages)

[PATCH v1] RISC-V: Leverage stdint-gcc.h for RVV test cases
 2023-10-13  2:28 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP lfloor/lfloorf auto vectorization
 2023-10-13  2:25 UTC  (3+ messages)

[PATCH] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]
 2023-10-13  1:41 UTC  (2+ messages)

[PATCH v1] RISC-V: Support FP lceil/lceilf auto vectorization
 2023-10-13  0:07 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP llrint auto vectorization
 2023-10-12 23:57 UTC  (7+ messages)

[PATCH] __atomic_test_and_set: Fall back to library, not non-atomic code
 2023-10-12 22:23 UTC  (13+ messages)
  ` [PATCH 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
        ` [PATCH v2 1/2] testsuite: Add dg-require-atomic-cmpxchg-word
          ` Ping: "
        ` [PATCH v2 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxchg-word
          ` Ping: "

[PATCH v2] c++: Catch indirect change of active union member in constexpr [PR101631]
 2023-10-12 22:05 UTC  (13+ messages)
      ` [PATCH v3] "
          ` [PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
                ` [PATCH v5] "
                  ` [PATCH v6] "

[PATCH] c++: non-static memfn call dependence cleanup
 2023-10-12 18:49 UTC  (3+ messages)
` [PATCH 2/1] c++: more non-static memfn call dependence cleanup [PR106086]

[Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory
 2023-10-12 18:42 UTC  (2+ messages)

[PATCH v2] RISC-V: Make xtheadcondmov-indirect tests robust against instruction reordering
 2023-10-12 18:29 UTC  (4+ messages)

[PATCH] tree-optimization/111773 - avoid CD-DCE of noreturn special calls
 2023-10-12 17:47 UTC 

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

[PATCH][_Hashtable] Avoid redundant usage of rehash policy
 2023-10-12 17:02 UTC  (2+ messages)

[PATCH] TEST: Add vectorization check
 2023-10-12 16:53 UTC  (2+ messages)

[PATCH] C99 testsuite readiness: Some verified test case adjustments
 2023-10-12 16:35 UTC  (2+ messages)

[PATCH] C99 test suite conversation: Some unverified test case adjustments
 2023-10-12 16:33 UTC  (2+ messages)

[PATCH] C99 test suite readiness: Mark some C89 tests
 2023-10-12 16:17 UTC  (2+ messages)

[PATCH] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-12 16:16 UTC  (9+ messages)
        `  "

[RFC] expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/111466]
 2023-10-12 16:11 UTC  (3+ messages)

[PATCH] reg-notes.def: Fix up description of REG_NOALIAS
 2023-10-12 16:02 UTC  (2+ messages)

[committed] wide-int: Fix build with gcc < 12 or clang++ [PR111787]
 2023-10-12 15:27 UTC 

RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-12 15:20 UTC  (8+ messages)
  `  "
        ` [PATCH] RISCV: Bugfix for incorrect documentation heading nesting

[PATCH 5/6]AArch64: Fix Armv9-a warnings that get emitted whenever a ACLE header is used
 2023-10-12 14:38 UTC  (2+ messages)

(no subject)
 2023-10-12 14:31 UTC 

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-12 14:19 UTC  (4+ messages)

[PATCH V2] Emit funcall external declarations only if actually used
 2023-10-12 14:05 UTC  (8+ messages)

[avr,committed] Implement atan2
 2023-10-12 13:38 UTC 

[PATCH v9] tree-ssa-sink: Improve code sinking pass
 2023-10-12 12:35 UTC 

[PATCH v9] Improve code sinking pass
 2023-10-12 12:32 UTC 

[PATCH] libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with recent glibc
 2023-10-12 12:05 UTC  (2+ messages)

[PATCH] tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRA
 2023-10-12 12:01 UTC  (2+ messages)

[PATCH] wide-int: Allow up to 16320 bits wide_int and change widest_int precision to 32640 bits [PR102989]
 2023-10-12 11:34 UTC  (5+ messages)

[PATCH-1v2, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-12 11:31 UTC  (2+ messages)

[PATCH] PR target/111778 - Fix undefined shifts in PowerPC compiler
 2023-10-12 11:30 UTC  (3+ messages)

[PATCH] ifcvt/vect: Emit COND_ADD for conditional scalar reduction
 2023-10-12 11:11 UTC  (11+ messages)

[PATCH v1] RISC-V: Support FP lround/lroundf auto vectorization
 2023-10-12 11:08 UTC  (3+ messages)

[Patch] libgomp.texi: Note to 'Memory allocation' sect and missing mem-memory routines
 2023-10-12 10:53 UTC 

[PATCH] tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRA
 2023-10-12 10:44 UTC 

[PATCH 0/6] aarch64: Add support for __arm_rsr and __arm_wsr ACLE function family
 2023-10-12 10:37 UTC  (7+ messages)
` [PATCH 6/6] aarch64: Add front-end argument type checking for target builtins

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-12  9:54 UTC  (5+ messages)

I wait your answer
 2023-10-12  9:45 UTC 

[PATCH] tree-optimization/111773 - avoid CD-DCE of noreturn special calls
 2023-10-12  9:01 UTC 

[PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-10-12  8:42 UTC 

[PATCH] tree-optimization/111764 - wrong reduction vectorization
 2023-10-12  8:21 UTC 

[PATCH v3 0/2] LoongArch: Update target-supports.exp for LoongArch SX/ASX
 2023-10-12  7:29 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH v2] LoongArch: Adjust makefile dependency for loongarch headers
 2023-10-12  7:28 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH v2] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
 2023-10-12  7:00 UTC 

[PATCH V2] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-12  6:41 UTC 

[PATCH 1/2] Enable vectorization for V2HF/V4HF rounding operations and sqrt
 2023-10-12  6:02 UTC  (2+ messages)
` [PATCH 2/2] Support 32/64-bit vectorization for conversion between _Float16 and integer/float

[PATCH] early outs for functions in rs6000.cc
 2023-10-12  5:04 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP irintf auto vectorization
 2023-10-12  2:07 UTC  (3+ messages)

[PATCH] [APX] Support Intel APX PUSH2POP2
 2023-10-12  1:49 UTC  (2+ messages)

[PATCH] Support Intel USER_MSR
 2023-10-12  1:47 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V target attribute
 2023-10-11 23:23 UTC  (7+ messages)
` [PATCH v2 1/4] options: Define TARGET_<NAME>_P and TARGET_<NAME>_OPTS_P macro for Mask and InverseMask
      `  "

[committed] RISC-V: Add TARGET_MIN_VLEN_OPTS to fix the build
 2023-10-11 23:23 UTC 

[committed] RISC-V: Adjust long unconditional branch sequence
 2023-10-11 22:26 UTC 

[Patch, fortran] PR67740 - Wrong association status of allocatable character pointer in derived types
 2023-10-11 22:21 UTC  (4+ 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).