public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] core: Support heap-based trampolines
 2023-09-16 19:10 UTC  (6+ messages)

[PATCH] MATCH: Add simplifications of `(a == CST) & a`
 2023-09-16 15:59 UTC 

[PATCH] LoongArch: Fix lo_sum rtx cost
 2023-09-16 14:52 UTC  (2+ messages)

[PATCH V4] RISC-V: Expand VLS mode to scalar mode move[PR111391]
 2023-09-16  9:56 UTC  (7+ messages)
  `  "

RFC: Introduce -fhardened to enable security-related flags
 2023-09-16  7:40 UTC  (14+ messages)

[PATCH] MATCH: Add simplifications for `(a * zero_one) ==/!= CST`
 2023-09-16  5:49 UTC 

[PATCH] internal-fn: Convert uninitialized SSA_NAME into SCRATCH rtx[PR110751]
 2023-09-16  4:45 UTC 

[PATCH v1] RISC-V: Support FP SGNJX autovec for VLS mode
 2023-09-16  1:03 UTC  (3+ messages)

[PATCH] libcpp: Fix ICE on #include after a line marker directive [PR61474]
 2023-09-16  1:00 UTC 

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

[PATCH v11 00/40] Optimize type traits performance
 2023-09-15 23:26 UTC  (4+ messages)
` [PATCH v11 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space

[committed 01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
 2023-09-15 23:18 UTC  (11+ messages)
` [committed 02/11] libstdc++: Remove dg-options "-std=gnu++20" from <compare> tests
` [committed 03/11] libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
` [committed 04/11] libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
` [committed 05/11] libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
` [committed 06/11] libstdc++: Remove dg-options "-std=gnu++20" from 24_iterators tests
` [committed 07/11] libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics tests
` [committed 08/11] libstdc++: Remove dg-options "-std=gnu++20" from 27_io tests
` [committed 09/11] libstdc++: Remove dg-options "-std=gnu++20" from 30_threads tests
` [committed 10/11] libstdc++: Remove dg-options "-std=gnu++20" from remaining tests
` [committed 11/11] libstdc++: Do not require effective target pthread for some tests

[committed] libstdc++: Add missing tests for std::basic_filebuf::native_handle()
 2023-09-15 23:17 UTC 

[committed] libstdc++: Implement C++26 native handles for file streams (P1759R6)
 2023-09-15 23:06 UTC 

[committed] libstdc++: Add log line to testsuite output
 2023-09-15 23:04 UTC 

[PATCH 00/13] libstdc++: Add support for running tests with multiple -std options
 2023-09-15 23:04 UTC  (2+ messages)

[committed] libstdc++: Fix 29_atomics/headers/atomic/types_std_c++2a_neg.cc for C++23
 2023-09-15 23:02 UTC 

[PATCH] RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert
 2023-09-15 22:51 UTC  (4+ messages)
  ` [Committed] "

[PATCH 06/13] libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
 2023-09-15 20:54 UTC  (2+ messages)
` [PATCH v2 6/13] "

[PATCH] libstdc++: Reduce integer std::to/from_chars symbol sizes
 2023-09-15 20:48 UTC  (2+ messages)

[PATCH] [RISC-V] fix PR 111259 invalid zcmp mov predicate
 2023-09-15 20:45 UTC  (5+ messages)
      ` [Committed] "

[PATCH] c++: Move consteval folding to cp_fold_r
 2023-09-15 20:32 UTC  (13+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "
              ` [PATCH v4] "
                  ` [PATCH v5] "
                      ` [PATCH v6] "

[PATCH] Fortran: improve bounds-checking for array sections [PR30802]
 2023-09-15 19:16 UTC  (4+ messages)

Question on -fwrapv and -fwrapv-pointer
 2023-09-15 18:43 UTC  (20+ messages)

[PATCH] c++: constness of decltype of NTTP object [PR98820]
 2023-09-15 17:55 UTC 

[pushed] analyzer: support diagnostics that don't have a stmt
 2023-09-15 17:53 UTC 

[pushed] analyzer: introduce pending_location
 2023-09-15 17:53 UTC 

[pushed] analyzer: handle volatile ops
 2023-09-15 17:53 UTC 

[PATCH 2/2 v2] Ada: Finalization of constrained subtypes of unconstrained synchronized private extensions
 2023-09-15 16:38 UTC  (2+ messages)

[PATCH] c++: visibility wrt template and ptrmem targs [PR70413]
 2023-09-15 16:03 UTC 

[PATCH] c++: overeager type completion in convert_to_void [PR111419]
 2023-09-15 16:03 UTC 

[PATCH] gcc: Introduce -fhardened
 2023-09-15 15:08 UTC 

[PATCH] MATCH: Improve zero_one_valued_p for cases without range information
 2023-09-15 14:58 UTC  (3+ messages)

[PATCH] ira: Consider save/restore costs of callee-save registers [PR110071]
 2023-09-15 14:48 UTC  (2+ messages)

[PATCH] [RFC] New early __builtin_unreachable processing
 2023-09-15 14:44 UTC 

[COMMITTED] ada: Fix minor glitch in finish_record_type
 2023-09-15 14:21 UTC 

[COMMITTED] ada: Explicitly analyze and expand null array aggregates
 2023-09-15 14:21 UTC 

[COMMITTED] ada: Fix wrong optimization of extended return for discriminated record type
 2023-09-15 14:21 UTC 

[COMMITTED] ada: Do not perform local-exception-to-goto optimization on barrier functions
 2023-09-15 14:21 UTC 

[COMMITTED] ada: Generate runtime restrictions list when the standard library is suppressed
 2023-09-15 14:21 UTC 

[COMMITTED] ada: Fix internal error on misaligned component with variable nominal size
 2023-09-15 14:20 UTC 

[COMMITTED] ada: Fix internal error on aggregate nested in container aggregate
 2023-09-15 14:20 UTC 

[COMMITTED] ada: Remove GNAT Pro details regarding mold
 2023-09-15 14:20 UTC 

[COMMITTED] ada: Fix internal error on expression function with Refined_Post aspect
 2023-09-15 14:20 UTC 

[COMMITTED] ada: Clean up scope depth and related code (tech debt)
 2023-09-15 14:20 UTC 

[COMMITTED] ada: Crash on creation of extra formals on type extension
 2023-09-15 14:20 UTC 

[COMMITTED 2/2] Always do PHI analysis before loop analysis
 2023-09-15 14:14 UTC 

[COMMITTED 1/2] Fix indentation in range_of_phi
 2023-09-15 14:13 UTC 

[PATCH] tree optimization/111407--SSA corruption due to widening_mul opt
 2023-09-15 13:51 UTC  (3+ messages)

Adjust LTO mode tables for "Machine_Mode: Extend machine_mode from 8 to 16 bits" (was: [PATCH] Machine_Mode: Extend machine_mode from 8 to 16 bits)
 2023-09-15 13:33 UTC  (5+ messages)
      ` Machine Mode ICE in RISC-V when LTO

[WIP] Re-introduce 'TREE_USED' in tree streaming
 2023-09-15 13:10 UTC  (5+ messages)

[PATCH] Checking undefined_p before using the vr
 2023-09-15 13:07 UTC  (6+ messages)

[PATCH] RISC-V: Fix using wrong mode to get reduction insn vlmax
 2023-09-15 13:00 UTC  (2+ messages)

[PATCH][RFC] middle-end/106811 - document GENERIC/GIMPLE undefined behavior
 2023-09-15 11:50 UTC 

[PATCH] test: Block SLP check of slp-35.c for vect_strided5
 2023-09-15 11:12 UTC  (3+ messages)

[PATCH] test: Block SLP check of slp-34.c for vect_strided5
 2023-09-15 11:10 UTC  (3+ messages)

[PATCH] test: Block vect_strided5 for slp-34-big-array.c SLP check
 2023-09-15 11:10 UTC  (3+ messages)

[PATCH] test: Block slp-16.c check for target support vect_strided6
 2023-09-15 11:08 UTC  (3+ messages)

[PATCH] test: Isolate slp-1.c check of target supports vect_strided5
 2023-09-15 11:07 UTC  (3+ messages)

[PATCH] RISC-V: Refactor expand_reduction and cleanup enum reduction_type
 2023-09-15 10:19 UTC  (3+ messages)

[Patch] OpenMP: Move omp requires checks to libgomp
 2023-09-15  9:41 UTC  (10+ messages)
      ` [Patch][v4] "
              ` [Patch][v5] "

[PATCH] test: Remove XPASS for RISCV
 2023-09-15  9:37 UTC  (2+ messages)

[committed] libstdc++: Fix constraints for std::variant default constructor
 2023-09-15  9:27 UTC 

[committed] libstdc++: Remove non-void static assertions in variant's std::get [PR111172]
 2023-09-15  9:26 UTC 

[committed] libstdc++: Add operator bool to <charconv> result types (P2497R0)
 2023-09-15  9:24 UTC 

[PATCH] fortran: Remove reference count update [PR108957]
 2023-09-15  9:16 UTC  (2+ messages)

[PATCH] aarch64: Fix loose ldpstp check [PR111411]
 2023-09-15  8:21 UTC 

[RFC] Introduce -finline-memset-loops
 2023-09-15  7:59 UTC  (8+ messages)
          ` Introduce -finline-stringops (was: Re: [RFC] Introduce -finline-memset-loops)
            ` Introduce -finline-stringops

[PATCH] use local range for one more pattern in match.pd
 2023-09-15  6:28 UTC  (2+ messages)

[PATCH] MATCH: Fix `(1 >> X) != 0` pattern for vector types
 2023-09-15  6:17 UTC  (2+ messages)

[PATCH] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
 2023-09-15  6:07 UTC 

[PATCH v2] Modify gas uleb128 support test
 2023-09-15  4:04 UTC 

[PATCH] LoongArch: gcc: Modify gas uleb128 support test
 2023-09-15  3:59 UTC  (5+ messages)

[PATCH] RISC-V: Support VLS modes vec_init auto-vectorization
 2023-09-15  3:53 UTC 

[PATCH v1] LoongArch: Add floating point conditional move support
 2023-09-15  3:33 UTC 

[PATCH] LoongArch: Reimplement multilib build option handling
 2023-09-15  2:44 UTC  (2+ messages)
` [pushed][PATCH] "

[PATCH v1] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs are turned off by default
 2023-09-15  2:40 UTC 

[PATCH v12 00/40] Optimize type traits performance
 2023-09-15  2:35 UTC  (22+ messages)
` [PATCH v13 "
  ` [PATCH v13 02/40] c++: Implement __is_const built-in trait
  ` [PATCH v13 03/40] libstdc++: Optimize is_const trait performance
  ` [PATCH v13 04/40] c++: Implement __is_volatile built-in trait
  ` [PATCH v13 05/40] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v13 08/40] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v13 11/40] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v13 13/40] libstdc++: Optimize is_scoped_enum "
  ` [PATCH v13 15/40] libstdc++: Optimize is_member_pointer "
  ` [PATCH v13 20/40] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v13 24/40] c++: Implement __is_function "
  ` [PATCH v13 26/40] libstdc++: Optimize is_object trait performance
  ` [PATCH v13 29/40] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v13 30/40] libstdc++: Optimize is_pointer trait performance
  ` [PATCH v13 32/40] libstdc++: Optimize is_arithmetic "
  ` [PATCH v13 34/40] libstdc++: Optimize is_compound "
  ` [PATCH v13 35/40] c++: Implement __is_unsigned built-in trait
  ` [PATCH v13 36/40] libstdc++: Optimize is_unsigned trait performance
  ` [PATCH v13 38/40] libstdc++: Optimize is_signed "
  ` [PATCH v13 39/40] c++, libstdc++: Implement __is_scalar built-in trait
  ` [PATCH v13 40/40] libstdc++: Optimize is_scalar trait performance

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