public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] gcc: Introduce -fhardened
 2023-10-24 19:09 UTC  (11+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] Add a late-combine pass [PR106594]
 2023-10-24 18:49 UTC 

[PATCH 0/3] rtl-ssa: Various extensions for the late-combine pass
 2023-10-24 18:47 UTC  (7+ messages)
` [PATCH 1/3] rtl-ssa: Use frequency-weighted insn costs
` [PATCH 2/3] rtl-ssa: Extend make_uses_available
` [PATCH 3/3] rtl-ssa: Add new helper functions

[PATCH V14 4/4] ree: Improve ree pass using defined abi interfaces
 2023-10-24 18:17 UTC  (2+ messages)

[PATCH] testsuite: Fix _BitInt in gcc.misc-tests/godump-1.c
 2023-10-24 18:03 UTC  (2+ messages)

[PATCH] gcov-io.h: fix comment regarding length of records
 2023-10-24 18:02 UTC  (2+ messages)

[PATCH] recog/reload: Remove old UNARY_P operand support
 2023-10-24 18:00 UTC  (2+ messages)

[PATCH 0/6] rtl-ssa: Various fixes needed for the late-combine pass
 2023-10-24 17:37 UTC  (13+ messages)
` [PATCH 1/6] rtl-ssa: Ensure global registers are live on exit
` [PATCH 2/6] rtl-ssa: Create REG_UNUSED notes after all pending changes
` [PATCH 3/6] rtl-ssa: Fix ICE when deleting memory clobbers
` [PATCH 4/6] rtl-ssa: Handle artifical uses of deleted defs
` [PATCH 5/6] rtl-ssa: Calculate dominance frontiers for the exit block
` [PATCH 6/6] rtl-ssa: Handle call clobbers in more places

[PATCH v2] AArch64: Improve immediate generation
 2023-10-24 17:27 UTC 

[PATCH] c++: build_new_1 and non-dep array size [PR111929]
 2023-10-24 17:03 UTC 

[PATCH] c++: cp_stabilize_reference and non-dep exprs [PR111919]
 2023-10-24 16:19 UTC  (2+ messages)

[PATCH] c++: error with bit-fields and scoped enums [PR111895]
 2023-10-24 16:18 UTC 

[PATCH] Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)
 2023-10-24 16:12 UTC  (2+ messages)

[PATCH] config, aarch64: Use a more compatible sed invocation
 2023-10-24 15:53 UTC 

[PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization
 2023-10-24 15:26 UTC  (5+ messages)

Automation Anywhere
 2023-10-24 15:16 UTC 

[PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2023-10-24 15:11 UTC  (3+ messages)
` [PING][PATCH "

[PATCH v1 1/1] gcc: config: microblaze: fix cpu version check
 2023-10-24 14:57 UTC  (6+ messages)

[RFC PATCH] Detecting lifetime-dse issues via Valgrind
 2023-10-24 14:11 UTC 

[PATCH] testsuite: Fix gcc.target/arm/mve/mve_vadcq_vsbcq_fpscr_overwrite.c
 2023-10-24 14:00 UTC  (5+ messages)

[PATCH v2] RISC-V: Fix ICE of RVV vget/vset intrinsic[PR111935]
 2023-10-24 13:17 UTC  (4+ messages)
  `  "

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

[committed] arc: Remove mpy_dest_reg_operand predicate
 2023-10-24 12:50 UTC 

[x86 PATCH] Fine tune STV register conversion costs for -Os
 2023-10-24 11:39 UTC  (2+ messages)

[PATCH] i386: Fix undefined masks in vpopcnt tests
 2023-10-24 11:20 UTC  (2+ messages)

[PATCH] Avoid compile time hog on vect_peel_nonlinear_iv_init for nonlinear induction vec_step_op_mul when iteration count is too big
 2023-10-24 11:19 UTC  (2+ messages)
` [PATCH GCC13 backport] "

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

[PATCH v22 00/31] Optimize type traits performance
 2023-10-24 11:01 UTC  (59+ messages)
` [PATCH v23 00/33] "
  ` [PATCH v23 02/33] c-family, c++: Look up built-in traits via identifier node
  ` [PATCH v23 03/33] c++: Accept the use of built-in trait identifiers
  ` [PATCH v23 31/33] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait
  ` [PATCH v24 00/33] Optimize type traits performance
    ` [PATCH v24 33/33] libstdc++: Optimize std::is_invocable compilation performance
    ` [PATCH v25 00/33] Optimize type traits "
      ` [PATCH v25 01/33] c++: Sort built-in traits alphabetically
      ` [PATCH v25 02/33] c-family, c++: Look up built-in traits via identifier node
      ` [PATCH v25 03/33] c++: Accept the use of built-in trait identifiers
      ` [PATCH v25 04/33] c++: Implement __is_const built-in trait
      ` [PATCH v25 05/33] libstdc++: Optimize std::is_const compilation performance
      ` [PATCH v25 06/33] c++: Implement __is_volatile built-in trait
      ` [PATCH v25 07/33] libstdc++: Optimize std::is_volatile compilation performance
      ` [PATCH v25 08/33] c++: Implement __is_array built-in trait
      ` [PATCH v25 09/33] libstdc++: Optimize std::is_array compilation performance
      ` [PATCH v25 10/33] c++: Implement __is_unbounded_array built-in trait
      ` [PATCH v25 11/33] libstdc++: Optimize std::is_unbounded_array compilation performance
      ` [PATCH v25 12/33] c++: Implement __is_bounded_array built-in trait
      ` [PATCH v25 13/33] libstdc++: Optimize std::is_bounded_array compilation performance
      ` [PATCH v25 14/33] c++: Implement __is_scoped_enum built-in trait
      ` [PATCH v25 15/33] libstdc++: Optimize std::is_scoped_enum compilation performance
      ` [PATCH v25 16/33] c++: Implement __is_member_pointer built-in trait
      ` [PATCH v25 17/33] libstdc++: Optimize std::is_member_pointer compilation performance
      ` [PATCH v25 18/33] c++: Implement __is_member_function_pointer built-in trait
      ` [PATCH v25 19/33] libstdc++: Optimize std::is_member_function_pointer compilation performance
      ` [PATCH v25 20/33] c++: Implement __is_member_object_pointer built-in trait
      ` [PATCH v25 21/33] libstdc++: Optimize std::is_member_object_pointer compilation performance
      ` [PATCH v25 22/33] c++: Implement __is_reference built-in trait
      ` [PATCH v25 23/33] libstdc++: Optimize std::is_reference compilation performance
      ` [PATCH v25 24/33] c++: Implement __is_function built-in trait
      ` [PATCH v25 25/33] libstdc++: Optimize std::is_function compilation performance
      ` [PATCH v25 26/33] c++: Implement __is_object built-in trait
      ` [PATCH v25 27/33] libstdc++: Optimize std::is_object compilation performance
      ` [PATCH v25 28/33] c++: Implement __remove_pointer built-in trait
      ` [PATCH v25 29/33] libstdc++: Optimize std::remove_pointer compilation performance
      ` [PATCH v25 30/33] c++: Implement __is_pointer built-in trait
      ` [PATCH v25 31/33] libstdc++: Optimize std::is_pointer compilation performance
      ` [PATCH v25 32/33] c++: Implement __is_invocable built-in trait
      ` [PATCH v25 33/33] libstdc++: Optimize std::is_invocable compilation performance

[PATCH 1/2] testsuite: Add and use thread_fence effective-target
 2023-10-24 10:43 UTC  (3+ messages)

[PATCH 0/4] rtl-ssa: Some small, obvious fixes
 2023-10-24 10:30 UTC  (5+ messages)
` [PATCH 1/4] rtl-ssa: Fix null deref in first_any_insn_use
` [PATCH 2/4] rtl-ssa: Fix handling of deleted insns
` [PATCH 3/4] rtl-ssa: Don't insert after insns that can throw
` [PATCH 4/4] rtl-ssa: Avoid creating duplicated phis

[PATCH 0/3] [GCC] arm: vld1q_types_xN ACLE intrinsics
 2023-10-24 10:20 UTC  (3+ messages)
` [PATCH 1/3] [GCC] arm: vld1q_types_x2 "
  ` [PING] "

[PATCH] i386: Avoid paradoxical subreg dests in vector zero_extend
 2023-10-24 10:19 UTC  (2+ messages)

[PATCH] recog: Fix propagation into ASM_OPERANDS
 2023-10-24 10:15 UTC 

[pushed] i386: Fix unprotected REGNO in aeswidekl_operation
 2023-10-24 10:04 UTC 

[pushed] aarch64: Define TARGET_INSN_COST
 2023-10-24 10:00 UTC 

[PATCH] aarch64: Avoid bogus atomics match
 2023-10-24  9:59 UTC 

[PATCH] Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting)
 2023-10-24  9:49 UTC  (2+ messages)

