public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Support vec_cmpmn/vcondmn for v2hf/v4hf
 2023-10-24  5:44 UTC  (5+ messages)

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

[PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization
 2023-10-24  4:30 UTC  (3+ 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 v22 00/31] Optimize type traits performance
 2023-10-24  2:07 UTC  (58+ 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 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

[PATCH] c++: cp_stabilize_reference and non-dep exprs [PR111919]
 2023-10-23 23:49 UTC 

[PATCH] match: Fix the `popcnt(a&b) + popcnt(a|b)` patthern for types [PR111913]
 2023-10-23 23:03 UTC 

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  (24+ 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)

[PATCH v1 1/1] gcc: config: microblaze: fix cpu version check
 2023-10-23 19:27 UTC  (6+ messages)

[PATCH] gcc: Introduce -fhardened
 2023-10-23 19:25 UTC  (6+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v9 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-10-23 18:32 UTC  (6+ messages)

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

[PATCH] libgcc: make heap-based trampolines conditional on libc presence
 2023-10-23 16:39 UTC  (3+ messages)

[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

[PATCH][WIP] dwarf2out: extend to output debug section directly to object file during debug_early phase
 2023-10-23 15:22 UTC  (4+ messages)

[x86 PATCH] Fine tune STV register conversion costs for -Os
 2023-10-23 14:47 UTC 

[PATCH] libcpp: Improve the diagnostic for poisoned identifiers [PR36887]
 2023-10-23 14:15 UTC  (2+ messages)

[PATCH] tree-optimization/111916 - SRA of BIT_FIELD_REF of constant pool entries
 2023-10-23 13:32 UTC 

[PATCH] tree-optimization/111915 - mixing grouped and non-grouped accesses
 2023-10-23 13:32 UTC 

[PATCH] ipa/111914 - perform parameter init after remapping types
 2023-10-23 13:32 UTC 

Backport PR106878 fixes to GCC 12
 2023-10-23 13:31 UTC 

[SH][committed] Fix PR 111001
 2023-10-23 13:28 UTC 

[pushed] configure, libquadmath: Remove unintended AC_CHECK_LIBM [PR111928]
 2023-10-23 13:18 UTC 

[PATCH][WIP] libiberty: Support for relocation output
 2023-10-23 13:05 UTC  (3+ messages)

[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-23 12:28 UTC  (5+ messages)
` [PATCH 10/11] aarch64: Fix branch-protection error message tests

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

[PATCH] vect: Don't set excess bits in unform masks
 2023-10-23 10:43 UTC  (2+ messages)

[PATCH] tree-optimization/111917 - bougs IL after guard hoisting
 2023-10-23 10:34 UTC 

[PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2023-10-23 10:16 UTC  (6+ messages)
` [PING][PATCH "

[PATCH V12 4/4] ree: Improve ree pass using defined abi interfaces
 2023-10-23 10:03 UTC 

[PATCH] LoongArch:Enable vcond_mask_mn expanders for SF/DF modes
 2023-10-23 10:03 UTC 

[PATCH V2] RISC-V: Fix ICE for the fusion case from vsetvl to scalar move[PR111927]
 2023-10-23 10:01 UTC  (3+ messages)

[PATCH] LoongArch:Enable vcond_mask_mn expanders for SF/DF modes
 2023-10-23 10:00 UTC 

[PATCH v1] RISC-V: Remove unnecessary asm check for vec cvt
 2023-10-23  9:58 UTC  (3+ messages)

[PATCH] LoongArch:Enable vcond_mask_mn expanders for SF/DF modes
 2023-10-23  9:46 UTC 

[PATCH] RISC-V: Fix ICE for the fusion case from vsetvl to scalar move[PR111927]
 2023-10-23  9:22 UTC  (2+ messages)

[PATCH] LoongArch:Enable vcond_mask_mn expanders for SF/DF modes
 2023-10-23  9:19 UTC 

[PATCH] gcc.c-torture/execute/builtins/fputs.c: Define _GNU_SOURCE
 2023-10-23  8:39 UTC  (6+ messages)

[PATCH v2] gcc.c-torture/execute/builtins/fputs.c: fputs_unlocked prototype
 2023-10-23  8:37 UTC 

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

[PATCH] middle-end: don't keep .MEM guard nodes for PHI nodes who dominate loop [PR111860]
 2023-10-23  8:21 UTC  (2+ messages)

[PATCH v5] Add condition coverage profiling
 2023-10-23  8:10 UTC  (6+ messages)
` [PATCH 01/22] "

[PATCH v1] RISC-V: Bugfix for merging undef tmp register for trunc
 2023-10-23  8:01 UTC  (3+ messages)

[PATCH] return edge in make_eh_edges
 2023-10-23  7:59 UTC  (6+ messages)
  ` [PATCH] rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges)
      ` [PATCH] [PR111520] set hardcmp eh probs (was: rename make_eh_edges to make_eh_edge)

[PATCH 1/5] Remove obsolete debugging formats from names list
 2023-10-23  7:46 UTC  (2+ messages)

[PATCH] Use error_mark_node after error in convert
 2023-10-23  7:45 UTC  (2+ messages)

[PATCHv2] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to match
 2023-10-23  7:44 UTC  (2+ messages)

[PATCH] convert_to_complex vs invalid_conversion [PR111903]
 2023-10-23  7:43 UTC  (2+ messages)

[PATCH 0/5] LoongArch: Better balance between relaxation and scheduling
 2023-10-23  7:34 UTC  (2+ messages)
` Pushed: "

[PATCH 0/4] RISC-V: Fix 'Zicbop'-related bugs (fix ICE and remove broken built-in)
 2023-10-23  7:22 UTC  (5+ messages)
` [PATCH 1/4] RISC-V: Recategorize "prefetch" availabilities
` [PATCH 2/4] RISC-V: Remove broken __builtin_riscv_zicbop_cbo_prefetchi
` [PATCH 3/4] RISC-V: Add not broken RW prefetch RTL instructions without offsets
` [PATCH 4/4] RISC-V: Fix ICE by expansion and register coercion

[Committed] RISC-V: Fix typo[VSETVL PASS]
 2023-10-23  7:22 UTC 

[PATCH V11] ree: Improve ree pass using defined abi interfaces
 2023-10-23  6:43 UTC 

[PATCH v1] RISC-V: Remove unnecessary asm check for binop constraint
 2023-10-23  6:29 UTC  (3+ messages)

[PATCH] vect: Cost adjacent vector loads/stores together [PR111784]
 2023-10-23  6:15 UTC  (3+ messages)

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-10-23  5:19 UTC  (6+ messages)

[PATCH 0/2] RISC-V: Define not broken prefetch builtins
 2023-10-23  3:55 UTC  (3+ messages)

[PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width
 2023-10-23  3:49 UTC  (4+ messages)
    ` [PING][PATCH "

[PATCH v1] RISC-V: Remove unnecessary asm check for rounding autovec
 2023-10-23  2:43 UTC  (3+ messages)

[PATCH] RISC-V: Fix AVL_TYPE attribute of tuple mode mov<mode>
 2023-10-23  2:32 UTC  (4+ messages)
  `  "

[gccwwwdocs PATCH] gcc-13/14: Mention Intel new ISA and march support
 2023-10-23  2:18 UTC 

[PATCH v1] LoongArch: Fix vfrint-releated comments in lsxintrin.h and lasxintrin.h
 2023-10-23  2:13 UTC 

[PATCH v1] RISC-V: Bugfix for merging undefined tmp register in math
 2023-10-23  1:57 UTC  (5+ messages)
    `  "

[PATCH] RISC-V: Prohibit combination of 'E' and 'H'
 2023-10-23  1:54 UTC  (4+ messages)

Go patch committed: Remove the traverse_assignments code
 2023-10-23  1:48 UTC 

Go patch committed: Remove name_ field from Type_switch_statement
 2023-10-23  1:46 UTC 

Go patch committed: pass Gogo to more passes
 2023-10-23  1:44 UTC 

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