aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-1/+1
2016-10-26frv.c (comparison_string): Do not fall through after an error.Jeff Law1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger2-6/+4
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-11-09Machine modes for address printing.Julian Brown1-4/+4
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-39/+39
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-27/+9
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford3-12/+5