public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] RTL_SSA: Relax PHI_MODE in phi_setup
 2023-07-17 14:43 UTC  (3+ messages)
  `  "

[PATCH V2] RTL_SSA: Relax PHI_MODE in phi_setup
 2023-07-17 14:42 UTC 

[PATCH] Include insn-opinit.h in PLUGIN_H [PR110610]
 2023-07-17 14:27 UTC  (4+ messages)

[PATCH v2] tree-optimization/110279- Check for nested FMA chains in reassoc
 2023-07-17 14:25 UTC  (3+ messages)

[PATCH V3] RISC-V: Add TARGET_MIN_VLEN > 4096 check
 2023-07-17 14:24 UTC  (2+ messages)

[WIP RFC] Add support for keyword-based attributes
 2023-07-17 14:06 UTC  (11+ messages)

[PATCH] Fix bootstrap failure (with g++ 4.8.5) in tree-if-conv.cc
 2023-07-17 13:48 UTC  (8+ messages)

[PATCH V4] Optimize '(X - N * M) / N' to 'X / N - M' if valid
 2023-07-17 13:45 UTC  (8+ messages)

[committed] OpenMP/Fortran: Parsing support for 'uses_allocators'
 2023-07-17 13:26 UTC 

Fix optimize_mask_stores profile update
 2023-07-17 13:26 UTC  (4+ messages)

[PATCH] Read global value/mask in IPA
 2023-07-17 13:14 UTC 

[PATCH 12/19]middle-end: implement loop peeling and IV updates for early break
 2023-07-17 12:48 UTC  (6+ messages)

[committed] Restore bootstrap by removing unused variable in tree-ssa-loop-ivcanon.cc
 2023-07-17 12:24 UTC 

[RFC] GNU Vector Extension -- Packed Boolean Vectors
 2023-07-17 12:16 UTC  (12+ messages)

[RFC] [v2] Extend fold_vec_perm to handle VLA vectors
 2023-07-17 12:14 UTC 

[PATCH] Export value/mask known bits from CCP
 2023-07-17 11:52 UTC  (2+ messages)

[PATCH] RISC-V: Ensure all implied extensions are included[PR110696]
 2023-07-17 11:50 UTC  (3+ messages)

[PATCH] [i386] Support type _Float16/__bf16 independent of SSE2
 2023-07-17 11:38 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH] Add peephole to eliminate redundant comparison after cmpccxadd
 2023-07-17 11:20 UTC  (3+ messages)

Avoid double profile udpate in try_peel_loop
 2023-07-17 10:36 UTC 

Fix profile update in scale_profile_for_vect_loop
 2023-07-17 10:35 UTC 

[PATCH V2] RISC-V: Support non-SLP unordered reduction
 2023-07-17 10:27 UTC  (3+ messages)

[PATCH] Export value/mask known bits from IPA
 2023-07-17  9:37 UTC  (2+ messages)

[PATCH] riscv: Fix warning in riscv_regno_ok_for_index_p
 2023-07-17  9:32 UTC  (2+ messages)

[PATCH][RFC] tree-optimization/88540 - FP x > y ? x : y if-conversion without -ffast-math
 2023-07-17  9:30 UTC  (2+ messages)

Loop-ch improvements, part 3
 2023-07-17  9:17 UTC  (2+ messages)

[PATCH 0/9] Native complex operations
 2023-07-17  9:02 UTC  (10+ messages)
` [PATCH 1/9] Native complex operations: Conditional lowering
` [PATCH 2/9] Native complex operations: Move functions to hooks
` [PATCH 3/9] Native complex operations: Add gen_rtx_complex hook
` [PATCH 4/9] Native complex operations: Allow native complex regs and ops in rtl
` [PATCH 5/9] Native complex operations: Add the conjugate op in optabs
` [PATCH 6/9] Native complex operations: Update how complex rotations are handled
` [PATCH 7/9] Native complex operations: Vectorization of native complex operations
` [PATCH 8/9] Native complex operations: Add explicit vector of complex
` [PATCH 9/9] Native complex operation: Experimental support in x86 backend

[PATCH] vect: Initialize new_temp to avoid false positive warning [PR110652]
 2023-07-17  8:48 UTC  (3+ messages)

