|
| 1 | +2025-02-27 Pan Li < [email protected]> |
| 2 | + |
| 3 | + PR target/118931 |
| 4 | + * config/riscv/riscv-v.cc (expand_const_vector): Add overflow to |
| 5 | + smode check and clean up highest bits if overflow. |
| 6 | + |
| 7 | +2025-02-27 Jakub Jelinek < [email protected]> |
| 8 | + |
| 9 | + PR tree-optimization/119030 |
| 10 | + * gimple-fold.cc (fold_truth_andor_for_ifcombine): Fix a pasto, |
| 11 | + ll_unsignedp -> rl_unsignedp. |
| 12 | + |
| 13 | +2025-02-27 Jakub Jelinek < [email protected]> |
| 14 | + |
| 15 | + PR middle-end/118860 |
| 16 | + * input.h (file_cache::tune): No longer static. Rename argument |
| 17 | + from num_file_slots_ to num_file_slots. Formatting fix. |
| 18 | + (file_cache::num_file_slots): Renamed to ... |
| 19 | + (file_cache::m_num_file_slots): ... this. No longer static. |
| 20 | + * input.cc (file_cache_slot::tune): Change return type from void to |
| 21 | + size_t, return previous file_cache_slot::line_record_size value. |
| 22 | + Formatting fixes. |
| 23 | + (file_cache::tune): Rename argument from num_file_slots_ to |
| 24 | + num_file_slots. Set m_num_file_slots rather than num_file_slots. |
| 25 | + If m_num_file_slots or file_cache_slot::line_record_size changes, |
| 26 | + delete[] m_file_slots and new it again. |
| 27 | + (file_cache::num_file_slots): Remove definition. |
| 28 | + (file_cache::lookup_file): Use m_num_file_slots rather than |
| 29 | + num_file_slots. |
| 30 | + (file_cache::evicted_cache_tab_entry): Likewise. |
| 31 | + (file_cache::file_cache): Likewise. Initialize m_num_file_slots |
| 32 | + to 16. |
| 33 | + (file_cache::dump): Use m_num_file_slots rather than num_file_slots. |
| 34 | + (file_cache_slot::get_next_line): Formatting fixes. |
| 35 | + (file_cache_slot::read_line_num): Likewise. |
| 36 | + (get_source_text_between): Likewise. |
| 37 | + * toplev.cc (toplev::main): Call global_dc->get_file_cache ().tune |
| 38 | + rather than file_cache::tune. |
| 39 | + |
| 40 | +2025-02-27 Thomas Schwinge < [email protected]> |
| 41 | + |
| 42 | + * config/nvptx/nvptx.h (MAX_FIXED_MODE_SIZE): '#define'. |
| 43 | + |
| 44 | +2025-02-27 Thomas Schwinge < [email protected]> |
| 45 | + |
| 46 | + * config/nvptx/nvptx.opt (-mfake-ptx-alloca): New. |
| 47 | + * config/nvptx/nvptx-protos.h (nvptx_output_fake_ptx_alloca): |
| 48 | + Declare. |
| 49 | + * config/nvptx/nvptx.cc (nvptx_output_fake_ptx_alloca): New. |
| 50 | + * config/nvptx/nvptx.md (define_insn "@nvptx_alloca_<mode>") |
| 51 | + [!(TARGET_PTX_7_3 && TARGET_SM52)]: Use it for |
| 52 | + '-mfake-ptx-alloca'. |
| 53 | + |
| 54 | +2025-02-27 Thomas Schwinge < [email protected]> |
| 55 | + |
| 56 | + * config/nvptx/nvptx.md (define_expand "allocate_stack") |
| 57 | + [!TARGET_SOFT_STACK]: Move |
| 58 | + 'sorry ("dynamic stack allocation not supported");'... |
| 59 | + (define_insn "@nvptx_alloca_<mode>"): ... here. |
| 60 | + |
| 61 | +2025-02-27 Jerry DeLisle < [email protected]> |
| 62 | + |
| 63 | + PR fortran/108369 |
| 64 | + * doc/invoke.texi: Add a note to clarify. Adjust some wording. |
| 65 | + |
| 66 | +2025-02-27 Haochen Jiang < [email protected]> |
| 67 | + |
| 68 | + * config/i386/x86-tune.def |
| 69 | + (X86_TUNE_DEST_FALSE_DEP_FOR_GLC): Add GNR, GNR-D, DMR. |
| 70 | + (X86_TUNE_AVOID_256FMA_CHAINS): Ditto. |
| 71 | + (X86_TUNE_AVX512_MOVE_BY_PIECES): Ditto. |
| 72 | + (X86_TUNE_AVX512_STORE_BY_PIECES): Ditto. |
| 73 | + |
| 74 | +2025-02-27 Jakub Jelinek < [email protected]> |
| 75 | + |
| 76 | + * gimple-range-phi.cc (phi_analyzer::process_phi): Fix comment typo, |
| 77 | + dpoesn;t -> doesn't. |
| 78 | + |
| 79 | +2025-02-27 Jakub Jelinek < [email protected]> |
| 80 | + |
| 81 | + PR testsuite/116143 |
| 82 | + * Makefile.in (EXTRA_BACKEND_OBJS): New variable. |
| 83 | + (BACKEND): Use it before libbackend.a. |
| 84 | + |
| 85 | +2025-02-27 Jakub Jelinek < [email protected]> |
| 86 | + |
| 87 | + PR middle-end/118819 |
| 88 | + * alias.cc (memrefs_conflict_p): Perform arithmetics on c, xsize and |
| 89 | + ysize in poly_offset_int and return -1 if it is not representable in |
| 90 | + poly_int64. |
| 91 | + |
1 | 92 | 2025-02-26 Jakub Jelinek < [email protected]>
|
2 | 93 |
|
3 | 94 | PR c/119001
|
|
0 commit comments