PATCH v6 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-24  9:39 UTC  (3+ messages)

[PATCH v9 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-24  9:36 UTC  (9+ messages)

[PATCH V13] ree: Improve ree pass using defined abi interfaces
 2023-10-24  9:31 UTC 

[PATCH-1v4, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-24  9:28 UTC  (6+ messages)

[Patch] OpenMP/Fortran: Handle unlisted items in 'omp allocators' + exec. 'omp allocate'
 2023-10-24  9:15 UTC 

[committed] Partial OpenMP 4.5 fortran support
 2023-10-24  9:09 UTC  (3+ messages)
` OpenMP/Fortran: Group handling of 'if' clause without and with modifier (was: [committed] Partial OpenMP 4.5 fortran support)
  ` OpenMP/Fortran: Group handling of 'if' clause without and with modifier

[PATCH] Harmonize headers between both dg-extract-results scripts
 2023-10-24  8:04 UTC  (9+ messages)
  ` [PING] "
              ` [PATCH] Ignore case of header line in dg-extract-results.py

[ARC PATCH] Improved SImode shifts and rotates on !TARGET_BARREL_SHIFTER
 2023-10-24  7:30 UTC  (2+ messages)

[PATCH] libgcc: make heap-based trampolines conditional on libc presence
 2023-10-24  7:18 UTC  (4+ messages)

[PATCHv2] Improve factor_out_conditional_operation for conversions and constants
 2023-10-24  7:14 UTC  (2+ messages)

[PATCH] Support vec_cmpmn/vcondmn for v2hf/v4hf
 2023-10-24  7:13 UTC  (6+ messages)

[PATCH] match: Fix the `popcnt(a&b) + popcnt(a|b)` patthern for types [PR111913]
 2023-10-24  7:02 UTC  (2+ messages)

[PATCH v2 1/1] gcc: config: microblaze: fix cpu version check
 2023-10-24  6:57 UTC 

RISC-V: Fix ICE of RVV vget/vset intrinsic[PR111935]
 2023-10-24  6:47 UTC  (2+ messages)

[PATCH v1] LoongArch: Implement __builtin_thread_pointer for TLS
 2023-10-24  6:40 UTC 

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-10-24  4:55 UTC  (8+ messages)

Inquiry about ARM gcc5 CVE-2023-4039 Patch
 2023-10-24  3:00 UTC  (2+ messages)

[PATCH V3 00/11] Refactor and cleanup vsetvl pass
 2023-10-24  2:27 UTC  (12+ messages)
        `  "

[Committed] RISC-V: Fix ICE of RTL CHECK on VSETVL PASS[PR111947]
 2023-10-24  2:21 UTC 

[PATCH v4] libgfortran: Replace mutex with rwlock
 2023-10-23 23:59 UTC  (9+ messages)

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

HELP: Will the reordering happen? Re: [V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-23 22:48 UTC  (14+ messages)

[V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-23 22:03 UTC  (12+ messages)

Go patch committed: Move Selector_expression up in file
 2023-10-23 21:16 UTC 

Go patch committed: Make xx_constant_value methods non-const
 2023-10-23 21:14 UTC 

Go patch committed: Pass Gogo to Runtime::make_call
 2023-10-23 21:08 UTC 

Go patch committed: Add Expression::is_untyped method
 2023-10-23 21:06 UTC 

libgo patch committed: Add missing type conversion
 2023-10-23 21:03 UTC 

[PATCH 12/19]middle-end: implement loop peeling and IV updates for early break
 2023-10-23 20:21 UTC  (5+ messages)

Gcc - IAAPA Expo 2023
 2023-10-23 16:59 UTC 

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-23 16:09 UTC  (12+ messages)
                        ` [PATCH] internal-fn: Add VCOND_MASK_LEN

[PATCH] rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]
 2023-10-23 15:28 UTC  (3+ messages)

[PATCH v5 0/5] P1689R5 support
 2023-10-23 15:28 UTC  (5+ messages)
` [PATCH v5 2/5] libcpp: add a function to determine UTF-8 validity of a C string

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