|
| 1 | +2024-02-06 H.J. Lu < [email protected]> |
| 2 | + |
| 3 | + PR target/113689 |
| 4 | + * config/i386/i386.cc (x86_64_select_profile_regnum): Return |
| 5 | + R10_REG after sorry. |
| 6 | + |
| 7 | +2024-02-06 Andrew Carlotti < [email protected]> |
| 8 | + |
| 9 | + * config/aarch64/aarch64.cc (aarch64_mangle_decl_assembler_name): |
| 10 | + Move before new caller, and add ".default" suffix. |
| 11 | + (get_suffixed_assembler_name): New. |
| 12 | + (make_resolver_func): Use get_suffixed_assembler_name. |
| 13 | + (aarch64_generate_version_dispatcher_body): Redo name mangling. |
| 14 | + |
| 15 | +2024-02-06 Jakub Jelinek < [email protected]> |
| 16 | + |
| 17 | + PR target/113763 |
| 18 | + * config/aarch64/aarch64.cc (aarch64_output_sme_zero_za): Change tiles |
| 19 | + element from std::pair<unsigned int, char> to an unnamed struct. |
| 20 | + Adjust uses of tile range variable. |
| 21 | + |
| 22 | +2024-02-06 Juzhe-Zhong < [email protected]> |
| 23 | + |
| 24 | + * config/riscv/riscv-vsetvl.cc (pre_vsetvl::emit_vsetvl): Fix inifinite compilation. |
| 25 | + (pre_vsetvl::remove_vsetvl_pre_insns): Ditto. |
| 26 | + |
| 27 | +2024-02-06 Jakub Jelinek < [email protected]> |
| 28 | + |
| 29 | + PR sanitizer/110676 |
| 30 | + * gimple-fold.cc (gimple_fold_builtin_strlen): For -fsanitize=address |
| 31 | + reset maxlen to sizetype maximum. |
| 32 | + |
| 33 | +2024-02-06 Jakub Jelinek < [email protected]> |
| 34 | + |
| 35 | + PR tree-optimization/113736 |
| 36 | + * gimple-lower-bitint.cc (bitint_large_huge::limb_access): Use |
| 37 | + var's address space for MEM_REF or VIEW_CONVERT_EXPRs. |
| 38 | + |
| 39 | +2024-02-06 Jakub Jelinek < [email protected]> |
| 40 | + |
| 41 | + PR tree-optimization/113759 |
| 42 | + * tree-ssa-math-opts.cc (convert_mult_to_widen): If actual_precision |
| 43 | + or from_unsignedN differs from properties of typeN, update typeN |
| 44 | + to build_nonstandard_integer_type. If TREE_TYPE (rhsN) is not |
| 45 | + uselessly convertible to typeN, convert it using fold_convert or |
| 46 | + build_and_insert_cast depending on if rhsN is INTEGER_CST or not. |
| 47 | + (convert_plusminus_to_widen): Likewise. |
| 48 | + |
| 49 | +2024-02-06 Tejas Belagod < [email protected]> |
| 50 | + |
| 51 | + PR target/112577 |
| 52 | + * config/aarch64/aarch64.cc (aarch64_class_max_nregs): Handle 64-bit |
| 53 | + vector structure modes correctly. |
| 54 | + |
1 | 55 | 2024-02-05 Christoph Müllner < [email protected]>
|
2 | 56 |
|
3 | 57 | * config/riscv/thead.cc (th_print_operand_address): Fix compiler
|
|
0 commit comments