Show patches with: Submitter = Roger Sayle       |    State = Action Required       |    Archived = No       |   430 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PR target/114187: Fix ?Fmode SUBREG simplification in simplify_subreg. PR target/114187: Fix ?Fmode SUBREG simplification in simplify_subreg. - - - - --- 2024-03-03 Roger Sayle New
[x86_64] PR target/113690: Fix-up MULT REG_EQUAL notes in STV. [x86_64] PR target/113690: Fix-up MULT REG_EQUAL notes in STV. - - - - --- 2024-02-05 Roger Sayle New
[tree-ssa] PR target/113560: Enhance is_widening_mult_rhs_p. [tree-ssa] PR target/113560: Enhance is_widening_mult_rhs_p. - - - - --- 2024-01-30 Roger Sayle New
[libatomic] PR other/113336: Fix libatomic testsuite regressions on ARM. [libatomic] PR other/113336: Fix libatomic testsuite regressions on ARM. - - - - --- 2024-01-28 Roger Sayle New
[middle-end] Constant fold {-1,-1} << 1 in simplify-rtx.cc [middle-end] Constant fold {-1,-1} << 1 in simplify-rtx.cc - - - - --- 2024-01-26 Roger Sayle New
[middle-end] Prefer PLUS over IOR in RTL expansion of multi-word shifts/rotates. [middle-end] Prefer PLUS over IOR in RTL expansion of multi-word shifts/rotates. - - - - --- 2024-01-18 Roger Sayle New
[x86] PR target/106060: Improved SSE vector constant materialization. [x86] PR target/106060: Improved SSE vector constant materialization. - - - - --- 2024-01-16 Roger Sayle New
PR rtl-optimization/111267: Improved forward propagation. PR rtl-optimization/111267: Improved forward propagation. - - - - --- 2024-01-16 Roger Sayle New
[PATCH/RFC] Add --with-dwarf4 configure option. [PATCH/RFC] Add --with-dwarf4 configure option. - - - - --- 2024-01-14 Roger Sayle New
[libatomic] Fix testsuite regressions on ARM [raspberry pi]. [libatomic] Fix testsuite regressions on ARM [raspberry pi]. - - - - --- 2024-01-08 Roger Sayle New
[x86] PR target/113231: Improved costs in Scalar-To-Vector (STV) pass. [x86] PR target/113231: Improved costs in Scalar-To-Vector (STV) pass. - - - - --- 2024-01-06 Roger Sayle New
[middle-end,take,#2] Only call targetm.truly_noop_truncation for truncations. [middle-end,take,#2] Only call targetm.truly_noop_truncation for truncations. - - - - --- 2023-12-31 Roger Sayle New
[middle-end] Only call targetm.truly_noop_truncation for truncations. [middle-end] Only call targetm.truly_noop_truncation for truncations. - - - - --- 2023-12-28 Roger Sayle New
Improved RTL expansion of field assignments into promoted registers. Improved RTL expansion of field assignments into promoted registers. - - - - --- 2023-12-28 Roger Sayle New
[ARC] Table-driven ashlsi implementation for better code/rtx_costs. [ARC] Table-driven ashlsi implementation for better code/rtx_costs. - - - - --- 2023-12-23 Roger Sayle New
[x86_64] PR target/112992: Optimize mode for broadcast of constants. [x86_64] PR target/112992: Optimize mode for broadcast of constants. - - - - --- 2023-12-22 Roger Sayle New
[x86_PATCH] peephole2 to resolve failure of gcc.target/i386/pr43644-2.c [x86_PATCH] peephole2 to resolve failure of gcc.target/i386/pr43644-2.c - - - - --- 2023-12-22 Roger Sayle New
[x86] Improved TImode (128-bit) integer constants on x86_64. [x86] Improved TImode (128-bit) integer constants on x86_64. - - - - --- 2023-12-18 Roger Sayle New
[ARC] Add *extvsi_n_0 define_insn_and_split for PR 110717. [ARC] Add *extvsi_n_0 define_insn_and_split for PR 110717. - - - - --- 2023-12-05 Roger Sayle New
Workaround array_slice constructor portability issues (with older g++). Workaround array_slice constructor portability issues (with older g++). - - - - --- 2023-12-03 Roger Sayle New
[RISC-V] Improve style to work around PR 60994 in host compiler. [RISC-V] Improve style to work around PR 60994 in host compiler. - - - - --- 2023-12-01 Roger Sayle New
PR112380: Defend against CLOBBERs in RTX expressions in combine.cc PR112380: Defend against CLOBBERs in RTX expressions in combine.cc - - - - --- 2023-11-12 Roger Sayle New
[x86] Improve reg pressure of double-word right-shift then truncate. [x86] Improve reg pressure of double-word right-shift then truncate. - - - - --- 2023-11-12 Roger Sayle New
[ARC] Consistent use of whitespace in assembler templates. [ARC] Consistent use of whitespace in assembler templates. - - - - --- 2023-11-06 Roger Sayle New
[ARC] Improved DImode rotates and right shifts by one bit. [ARC] Improved DImode rotates and right shifts by one bit. - - - - --- 2023-11-06 Roger Sayle New
[ARC] Provide a TARGET_FOLD_BUILTIN target hook. [ARC] Provide a TARGET_FOLD_BUILTIN target hook. - - - - --- 2023-11-03 Roger Sayle New
[AVR] Improvements to SImode and PSImode shifts by constants. [AVR] Improvements to SImode and PSImode shifts by constants. - - - - --- 2023-11-02 Roger Sayle New
[AVR] Optimize (X>>C)&1 for C in [1, 4, 8, 16, 24] in *insv.any_shift.<mode>. [AVR] Optimize (X>>C)&1 for C in [1, 4, 8, 16, 24] in *insv.any_shift.<mode>. - - - - --- 2023-11-02 Roger Sayle New
[x86_64] PR target/110551: Tweak mulx register allocation using peephole2. [x86_64] PR target/110551: Tweak mulx register allocation using peephole2. - - - - --- 2023-10-30 Roger Sayle New
[ARC] Improved ARC rtx_costs/insn_cost for SHIFTs and ROTATEs. [ARC] Improved ARC rtx_costs/insn_cost for SHIFTs and ROTATEs. - - - - --- 2023-10-29 Roger Sayle New
[ARC] Convert (signed<<31)>>31 to -(signed&1) without barrel shifter. [ARC] Convert (signed<<31)>>31 to -(signed&1) without barrel shifter. - - - - --- 2023-10-28 Roger Sayle New
[ARC] Improve DImode left shift by a single bit. [ARC] Improve DImode left shift by a single bit. - - - - --- 2023-10-28 Roger Sayle New
[wwwdocs] Get newlib via git in simtest-howto.html [wwwdocs] Get newlib via git in simtest-howto.html - - - - --- 2023-10-27 Roger Sayle New
[ARC] Improved SImode shifts and rotates with -mswap. [ARC] Improved SImode shifts and rotates with -mswap. - - - - --- 2023-10-27 Roger Sayle New
[v2] PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation. [v2] PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation. - - - - --- 2023-10-25 Roger Sayle New
[x86] Fine tune STV register conversion costs for -Os. [x86] Fine tune STV register conversion costs for -Os. - - - - --- 2023-10-23 Roger Sayle New
[x86] PR target/110511: Fix reg allocation for widening multiplications. [x86] PR target/110511: Fix reg allocation for widening multiplications. - - - - --- 2023-10-17 Roger Sayle New
[x86] PR 106245: Split (x<<31)>>31 as -(x&1) in i386.md [x86] PR 106245: Split (x<<31)>>31 as -(x&1) in i386.md - - - - --- 2023-10-17 Roger Sayle New
Improved RTL expansion of 1LL << x. Improved RTL expansion of 1LL << x. - - - - --- 2023-10-14 Roger Sayle New
PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation. PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation. - - - - --- 2023-10-14 Roger Sayle New
Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1). Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1). - - - - --- 2023-10-10 Roger Sayle New
[ARC] Improved SImode shifts and rotates on !TARGET_BARREL_SHIFTER. [ARC] Improved SImode shifts and rotates on !TARGET_BARREL_SHIFTER. - - - - --- 2023-10-08 Roger Sayle New
[X86] Split lea into shorter left shift by 2 or 3 bits with -Oz. [X86] Split lea into shorter left shift by 2 or 3 bits with -Oz. - - - - --- 2023-10-05 Roger Sayle New
Support g++ 4.8 as a host compiler. Support g++ 4.8 as a host compiler. - - - - --- 2023-10-04 Roger Sayle New
[ARC] Use rlc r0, 0 to implement scc_ltu (i.e. carry_flag ? 1 : 0) [ARC] Use rlc r0, 0 to implement scc_ltu (i.e. carry_flag ? 1 : 0) - - - - --- 2023-09-29 Roger Sayle New
[ARC] Split SImode shifts pre-reload on !TARGET_BARREL_SHIFTER. [ARC] Split SImode shifts pre-reload on !TARGET_BARREL_SHIFTER. - - - - --- 2023-09-28 Roger Sayle New
PR target/107671: Make more use of btl/btq on x86_64. PR target/107671: Make more use of btl/btq on x86_64. - - - - --- 2023-08-07 Roger Sayle New
[Committed] Avoid FAIL of gcc.target/i386/pr110792.c [Committed] Avoid FAIL of gcc.target/i386/pr110792.c - - - - --- 2023-08-06 Roger Sayle New
Specify signed/unsigned/dontcare in calls to extract_bit_field_1. Specify signed/unsigned/dontcare in calls to extract_bit_field_1. - - - - --- 2023-08-03 Roger Sayle New
[x86] Split SUBREGs of SSE vector registers into vec_select insns. [x86] Split SUBREGs of SSE vector registers into vec_select insns. - - - - --- 2023-08-03 Roger Sayle New
[x86] PR target/110792: Early clobber issues with rot32di2_doubleword. [x86] PR target/110792: Early clobber issues with rot32di2_doubleword. - - - - --- 2023-08-02 Roger Sayle New
[Committed] PR target/110843: Check TARGET_AVX512VL for V2DI rotates in STV. [Committed] PR target/110843: Check TARGET_AVX512VL for V2DI rotates in STV. - - - - --- 2023-07-31 Roger Sayle New
[Committed] Use QImode for offsets in zero_extract/sign_extract in i386.md (take #2) [Committed] Use QImode for offsets in zero_extract/sign_extract in i386.md (take #2) - - - - --- 2023-07-29 Roger Sayle New
PR rtl-optimization/110701: Fix SUBREG SET_DEST handling in combine. PR rtl-optimization/110701: Fix SUBREG SET_DEST handling in combine. - - - - --- 2023-07-26 Roger Sayle New
PR rtl-optimization/110587: Reduce useless moves in compile-time hog. PR rtl-optimization/110587: Reduce useless moves in compile-time hog. - - - - --- 2023-07-25 Roger Sayle New
[Committed] PR target/110787: Revert QImode offsets in {zero, sign}_extract. [Committed] PR target/110787: Revert QImode offsets in {zero, sign}_extract. - - - - --- 2023-07-24 Roger Sayle New
Replace lra-spill.cc's return_regno_p with return_reg_p. Replace lra-spill.cc's return_regno_p with return_reg_p. - - - - --- 2023-07-22 Roger Sayle New
[x86] Use QImode for offsets in zero_extract/sign_extract in i386.md [x86] Use QImode for offsets in zero_extract/sign_extract in i386.md - - - - --- 2023-07-22 Roger Sayle New
[x86] Don't use insvti_{high, low}part with -O0 (for compile-time). [x86] Don't use insvti_{high, low}part with -O0 (for compile-time). - - - - --- 2023-07-22 Roger Sayle New
PR c/110699: Defend against error_mark_node in gimplify.cc. PR c/110699: Defend against error_mark_node in gimplify.cc. - - - - --- 2023-07-19 Roger Sayle New
[x86_64] More TImode parameter passing improvements. [x86_64] More TImode parameter passing improvements. - - - - --- 2023-07-19 Roger Sayle New
Fix bootstrap failure (with g++ 4.8.5) in tree-if-conv.cc. Fix bootstrap failure (with g++ 4.8.5) in tree-if-conv.cc. - - - - --- 2023-07-14 Roger Sayle New
[x86] PR target/110588: Add *bt<mode>_setncqi_2 to generate btl [x86] PR target/110588: Add *bt<mode>_setncqi_2 to generate btl - - - - --- 2023-07-13 Roger Sayle New
[x86_64] Improved insv of DImode/DFmode {high, low}parts into TImode. [x86_64] Improved insv of DImode/DFmode {high, low}parts into TImode. - - - - --- 2023-07-13 Roger Sayle New
[x86] Fix FAIL of gcc.target/i386/pr91681-1.c [x86] Fix FAIL of gcc.target/i386/pr91681-1.c - - - - --- 2023-07-11 Roger Sayle New
[x86] PR target/110598: Fix rega = 0; rega ^= rega regression. [x86] PR target/110598: Fix rega = 0; rega ^= rega regression. - - - - --- 2023-07-11 Roger Sayle New
[X86] Add new insvti_lowpart_1 and insvdi_lowpart_1 patterns. [X86] Add new insvti_lowpart_1 and insvdi_lowpart_1 patterns. - - - - --- 2023-07-09 Roger Sayle New
[x86] Add AVX512 support for STV of SI/DImode rotation by constant. [x86] Add AVX512 support for STV of SI/DImode rotation by constant. - - - - --- 2023-07-09 Roger Sayle New
[x86_64] Improve __int128 argument passing (in ix86_expand_move). [x86_64] Improve __int128 argument passing (in ix86_expand_move). - - - - --- 2023-07-06 Roger Sayle New
[Committed] Handle COPYSIGN in dwarf2out.cc'd mem_loc_descriptor [Committed] Handle COPYSIGN in dwarf2out.cc'd mem_loc_descriptor - - - - --- 2023-07-06 Roger Sayle New
[x86] Add STV support for DImode and SImode rotations by constant. [x86] Add STV support for DImode and SImode rotations by constant. - - - - --- 2023-06-30 Roger Sayle New
[Committed] Add -mmove-max=128 -mstore-max=128 to pieces-memcmp-2.c [Committed] Add -mmove-max=128 -mstore-max=128 to pieces-memcmp-2.c - - - - --- 2023-06-29 Roger Sayle New
[x86] Tweak ix86_expand_int_compare to use PTEST for vector equality. [x86] Tweak ix86_expand_int_compare to use PTEST for vector equality. - - - - --- 2023-06-27 Roger Sayle New
[x86] Fix FAIL of gcc.target/i386/pr78794.c on ia32. [x86] Fix FAIL of gcc.target/i386/pr78794.c on ia32. - - - - --- 2023-06-27 Roger Sayle New
[x86] Add cbranchti4 pattern to i386.md (for -m32 compare_by_pieces). [x86] Add cbranchti4 pattern to i386.md (for -m32 compare_by_pieces). - - - - --- 2023-06-27 Roger Sayle New
[x86_PATCH] New *ashl<dwi3>_doubleword_highpart define_insn_and_split. [x86_PATCH] New *ashl<dwi3>_doubleword_highpart define_insn_and_split. - - - - --- 2023-06-24 Roger Sayle New
[x86_64] Handle SUBREG conversions in TImode STV (for ptest). [x86_64] Handle SUBREG conversions in TImode STV (for ptest). - - - - --- 2023-06-24 Roger Sayle New
[RFC] Workaround LRA reload issue with SUBREGs in SET_DEST. [RFC] Workaround LRA reload issue with SUBREGs in SET_DEST. - - - - --- 2023-06-18 Roger Sayle New
[x86] Refactor new ix86_expand_carry to set the carry flag. [x86] Refactor new ix86_expand_carry to set the carry flag. - - - - --- 2023-06-18 Roger Sayle New
Improved SUBREG simplifications in simplify-rtx.cc's simplify_subreg. Improved SUBREG simplifications in simplify-rtx.cc's simplify_subreg. - - - - --- 2023-06-18 Roger Sayle New
[x86] Add alternate representation for {and,or,xor}b %ah,%dh. [x86] Add alternate representation for {and,or,xor}b %ah,%dh. - - - - --- 2023-06-18 Roger Sayle New
[x86] Standardize shift amount constants as QImode. [x86] Standardize shift amount constants as QImode. - - - - --- 2023-06-18 Roger Sayle New
[x86_64] Two minor tweaks to ix86_expand_move. [x86_64] Two minor tweaks to ix86_expand_move. - - - - --- 2023-06-16 Roger Sayle New
[x86] Convert ptestz of pandn into ptestc. [x86] Convert ptestz of pandn into ptestc. - - - - --- 2023-06-13 Roger Sayle New
New finish_compare_by_pieces target hook (for x86). New finish_compare_by_pieces target hook (for x86). - - - - --- 2023-06-12 Roger Sayle New
Avoid duplicate vector initializations during RTL expansion. Avoid duplicate vector initializations during RTL expansion. - - - - --- 2023-06-11 Roger Sayle New
[13] PR target/109973: CCZmode and CCCmode variants of [v]ptest. [13] PR target/109973: CCZmode and CCCmode variants of [v]ptest. - - - - --- 2023-06-10 Roger Sayle New
[nvptx] Update nvptx's bitrev<mode>2 pattern to use BITREVERSE rtx. [nvptx] Update nvptx's bitrev<mode>2 pattern to use BITREVERSE rtx. - - - - --- 2023-06-07 Roger Sayle New
[Committed] Bug fix to new wi::bitreverse_large function. [Committed] Bug fix to new wi::bitreverse_large function. - - - - --- 2023-06-07 Roger Sayle New
[x86] PR target/31985: Improve memory operand use with doubleword add. [x86] PR target/31985: Improve memory operand use with doubleword add. - - - - --- 2023-06-06 Roger Sayle New
[x86_64] PR target/110104: Missing peephole2 for addcarry<mode>. [x86_64] PR target/110104: Missing peephole2 for addcarry<mode>. - - - - --- 2023-06-06 Roger Sayle New
[x86] Add support for stc, clc and cmc instructions in i386.md [x86] Add support for stc, clc and cmc instructions in i386.md - - - - --- 2023-06-03 Roger Sayle New
[x86_64] PR target/110083: Fix-up REG_EQUAL notes on COMPARE in STV. [x86_64] PR target/110083: Fix-up REG_EQUAL notes on COMPARE in STV. - - - - --- 2023-06-03 Roger Sayle New
New wi::bitreverse function. New wi::bitreverse function. - - - - --- 2023-06-02 Roger Sayle New
[x86_64] PR target/109973: CCZmode and CCCmode variants of [v]ptest. [x86_64] PR target/109973: CCZmode and CCCmode variants of [v]ptest. - - - - --- 2023-05-29 Roger Sayle New
Refactor wi::bswap as a function (instead of a method). Refactor wi::bswap as a function (instead of a method). - - - - --- 2023-05-28 Roger Sayle New
PR target/107172: Avoid "unusual" MODE_CC comparisons in simplify-rtx.cc PR target/107172: Avoid "unusual" MODE_CC comparisons in simplify-rtx.cc - - - - --- 2023-05-26 Roger Sayle New
Replace a HWI_COMPUTABLE_MODE_P with wide-int in simplify-rtx.cc. Replace a HWI_COMPUTABLE_MODE_P with wide-int in simplify-rtx.cc. - - - - --- 2023-05-26 Roger Sayle New
[i386] A minor code clean-up: Use NULL_RTX instead of nullptr [i386] A minor code clean-up: Use NULL_RTX instead of nullptr - - - - --- 2023-05-24 Roger Sayle New
PR middle-end/109840: Preserve popcount/parity type in match.pd. PR middle-end/109840: Preserve popcount/parity type in match.pd. - - - - --- 2023-05-23 Roger Sayle New
« 1 2 3 44 5 »