aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin2-4/+15
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers1-0/+1
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+31
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-12-11strub: disable on rl78Alexandre Oliva1-0/+5
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-4/+3
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin2-2/+7
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-01-17Change references of .c files to .cc filesMartin Liska2-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska2-0/+0
2022-01-03Update copyright years.Jakub Jelinek13-13/+13
2021-05-04Remove CC0Segher Boessenkool1-1/+0
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