aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-12630/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-6/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek1-1/+1
2020-02-09Improve splitX passes managementUros Bizjak1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-10re PR target/88630 (Incorrect float negating together with convertion to int ...Oleg Endo1-3/+5
2019-10-01re PR c++/88562 (Incorrect pointer incrementing on SH4)Oleg Endo1-2/+4
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-1/+1
2019-09-28re PR target/86805 (sh port needs updating for CVE-2017-5753)Oleg Endo1-0/+3
2019-09-28re PR target/80672 (gcc/config/sh/sh.c:716: prefer compare to find.)Oleg Endo1-1/+1
2019-09-10Remove call_really_used_regsRichard Sandiford1-17/+13
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-4/+5
2019-09-10Make more use of regs_invalidated_by_callRichard Sandiford1-1/+1
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-10Remove call_fixed_reg_setRichard Sandiford1-1/+3
2019-09-09Remove global REG_SETsRichard Sandiford1-1/+1
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-3/+1
2019-09-09Remove COMPL_HARD_REG_SETRichard Sandiford1-4/+1
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-2/+2
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-5/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-18/+14
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-15/+9
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-8/+6
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-5/+4
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-11/+7
2019-08-20Add must_pass_va_arg_in_stackRichard Sandiford1-3/+2
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-06-20* config/sh/sh.c (sh2a_function_vector_p): Use get_attribute_name.Marek Polacek1-1/+1
2019-05-28Remove obsolete comment about use_thunkRainer Orth1-2/+1
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-4/+4
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-9/+10
2018-07-15re PR target/85993 (config/sh/sh.c:10878: suspicious if .. else chain)Jeff Law1-6/+0
2018-07-04[multiple changes]Martin Liska1-11/+20
2018-06-13emit-rtl.c: more typesafetyDavid Malcolm1-12/+18
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-9/+1
2018-02-12re PR target/83760 ([SH] ICE in maybe_record_trace_start building glibc tst-c...Jeff Law1-0/+12
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-6/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-19/+19
2017-12-14[SFN] next/prev_nonnote_insn_bb are no more, even for portsAlexandre Oliva1-9/+10
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-10/+10
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+3