Messages by Date
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Rename dim subfields internal accessors
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Add a setter for the token field
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] Suppression noms arguments dans déclaration
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Add accessors for the dim field
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Add accessors for the dtype field
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Add accessors for the type field
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Move array growth function
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Move size and cosize functions
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Move null factory function
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Move debug info generation function
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc(refs/users/mikael/heads/refactor_descriptor_v103)] fortran: array descriptor: Move accessor functions to a separate file
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc] Created branch 'mikael/heads/refactor_descriptor_v103' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v103' in namespace 'refs/users'
Mikael Morin via Gcc-cvs
-
2025/11/10
[gcc r16-5138] gcc: quote some expressions in `test x...`
Sam James via Gcc-cvs
-
2025/11/10
[gcc r16-5137] c: Fix return type of _Countof [PR122591]
Joseph Myers via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Revert changes
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Update ChangeLog.*
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Tell user if we have hardware support for 16-bit floating point.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add 16-bit floating point vectorization.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add BF/HF neg, abs operands and logical insns.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add conversions between 16-bit floating point and other scalar modes.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add conversions between __bfloat16 and float/double.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add HF/BF emulation functions to libgcc.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add conversions between _Float16 and float/double.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add initial 16-bit floating point support.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add infrastructure for _Float16 and __bfloat16 types.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc r16-5136] builtins: Fix atomics expansion after build_call_nary change [PR122605]
Andrew Pinski via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Use vector pair load/store for memcpy with -mcpu=future
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add support for 1, 024 bit DMF registers.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add support for dense math registers.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add wD constraint.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/vendors/ibm/heads/gcc-16-future-float16)] Add -mcpu=future option to the PowerPC.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Tell user if we have hardware support for 16-bit floating point.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add 16-bit floating point vectorization.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add conversions between __bfloat16 and float/double.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add conversions between _Float16 and float/double.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add BF/HF neg, abs operands and logical insns.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add conversions between 16-bit floating point and other scalar modes.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add HF/BF emulation functions to libgcc.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add initial 16-bit floating point support.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc(refs/users/meissner/heads/work224-float)] Add infrastructure for _Float16 and __bfloat16 types.
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc r16-5133] Add missing documentation for some -f, -g, and -W options [PR122243] [PR120064]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5132] Document long-form command-line options [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5131] Only document -A/--assert options in cpp manual [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5135] Documentation for -fident and -Qy/-Qn options [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5134] Document linker options + -Q and -S [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5130] Add missing options to option summary [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5128] Add "RejectNegative" to some options where it doesn't make sense [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5129] Mark some undocumented options as such [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5127] Mark some unused/undocumented options as "Ignore" [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5126] Add some missing @opindex entries [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5125] Fix typos in @opindex entries [PR122243]
Sandra Loosemore via Gcc-cvs
-
2025/11/10
[gcc r16-5124] pru: Use unsigned constants for register classes
Dimitar Dimitrov via Gcc-cvs
-
2025/11/10
[gcc r16-5123] pru: Implement TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS [PR122415]
Dimitar Dimitrov via Gcc-cvs
-
2025/11/10
[gcc] Created branch 'ibm/heads/gcc-16-future-float16' in namespace 'refs/vendors'
Michael Meissner via Gcc-cvs
-
2025/11/10
[gcc r16-5122] AArch64: Update test to reflect new message
Tejas Belagod via Gcc-cvs
-
2025/11/10
[gcc r16-5121] AArch64: Update existing test with svbool_t operations
Tejas Belagod via Gcc-cvs
-
2025/11/10
[gcc r16-5120] AArch64: Support C/C++ operations on svbool_t
Tejas Belagod via Gcc-cvs
-
2025/11/10
[gcc r15-10492] arm: Don't reject early mov?fcc patterns that we might be able to handle
Richard Earnshaw via Gcc-cvs
-
2025/11/10
[gcc r15-10491] arm: avoid unmatched insn in movhfcc [PR118460]
Richard Earnshaw via Gcc-cvs
-
2025/11/10
[gcc r16-5119] arm: Don't reject early mov?fcc patterns that we might be able to handle
Richard Earnshaw via Gcc-cvs
-
2025/11/10
[gcc r16-5118] vect: Do not set range for step != 1 [PR121985].
Robin Dapp via Gcc-cvs
-
2025/11/10
[gcc r16-5117] optabs: Do not pun modes smaller than QImode.
Robin Dapp via Gcc-cvs
-
2025/11/10
[gcc r16-5116] vect: Give up if there is no offset_vectype.
Robin Dapp via Gcc-cvs
-
2025/11/10
[gcc r16-5115] vect: Reduce group size of consecutive strided accesses.
Robin Dapp via Gcc-cvs
-
2025/11/10
[gcc r16-5114] c++: Implement C++26 P3920R0 - Wording for NB comment resolution on trivial relocation
Jakub Jelinek via Gcc-cvs
-
2025/11/10
[gcc r16-5113] c++: Diagnose #define/#undef indeterminate
Jakub Jelinek via Gcc-cvs
-
2025/11/10
[gcc r16-5112] c++, libcpp: Implement CWG3053
Jakub Jelinek via Gcc-cvs
-
2025/11/10
[gcc r16-5111] libstdc++: Implement final wording of C++26 P3778R0 - type_order
Jakub Jelinek via Gcc-cvs
-
2025/11/09
[gcc r16-5110] libcpp: Improve locations for macros defined prior to PCH include [PR105608]
Lewis Hyatt via Gcc-cvs
-
2025/11/09
[gcc r16-5108] apx-ndd-tls-1b.c: Change to xfail for ! ia32
H.J. Lu via Gcc-cvs
-
2025/11/09
[gcc r16-5107] indirect-thunk-(|extern|inline)-(5|6).c: Drop x32 scan
H.J. Lu via Gcc-cvs
-
2025/11/09
[gcc r16-5106] gcc.target/i386/cmov12.c: Limit to lp64
H.J. Lu via Gcc-cvs
-
2025/11/09
[gcc r16-5105] Regenerate libgfortran Makefile.in and aclocal.m4
Mark Wielaard via Gcc-cvs
-
2025/11/09
[gcc r16-5104] Fix typo
Eric Botcazou via Gcc-cvs
-
2025/11/09
[gcc r16-5103] gcc.target/i386/shrink_wrap_1.c: Limit to lp64
H.J. Lu via Gcc-cvs
-
2025/11/09
[gcc r16-5102] gcc.dg/pr90838.c: Adjust for x32
H.J. Lu via Gcc-cvs
-
2025/11/08
[gcc r16-5100] Ada: Fix bogus error on limited with clause and private parent package
Eric Botcazou via Gcc-cvs
-
2025/11/08
[gcc r16-5099] [RISC-V] Add testcase for shifted truthvalue
Jeff Law via Gcc-cvs
-
2025/11/08
[gcc r16-5098] Fortran: F2018 extensions to interoperability of procedures [PR113338]
Harald Anlauf via Gcc-cvs
-
2025/11/08
[gcc r16-5097] isel: Check bounds before converting VIEW_CONVERT to VEC_SET.
Avinash Jayakar via Gcc-cvs
-
2025/11/08
[gcc(refs/users/meissner/heads/work224-dmf)] Update ChangeLog.*
Michael Meissner via Gcc-cvs
-
2025/11/08
[gcc(refs/users/meissner/heads/work224-dmf)] Use vector pair load/store for memcpy with -mcpu=future
Michael Meissner via Gcc-cvs
-
2025/11/07
[gcc r16-5096] LoongArch: Fix PR122097 (2).
LuluCheng via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vsext.vf2 and vsll.vi to vwsll.vi on ZVBB
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vwmaccu.vv combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: RISC-V: Combine vec_duplicate + vwmaccu.vv to vwmaccu.vx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Ignore useless zero-initialization in conditional move sequence costing
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR 121136] Improve various tests which only need to examine upper bits in a GPR
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: testsuite: Fix pr119115.c.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PR rtl-optimization/122536] Fix guard against variable bit extracts in RTL simplifier
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix the ABI of empty unions and zero length array in struct
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR tree-optimization/52345] Optimize testing multiple booleans
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Expose sign extension for 32 bit rotates by constant values on rv64
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] gcc: Drop junk vim backup file
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][SH][PR rtl-optimization/67731] Improve logical IOR of single bit bitfields
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] niter: Use ranger to query ctz range.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Reorder ready queue slightly to avoid unnecessary vsetvl instructions
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH v2] RISC-V: avlprop: Scale AVL by subreg ratio [PR122445].
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Clean up build warnings for VLS calling convention
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Skip riscv/rvv/xtheadvector/pr116593.C if not hostedlib
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Implement standard fixed-length vector calling convention variant
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/64345][PR tree-optimization/80770] Improve simple bit extractions on RISC-V
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Increase NUM_ABI_IDS to support RISC-V VLS calling convention variants
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH v2] RISC-V: Fix moving data from V_REGS to GR_REGS by scalar move.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Fix minor RISC-V testsuite failure
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add testcase for unsigned scalar SAT_MUL form 6
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Fix minor testsuite scan failures for RISC-V
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH v3] RISC-V: Implement RISC-V profile macro support
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix incorrect op of vwaddu/vwsubu wx combine
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/120811] Improving address reloads in LRA
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PR target/119587] RISC-V: xtheadmemidx: Split slli.uw pattern
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Improve subword atomic patterns in sync.md
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vwsubu.wv combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vwsubu.wv to vwsubu.wx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Allow VLS types using up to LMUL 8
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH] RISC-V: Fix slide pattern recognition [PR122124]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vwaddu.wv to vwaddu.wx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] ISC-V: Add test for vec_duplicate + vwaddu.wv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Fixup merge conflict
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH v2] RISC-V: Fix type of CFA during stack probe [PR122114]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/122147] Avoid creating (subreg (mem)) in RISC-V port
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PR target/118945][PATCH v3] RISC-V: Add 'prefer_agnostic' tune parameter for vector policies
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR rtl-optimization/121937] Don't call neg_poly_int_rtx with a vector mode
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/122051] Fix pmode_reg_or_uimm5_operand for thead vector
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/122106] Add missing predicate on crc expanders
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PATCH][PR target/121778] RISC-V: Improve rotation detection for RISC-V
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test case of unsigned scalar SAT_MUL form 5 for mul
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add missing define_insn_reservation to tt-ascalon-d8.md [PR121982]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Improve slide patterns recognition
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/121983] Fix unprotected REGNO invocation
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Only Save/Restore required registers for ILP32E/LP64E
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Optimize clear-lowest-set-bit sequence when ctz is nearby
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Correct lmul estimation
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test case of unsigned scalar SAT_MUL form 5 for widen-mul
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vwmulu.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [PR tree-optimization/58727] Don't over-simplify constants`
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vwsubu.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vwaddu.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vwaddu.vv to vwaddu.vx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Allow profiles input in '--with-arch' option.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Configure Profiles definitions in the definition file.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Imply zicsr for sdtrig and ssstrict extensions.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Widening-Mul: Refine build_and_insert_cast when rhs is cast
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix vendor intrinsic tests for disabled multilib configurations
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Support vnclip idiom testcase [PR120378]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Match: Support SAT_TRUNC variant NARROW_CLIP
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Adjust ABI specification in recently added Andes tests
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Suppress cross CC sibcall optimization from vector
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add min/max patterns for ifcvt.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] ifcvt: Clarify if_info.original_cost.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix can_find_related_mode_p for VLS types
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix typo in tt-ascalon-d8's pipeline description [PR121878]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar single widening floating-point sub
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar dual widening floating-point sub
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar single widening floating-point add
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar widening floating-point add
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Adjust tt-ascalon-d8 branch cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar single-width floating-point reverse sub
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar single-width floating-point sub
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar single-width floating-point add
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar widening floating-point multiply
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add patterns for vector-scalar IEEE floating-point max
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesvdot ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] gcc: introduce the dep_fusion pass
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesvpackfph ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Fix ordering of pipeline models
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vnmsub.vv unsigned combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vnmsub.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] dep_fusion: Fix if target does not have macro fusion [PR121835]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vnmsub.vv to vnmsub.vx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] gcc: introduce the dep_fusion pass
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesvsintload ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesvbfhcvt ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add tt-ascalon-d8 pipeline description
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Adjust recently added test
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vmadd.vv to vmadd.vx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Allow errors to be suppressed when parsing architectures
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Adjust the vmacc.vx combine test cases
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vmadd.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vmadd.vv unsigned combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix extension subset check in riscv_can_inline_p
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesperf ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add support for the XAndesbfhcvt ISA extension.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add basic XAndes vendor extension support.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V][PR target/121213] Avoid unnecessary sign extension in amoswap sequence
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix is_vlmax_len_p and use for strided ops.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add Zbb extension sext testcase.
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Update Zba 'shNadd.uw' testcase.`
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Remove unused print_ext_doc_entry function [NFC]
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] [RISC-V] Improve initial RTL generation for SImode adds on rv64
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test case for unsigned scalar SAT_MUL form 4
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add patterns for vector-scalar IEEE floating-point min
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vnmsac.vv unsigned combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add test for vec_duplicate + vnmsac.vv signed combine with GR2VR cost 0, 1 and 15
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Combine vec_duplicate + vnmsac.vv to vnmsac.vx on GR2VR cost
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add pattern for vector-scalar floating-point min
Jeff Law via Gcc-cvs
-
2025/11/07
[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Remove xfail marker on RISC-V test
Jeff Law via Gcc-cvs