aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv
AgeCommit message (Expand)AuthorFilesLines
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska1-6/+6
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-3/+3
2022-01-17Change references of .c files to .cc filesMartin Liska3-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-2/+3
2021-07-02Fix frv target specific fallout from recent int->bool changesJeff Law1-59/+59
2021-05-18Use startswith in targets.Martin Liska1-14/+2
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-31/+31
2020-01-01Update copyright years.Jakub Jelinek13-13/+13
2019-09-30Fix compile time warning about building the FRV backend by adding missing bre...Nick Clifton1-4/+4
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+2
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-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-5/+3
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-4/+3
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-7/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-15/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-14/+11
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-7/+6
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-21/+6
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-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+4
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek13-13/+13
2018-08-02re PR target/86782 (frv port needs updating for CVE-2017-5753)Nick Clifton1-0/+3
2018-07-17frv.c (frv_label_align): Update for recent changes to label_to_alignment.Jeff Law1-1/+1
2018-06-18More rtx to rtx_insn * cleanupsDavid Malcolm2-7/+7
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-28/+0
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-8/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-14/+2
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-12/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-51/+8
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-2/+2
2017-09-12Make more use of END_REGNORichard Sandiford1-3/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-13/+15
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford4-126/+23
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-50/+50
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-5/+4
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-3/+2
2017-02-07re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener2-2/+3
2017-01-01Update copyright years.Jakub Jelinek13-13/+13
2016-11-21use rtx_insn * more places where it is obviousTrevor Saunders2-14/+10