public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[pushed] wwwdocs: *: Remove unused buildstat pages
 2023-10-15 21:42 UTC 

[patch] libgomp.texi: Update "Enabling OpenMP"
 2023-10-15 21:05 UTC  (5+ messages)
  ` [patch] libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fopenmp update (was: Re: [patch] libgomp.texi: Update "Enabling OpenMP")

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

[patch] libgomp.texi: Improve "OpenACC Environment Variables"
 2023-10-15 20:30 UTC  (4+ messages)

[Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory
 2023-10-15 20:08 UTC  (4+ messages)
  ` [patch] libgomp.texi: Use present not future tense (was: [Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory)

[PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-10-15 19:38 UTC  (2+ messages)
` Ping: "

[PATCH] RISC-V/testsuite: add a default march (lacking zfa) to some fp tests
 2023-10-15 18:16 UTC 

[PATCH/committed] sim: add distclean dep for gnulib
 2023-10-15 16:56 UTC 

[pushed] wwwdocs: gcc-9: Editorial changes to porting_to.html
 2023-10-15 14:42 UTC 

[pushed] wwwdocs: conduct: Link creativecommons.org via https
 2023-10-15 14:40 UTC 

[PATCH v2 3/4] Improve functionality of ree pass with various constants with AND operation
 2023-10-15 12:58 UTC  (2+ messages)
` [PING ^0] "

[PATCH v8 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-15 12:43 UTC  (2+ messages)
` [PING ^0] "

[PATCH v2] rs6000: Add new pass for replacement of contiguous addresses vector load lxv with lxvp
 2023-10-15 12:13 UTC  (2+ messages)
` [PING ^0][PATCH "

PATCH v3] rs6000: fmr gets used instead of faster xxlor [PR93571]
 2023-10-15 12:11 UTC  (2+ messages)
` [PING ^0][PATCH "

[PATCH] Support g++ 4.8 as a host compiler
 2023-10-15 11:43 UTC  (4+ messages)

[committed] d: Merge upstream dmd, druntime f9efc98fd7, phobos a3f22129d
 2023-10-15 11:14 UTC 

[PATCH] PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation
 2023-10-15  9:49 UTC  (3+ messages)

[ARC PATCH] Split asl dst,1,src into bset dst,0,src to implement 1<<x
 2023-10-15  8:14 UTC 

[ARC PATCH] Split asl dst,1,src into bset dst,0,src to implement 1<<x
 2023-10-15  8:12 UTC 

[PATCH] Improved RTL expansion of 1LL << x
 2023-10-15  4:32 UTC  (2+ messages)

[Committed] RISC-V: Fix vsingle attribute
 2023-10-15  3:08 UTC 

[PATCH 1/2] Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node
 2023-10-15  1:16 UTC  (2+ messages)
` [PATCH 2/2] [c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not checking for error

[Patch] OpenMP: Add ME support for 'omp allocate' stack variables
 2023-10-14 19:38 UTC  (2+ messages)
` [committed] libgomp.fortran/allocate-6.f90: Run with -fdump-tree-gimple (was: [Patch] OpenMP: Add ME support for 'omp allocate' stack variables)

[Patch] libgomp.texi: Note to 'Memory allocation' sect and missing mem-memory routines
 2023-10-14 18:22 UTC  (2+ messages)

[PATCH] c++: fix truncated diagnostic in C++23 [PR111272]
 2023-10-14 13:00 UTC  (2+ messages)

[C PATCH] error for function with external and internal linkage [PR111708]
 2023-10-14 12:28 UTC 

[committed] Fix ICE in set_cell_span, at text-art/table.cc:148 with D front-end and -fanalyzer
 2023-10-14 12:26 UTC 

[committed] d: Reduce code duplication of writing generated files
 2023-10-14 12:23 UTC 

[PATCH] wide-int: Fix estimation of buffer sizes for wide_int printing [PR111800]
 2023-10-14 10:49 UTC  (4+ messages)
  ` [PATCH] wide-int, v2: "

[PATCH] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-14  8:32 UTC  (2+ messages)

[PATCH] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]
 2023-10-14  5:13 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: implement P2564, consteval needs to propagate up [PR107687]
 2023-10-14  4:56 UTC  (4+ messages)
  ` [PATCH v2] "

[Committed] RISC-V: Remove redundant iterators
 2023-10-14  3:06 UTC 

[PATCH] MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) == 0
 2023-10-14  0:57 UTC 

[PATCH] Power10: Add options to disable load and store vector pair
 2023-10-13 23:41 UTC 

[PATCH v2] RISC-V: Use stdint-gcc.h in rvv testsuite
 2023-10-13 21:42 UTC  (3+ messages)
` Continued (Non)mutlib and stub header issue (was Re: [PATCH v2] RISC-V: Use stdint-gcc.h in rvv testsuite)

[PATCH] preprocessor: c++: Support `#pragma GCC target' macros [PR87299]
 2023-10-13 21:28 UTC  (4+ messages)
    ` ping: "

[PATCH] Fortran: name conflict between internal procedure and derived type [PR104351]
 2023-10-13 20:06 UTC  (4+ messages)

[PATCH] combine: Fix handling of unsigned constants
 2023-10-13 17:06 UTC  (2+ messages)

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

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-13 15:50 UTC  (5+ messages)

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-10-13 15:26 UTC  (5+ messages)

[Patch] Fortran: Support OpenMP's 'allocate' directive for stack vars
 2023-10-13 13:29 UTC  (3+ messages)

[COMMITTED] PR tree-optimization/111622 - Do not add partial equivalences with no uses
 2023-10-13 13:25 UTC  (2+ messages)

[COMMITTED] [GCC13] PR tree-optimization/111622 - Do not add partial equivalences with no uses
 2023-10-13 13:24 UTC 

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV
 2023-10-13 12:05 UTC  (3+ messages)

[PATCH] OMP SIMD inbranch call vectorization for AVX512 style masks
 2023-10-13 12:00 UTC 

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

[PATCH v1] RISC-V: Refine run test cases of math autovec
 2023-10-13 11:42 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP llfloor auto vectorization
 2023-10-13 11:34 UTC  (3+ messages)

[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-13 10:29 UTC  (4+ messages)
` [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] 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 v1] RISC-V: Add test for FP llround auto vectorization
 2023-10-13  6:22 UTC  (3+ messages)

[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  (9+ 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)

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