aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
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-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-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 Liska2-5/+5
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore2-2/+2
2019-01-01Update copyright years.Jakub Jelinek33-33/+33
2018-11-27riscv (riscv_block_mvoe_straight): Use RETURN_BEGIN in call to move_by_pieces.Jeff Law1-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-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-4/+0
2018-07-04[multiple changes]Martin Liska1-11/+20
2018-06-13emit-rtl.c: more typesafetyDavid Malcolm2-13/+19
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-21re PR target/80870 (ICE building 7.1.0 sh-elf crosscompiler on macOS)Oleg Endo1-3/+2
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-6/+8
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+3
2018-01-03Update copyright years.Jakub Jelinek33-33/+33
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford5-0/+10
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 Oliva5-31/+34
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-10/+10
2017-11-23[sh] Wrap ASM_OUTPUT_ADDR_VEC_ELT in do {} while (0)Tom de Vries1-6/+7
2017-11-23re PR target/83111 ([sh] stack smashing detected in gen_udivsi3)Oleg Endo1-26/+25
2017-11-15Use proper probability (PR target/82927)Martin Liska1-2/+6
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-4/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-6/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-7/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford3-18/+12
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-12/+15
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-5/+6
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-12/+20
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-10/+10
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+0
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford3-27/+27
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-1/+2
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-3/+2
2017-08-16Limit SH strncmp inline expansion (PR target/78460).Joseph Myers1-2/+2