|
| 1 | +2024-02-22 Jakub Jelinek < [email protected]> |
| 2 | + |
| 3 | + PR c/114007 |
| 4 | + * doc/extend.texi: (__extension__): Remove comments about scope |
| 5 | + tokens vs. two colons. |
| 6 | + |
| 7 | +2024-02-22 Andrew Pinski < [email protected]> |
| 8 | + |
| 9 | + PR tree-optimization/109804 |
| 10 | + * gimple-ssa-warn-access.cc (new_delete_mismatch_p): Handle |
| 11 | + DEMANGLE_COMPONENT_UNNAMED_TYPE. |
| 12 | + |
| 13 | +2024-02-22 Richard Biener < [email protected]> |
| 14 | + |
| 15 | + PR tree-optimization/114048 |
| 16 | + * tree-ssa-sccvn.cc (copy_reference_ops_from_ref): MEM_REF |
| 17 | + can also produce -1 off. |
| 18 | + |
| 19 | +2024-02-22 Richard Biener < [email protected]> |
| 20 | + |
| 21 | + PR tree-optimization/114027 |
| 22 | + * tree-vect-loop.cc (vecctorizable_reduction): Use optimized |
| 23 | + condition reduction classification only for single-element |
| 24 | + chains. |
| 25 | + |
| 26 | +2024-02-22 Jakub Jelinek < [email protected]> |
| 27 | + |
| 28 | + PR ipa/111960 |
| 29 | + * profile-count.h (profile_count::dump): Remove overload with |
| 30 | + char * first argument. |
| 31 | + * profile-count.cc (profile_count::dump): Change overload with char * |
| 32 | + first argument which uses sprintf into the overfload with FILE * |
| 33 | + first argument and use fprintf instead. Remove overload which wrapped |
| 34 | + it. |
| 35 | + |
| 36 | +2024-02-22 Jakub Jelinek < [email protected]> |
| 37 | + |
| 38 | + PR tree-optimization/113993 |
| 39 | + * tree-call-cdce.cc (get_no_error_domain): Handle |
| 40 | + BUILT_IN_{COSH,SINH,EXP{,M1,2}}{F32X,F64X}. Handle |
| 41 | + BUILT_IN_{COSH,SINH,EXP{,M1,2}}L for |
| 42 | + REAL_MODE_FORMAT (TYPE_MODE (long_double_type_node))->emax == 16384 |
| 43 | + the as the F128 suffixed cases, otherwise as non-suffixed ones. |
| 44 | + Handle BUILT_IN_{EXP,POW}10L for |
| 45 | + REAL_MODE_FORMAT (TYPE_MODE (long_double_type_node))->emax == 16384 |
| 46 | + as (-inf, 4932). |
| 47 | + |
| 48 | +2024-02-22 Jakub Jelinek < [email protected]> |
| 49 | + |
| 50 | + PR tree-optimization/114038 |
| 51 | + * gimple-lower-bitint.cc (bitint_large_huge::lower_mul_overflow): Fix |
| 52 | + loop exit condition if end is divisible by limb_prec. |
| 53 | + |
| 54 | +2024-02-22 YunQiang Su < [email protected]> |
| 55 | + |
| 56 | + * doc/invoke.texi(MIPS Options): Fix skipping UrlSuffix |
| 57 | + problem of mabi=, mno-flush-func, mexplicit-relocs; |
| 58 | + add missing leading - of mbranch-cost option. |
| 59 | + * config/mips/mips.opt.urls: Regenerate. |
| 60 | + |
| 61 | +2024-02-22 Kewen Lin < [email protected]> |
| 62 | + |
| 63 | + PR target/109987 |
| 64 | + * config/rs6000/constraints.md (we): Update internal doc without |
| 65 | + referring to option -mpower9-vector. |
| 66 | + * config/rs6000/driver-rs6000.cc (asm_names): Remove mpower9-vector |
| 67 | + special handlings. |
| 68 | + * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS, |
| 69 | + OTHER_P8_VECTOR_MASKS): Merge to ... |
| 70 | + (OTHER_VSX_VECTOR_MASKS): ... here. |
| 71 | + * config/rs6000/rs6000.cc (rs6000_option_override_internal): Remove |
| 72 | + some error message handlings and explicit option mask adjustments on |
| 73 | + explicit option power{8,9}-vector conflicting with other options. |
| 74 | + (rs6000_print_isa_options): Update comments. |
| 75 | + (rs6000_disable_incompatible_switches): Remove power{8,9}-vector |
| 76 | + related array items and handlings. |
| 77 | + * config/rs6000/rs6000.h (ASM_CPU_SPEC): Remove mpower9-vector |
| 78 | + special handlings. |
| 79 | + * config/rs6000/rs6000.opt: Make option power{8,9}-vector as |
| 80 | + WarnRemoved. |
| 81 | + * doc/extend.texi: Remove documentation referring to option |
| 82 | + -mpower8-vector. |
| 83 | + * doc/invoke.texi: Remove documentation for option |
| 84 | + -mpower{8,9}-vector and adjust some documentation referring to them. |
| 85 | + * doc/md.texi: Update documentation for constraint we. |
| 86 | + * doc/sourcebuild.texi: Remove documentation for powerpc_p8vector_ok. |
| 87 | + |
| 88 | +2024-02-22 Pan Li < [email protected]> |
| 89 | + |
| 90 | + PR target/114017 |
| 91 | + * config/riscv/riscv-c.cc (riscv_cpu_cpp_builtins): Upgrade |
| 92 | + the version to 0.12. |
| 93 | + |
1 | 94 | 2024-02-21 Edwin Lu < [email protected]>
|
2 | 95 |
|
3 | 96 | * config/riscv/riscv.cc (riscv_sched_variable_issue): Enable assert
|
|
0 commit comments