[PATCH] RISC-V: Support non-SLP unordered reduction
 2023-07-17  8:22 UTC  (7+ messages)
  `  "

[PATCH] tree-optimization/110669 - bogus matching of loop bitop
 2023-07-17  8:19 UTC 

[PATCH] Use substituted GDCFLAGS
 2023-07-17  8:13 UTC 

[gcc r14-2455] riscv: Prepare backend for index registers
 2023-07-17  8:11 UTC  (8+ messages)

[x86 PATCH] Fix FAIL of gcc.target/i386/pr91681-1.c
 2023-07-17  7:54 UTC  (4+ messages)

[PATCH] Remove # from <mask_codefor>one_cmpl<mode>2<mask_name> assemble output
 2023-07-17  7:48 UTC 

[PATCH] core: Support heap-based trampolines
 2023-07-17  7:16 UTC  (5+ messages)

[COMMITTED] Normalize irange_bitmask before union/intersect
 2023-07-17  7:16 UTC  (2+ messages)
` [COMMITTED] Add global setter for value/mask pair for SSA names

[PATCH] x86: slightly enhance "vec_dupv2df<mask_name>"
 2023-07-17  6:48 UTC  (4+ messages)

[PATCH] [gcc-wwwdocs]gcc-13/14: Mention Intel new ISA and march support
 2023-07-17  6:40 UTC  (2+ messages)

[PATCH] PR 95923: More (boolean) bitop simplifications in match.pd
 2023-07-17  6:39 UTC  (2+ messages)

[PATCH V2] RISC-V: Add TARGET_MIN_VLEN > 4096 check
 2023-07-17  6:28 UTC 

[PATCH] Fix PR 110666: `(a != 2) == a` produces wrong code
 2023-07-17  6:20 UTC  (2+ messages)

[PATCH] RISC-V: Add TARGET_MIN_VLEN > 4096 check
 2023-07-17  6:12 UTC  (2+ messages)

[PATCH] x86: avoid maybe_gen_...()
 2023-07-17  6:12 UTC  (2+ messages)

[PATCH 1/2] c++, libstdc++: implement __is_arithmetic built-in trait
 2023-07-17  4:49 UTC  (11+ messages)
` [PATCH v2 1/3] c++, libstdc++: Implement "
  ` [PATCH v2 2/3] libstdc++: Optimize is_arithmetic performance by __is_arithmetic built-in
  ` [PATCH v2 3/3] libstdc++: Optimize is_fundamental "

[PATCH V2] rs6000: Change GPR2 to volatile & non-fixed register for function that does not use TOC [PR110320]
 2023-07-17  3:40 UTC 

[PATCH] Initial Lunar Lake, Arrow Lake and Arrow Lake S Support
 2023-07-17  1:41 UTC  (2+ messages)

[PATCH 0/4] Support Intel Arrow Lake/Lunar Lake ISAs
 2023-07-17  1:40 UTC  (9+ messages)
` [PATCH 1/4] Support Intel AVX-VNNI-INT16
` [PATCH 2/4] Support Intel SM3
` [PATCH 3/4] Support Intel SHA512
` [PATCH 4/4] Support Intel SM4

[PATCH v1] RISC-V: Support basic floating-point dynamic rounding mode
 2023-07-17  1:02 UTC  (2+ messages)

[PATCH] Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]
 2023-07-16 21:53 UTC  (2+ messages)

[PATCH v3 1/3] c++: Track lifetimes in constant evaluation [PR70331,PR96630,PR98675]
 2023-07-16 13:47 UTC  (4+ messages)

New package awaiting delivery
 2023-07-16 13:36 UTC 

[PATCH v1|GCC-13] RISC-V: Bugfix for riscv-vsetvl pass
 2023-07-16  2:16 UTC 

[RFC, WIP] introduce attribute exalias
 2023-07-15 21:55 UTC  (4+ messages)
` [PATCH] "
  ` [PATCH v3] Introduce attribute reverse_alias

[PATCH] Update my contrib entry
 2023-07-15 21:36 UTC 

[committed] hppa: Modify TLS patterns to provide both 32 and 64-bit support
 2023-07-15 17:39 UTC 

[PATCH] tree-optimization/94864 - vector insert of vector extract simplification
 2023-07-15 17:34 UTC  (2+ messages)

RISC-V: Folding memory for FP + constant case
 2023-07-15  6:16 UTC  (2+ messages)

[PATCH 1/2] Add flow_sensitive_info_storage and use it in gimple-fold
 2023-07-15  3:19 UTC  (2+ messages)
` [PATCH 2/2] [PATCH] Fix tree-opt/110252: wrong code due to phiopt using flow sensitive info during match

