aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-17re PR target/71338 ([RL78] mulu instruction not used on G10)DJ Delorie3-5/+5
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 Phatak3-4/+98
2016-01-04Update copyright years.Jakub Jelinek13-13/+13
2015-12-08constraints.md (Wfr): Change to be a non-memory constraint.DJ Delorie5-33/+53
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-4/+4
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod2-32/+8
2015-10-06rl78.c (rl78_rtx_costs): Improve cost estimates for multiplication.Nick Clifton1-1/+25
2015-09-29[PATCH] Fix undefined behaviour in rl78 portJeff Law1-1/+1
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 Clifton3-4/+32
2015-07-20rl78-real.md (andqi3_real): Expand operands for clr1.DJ Delorie1-2/+2