|
| 1 | +2025-12-09 John Ericson < [email protected]> |
| 2 | + |
| 3 | + * Makefile.in: No longer include TARGET_SYSTEM_ROOT in |
| 4 | + libgcc.mvars. |
| 5 | + |
| 6 | +2025-12-09 John Ericson < [email protected]> |
| 7 | + |
| 8 | + * Makefile.in:: Remove NO_PIE_CFLAGS logic, since it is now in |
| 9 | + libgcc. |
| 10 | + * configure: Regenerate. |
| 11 | + * configure.ac: Remove the enable_default_pie substitution, since |
| 12 | + libgcc now has its own logic. |
| 13 | + |
| 14 | +2025-12-09 Robin Dapp < [email protected]> |
| 15 | + |
| 16 | + PR tree-optimization/123074 |
| 17 | + * tree-vect-loop.cc: Reset LOOP_VINFO_USING_SELECT_VL_P. |
| 18 | + |
| 19 | +2025-12-09 Pan Li < [email protected]> |
| 20 | + |
| 21 | + * config/riscv/predicates.md: Append operator lt to |
| 22 | + the comparison_swappable_operator. |
| 23 | + * config/riscv/riscv-v.cc (get_swapped_cmp_rtx_code): Add |
| 24 | + swappable operator lt handing. |
| 25 | + |
| 26 | +2025-12-09 Richard Biener < [email protected]> |
| 27 | + |
| 28 | + PR target/121230 |
| 29 | + * config/i386/i386.cc (ix86_vector_costs::add_stmt_cost): |
| 30 | + With FP mode and 387 math cost spill/reload. |
| 31 | + |
| 32 | +2025-12-09 Robin Dapp < [email protected]> |
| 33 | + |
| 34 | + * config/riscv/riscv.opt.urls: Regenerate. |
| 35 | + |
| 36 | +2025-12-09 Andrew Stubbs < [email protected]> |
| 37 | + |
| 38 | + * config/gcn/gcn.cc (gcn_init_cumulative_args): Only warn once. |
| 39 | + Use "required" instead of "enabled" in the warning. |
| 40 | + * config/gcn/mkoffload.cc (process_asm): Warn, don't error. |
| 41 | + Use "required" instead of "on" in the warning. |
| 42 | + |
| 43 | +2025-12-09 Robin Dapp < [email protected]> |
| 44 | + |
| 45 | + PR tree-optimization/122635 |
| 46 | + * gimple-fold.cc (enum mask_load_store_state): New enum. |
| 47 | + (gimple_fold_partial_load_store_mem_ref): Only fold |
| 48 | + "all active" loads/stores. |
| 49 | + (partial_load_store_mask_state): New function to compute mask |
| 50 | + state. |
| 51 | + (gimple_fold_partial_load): Remove. |
| 52 | + (gimple_fold_partial_load_store): New function. |
| 53 | + (gimple_fold_partial_store): Remove. |
| 54 | + (gimple_fold_call): Use new function. |
| 55 | + |
| 56 | +2025-12-09 Robin Dapp < [email protected]> |
| 57 | + |
| 58 | + * config/rs6000/predicates.md (lxvl_else_operand): New |
| 59 | + predicate. |
| 60 | + * config/rs6000/vsx.md: Add else operand. |
| 61 | + * config/s390/predicates.md (vll_else_operand): New predicate. |
| 62 | + * config/s390/vector.md: Add else operand. |
| 63 | + * doc/md.texi: Document else operand. |
| 64 | + * internal-fn.cc (internal_fn_len_index): Adjust IFN_LEN_LOAD. |
| 65 | + (internal_fn_else_index): Add IFN_LEN_LOAD. |
| 66 | + * optabs-tree.cc (target_supports_len_load_store_p): Get else |
| 67 | + value for len_load. |
| 68 | + * tree-vect-stmts.cc (vectorizable_load): Pun the else value |
| 69 | + type. |
| 70 | + |
| 71 | +2025-12-09 Robin Dapp < [email protected]> |
| 72 | + |
| 73 | + * config/riscv/riscv-target-attr.cc (riscv_target_attr_parser::handle_max_vect): |
| 74 | + New parser entry. |
| 75 | + (riscv_target_attr_parser::update_settings): Set max-vect |
| 76 | + option. |
| 77 | + (riscv_process_one_target_attr): Change null-arg handling. |
| 78 | + * config/riscv/riscv.cc (riscv_override_options_internal): Set |
| 79 | + max-vect option. |
| 80 | + * config/riscv/riscv.opt: Add -mmax-vectorization option. |
| 81 | + * doc/extend.texi: Document new option. |
| 82 | + * doc/invoke.texi: Ditto. |
| 83 | + |
| 84 | +2025-12-09 Robin Dapp < [email protected]> |
| 85 | + |
| 86 | + PR target/123022 |
| 87 | + * config/riscv/vector.md: Add mode_idx attribute. |
| 88 | + |
| 89 | +2025-12-09 Robin Dapp < [email protected]> |
| 90 | + |
| 91 | + PR target/115325 |
| 92 | + * config/riscv/riscv-c.cc (riscv_pragma_target_parse): New |
| 93 | + function. |
| 94 | + (riscv_register_pragmas): Register riscv_pragma_target_parse. |
| 95 | + * config/riscv/riscv-protos.h (riscv_process_target_attr_for_pragma): |
| 96 | + Declare. |
| 97 | + (riscv_reset_previous_fndecl): Ditto. |
| 98 | + * config/riscv/riscv-target-attr.cc (riscv_process_target_attr_for_pragma): |
| 99 | + New function. |
| 100 | + * config/riscv/riscv.cc (riscv_reset_previous_fndecl): Reset. |
| 101 | + (riscv_option_save): New function. |
| 102 | + (riscv_option_print): Ditto. |
| 103 | + (riscv_get_interrupt_type): Adjust docs. |
| 104 | + (TARGET_OPTION_SAVE): Implement. |
| 105 | + (TARGET_OPTION_PRINT): Ditto. |
| 106 | + * doc/extend.texi: Document that riscv can do target pragams. |
| 107 | + |
| 108 | +2025-12-09 Robin Dapp < [email protected]> |
| 109 | + |
| 110 | + * config/riscv/autovec.md (reduc_sbool_and_scal_<mode>): New |
| 111 | + expander. |
| 112 | + (reduc_sbool_ior_scal_<mode>): Ditto. |
| 113 | + (reduc_sbool_xor_scal_<mode>): Ditto. |
| 114 | + * config/riscv/riscv-protos.h (expand_mask_reduction): Declare. |
| 115 | + * config/riscv/riscv-v.cc (expand_mask_reduction): New function. |
| 116 | + |
| 117 | +2025-12-09 Richard Biener < [email protected]> |
| 118 | + |
| 119 | + PR target/123027 |
| 120 | + * config/i386/i386-expand.cc (ix86_expand_sse_fp_minmax): |
| 121 | + With !HONOR_NANS we can handle LE by swapping and inverting. |
| 122 | + |
1 | 123 | 2025-12-08 Andrew Pinski < [email protected]> |
2 | 124 |
|
3 | 125 | PR tree-optimization/46555 |
|
0 commit comments