[PATCH] libstdc++: Use __bool_constant entirely
 2023-07-15  3:01 UTC 

[PATCH] VECT: Add mask_len_fold_left_plus for in-order floating-point reduction
 2023-07-14 23:45 UTC 

[pushed] c++: c++26 regression fixes
 2023-07-14 22:37 UTC 

[PATCH] c++: mangling template-id of unknown template [PR110524]
 2023-07-14 22:24 UTC  (2+ messages)

[PATCH] c++: copy elision of object arg in static memfn call [PR110441]
 2023-07-14 22:23 UTC  (2+ messages)

[PATCH] c++: redundant targ coercion for var/alias tmpls
 2023-07-14 21:17 UTC  (9+ messages)

[PATCH 1/2] c++, libstdc++: implement __is_pointer built-in trait
 2023-07-14 19:55 UTC  (10+ messages)
` [PATCH v2 "

[PATCH] c++: wrong error with static constexpr var in tmpl [PR109876]
 2023-07-14 17:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] [og13] OpenMP: Dimension ordering for array-shaping operator for C and C++
 2023-07-14 16:33 UTC  (2+ messages)
` [PATCH] [og13] OpenMP: Enable c-c++-common/gomp/declare-mapper-3.c for C

[PATCH 1/6] arm: [MVE intrinsics] Factorize vcaddq vhcaddq
 2023-07-14 16:18 UTC  (2+ messages)

[PATCH 1/2] [testsuite,arm]: Make nomve_fp_1.c require arm_fp
 2023-07-14 15:44 UTC  (4+ messages)
` [PATCH 2/2] [testsuite,arm]: Make mve_fp_fpu[12].c accept single or double precision FPU

[PATCH] vect: Handle demoting FLOAT and promoting FIX_TRUNC
 2023-07-14 15:16 UTC  (5+ messages)
      ` [PATCH v2] "

vectorizer: Avoid an OOB access from vectorization
 2023-07-14 15:11 UTC 

Turn TODO_rebuild_frequencies to a pass
 2023-07-14 14:25 UTC 

[PATCH v1] RISC-V: Fix RVV frm run test failure on RV32
 2023-07-14 13:20 UTC 

[PATCH V2] RISC-V: Enable COND_LEN_FMA auto-vectorization
 2023-07-14 12:55 UTC  (4+ messages)

[PATCH] RISC-V: Remove the redundant expressions in the and<mode>3
 2023-07-14 12:32 UTC  (5+ messages)

[COMMITTED] [range-op] Take known set bits into account in popcount [PR107053]
 2023-07-14 11:21 UTC  (3+ messages)

[committed] libgomp.texi: Extend memory allocation documentation
 2023-07-14 11:20 UTC 

[PATCH] x86: replace "extendhfdf2" expander
 2023-07-14 10:40 UTC  (3+ messages)

[PATCH, OpenACC 2.7] Implement default clause support for data constructs
 2023-07-14 10:34 UTC  (3+ messages)

[x86 PATCH] PR target/110588: Add *bt<mode>_setncqi_2 to generate btl
 2023-07-14 10:03 UTC  (4+ messages)

[PATCH] cprop: Do not set REG_EQUAL note when simplifying paradoxical subreg [PR110206]
 2023-07-14  9:44 UTC  (5+ messages)

[PATCH 8/19]middle-end: updated niters analysis to handle multiple exits
 2023-07-14  9:09 UTC  (3+ messages)

[PATCH] Provide extra checking for phi argument access from edge
 2023-07-14  8:35 UTC 

[PATCH] gcc-ar: Handle response files properly [PR77576]
 2023-07-14  8:05 UTC  (5+ messages)

[x86_64 PATCH] Improved insv of DImode/DFmode {high,low}parts into TImode
 2023-07-14  7:36 UTC  (2+ messages)

[Patch] libgomp: Use libnuma for OpenMP's partition=nearest allocation trait
 2023-07-14  7:27 UTC  (4+ messages)

[PATCH] i386: Auto vectorize usdot_prod, udot_prod with AVXVNNIINT16 instruction
 2023-07-14  7:14 UTC  (2+ messages)

[PATCH 1/2] RISC-V: Recognized zihintntl extensions
 2023-07-14  7:13 UTC  (3+ messages)
` [PATCH 2/2] RISC-V: Implement locality for __builtin_prefetch

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