aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78/rl78.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4977/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-04Remove CC0Segher Boessenkool1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-4/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-11/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-5/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-25rl78.c (insn_ok_now): Always re-recognize the insn if returning false.Jeff Law1-23/+29
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+1
2018-06-13rl78.c (move_elim_pass): Use TDF_NONE rather than integer 0 for argument to p...Jeff Law1-3/+3
2018-02-13rl78.c (rl78_attribute_table): Fix terminator and entry for "vector".Jeff Law1-2/+2
2018-02-13rl78.c (rl78_handle_func_attribute): Mark ARGS as unused.Jeff Law1-1/+1
2018-02-13rl78.c (add_vector_labels): New function.Sebastian Perta1-2/+84
2018-01-26rl78.c: if operand 2 is const avoid addition with 0 and use incw and decw whe...Sebastian Perta1-2/+29
2018-01-22rl78-protos.h: New function declaration rl78_split_movdiSebastian Perta1-0/+12
2018-01-22rl78.c (rl78_note_reg_set): fixed dead reg check for non-QImode registersSebastian Perta1-3/+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-11/+11
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-5/+5
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-0/+1
2017-10-13rl78.c (rl78_emit_libcall): New function.Sebastian Perta1-0/+39
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+5
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-0/+12
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-10/+12
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-4/+4
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-6/+6
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-1/+1
2017-08-07Add missing header file attribs.h to couple of targets.Martin Liska1-0/+1
2017-07-05Remove enum before machine_modeRichard Sandiford1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-02remove cast to rtx_insn * in remove_noteTrevor Saunders1-8/+8
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-1/+1
2016-10-26rl78.c (rl78_calculate_death_notes): Add fallthru comment.Jeff Law1-1/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22use rtx_insn * moreTrevor Saunders1-5/+6
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-06-01rl78.c: fix warningDavid Malcolm1-1/+1
2016-05-09rl78.c (rl78_expand_prologue): Save the MDUC related registers in all interru...Kaushik Phatak1-1/+87
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-08constraints.md (Wfr): Change to be a non-memory constraint.DJ Delorie1-0/+18
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-29/+8
2015-10-06rl78.c (rl78_rtx_costs): Improve cost estimates for multiplication.Nick Clifton1-1/+25
2015-08-05gcc * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimizationNick Clifton1-7/+0
2015-07-28rl78.c (rl78_addsi3_internal): New function.Nick Clifton1-0/+30