aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-9/+9
2020-01-01Update copyright years.Jakub Jelinek13-13/+13
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 Jelinek13-13/+13
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-19rl78.md (movdf): New define expand.Sebastian Perta1-0/+8
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-expand.md: New define_expand "bswaphi2"Sebastian Perta3-0/+25
2018-01-22rl78-protos.h: New function declaration rl78_split_movdiSebastian Perta3-0/+21
2018-01-22rl78.md: New define_expand "anddi3".Sebastian Perta1-0/+10
2018-01-22rl78.md: New define_expand "umindi3".Sebastian Perta1-0/+10
2018-01-22rl78.md: New define_expand "smindi3".Sebastian Perta1-0/+10
2018-01-22rl78.md: New define_expand "smaxdi3".Sebastian Perta1-0/+10
2018-01-22rl78.md: New define_expand "umaxdi3".Sebastian Perta1-0/+10
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 Jelinek13-13/+13
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford2-0/+4
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-23rl78.md: New define_expand "subdi3".Sebastian Perta1-0/+10
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-10-13rl78.c (rl78_emit_libcall): New function.Sebastian Perta3-0/+59
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-8/+5
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-6/+12
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-14/+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 Sandiford2-3/+3
2017-01-01Update copyright years.Jakub Jelinek13-13/+13
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