aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-7/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod2-12/+4
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod2-2/+0
2015-06-09rl78.c (rl78_select_section): When -mes0 is active place read only data in th...Nick Clifton1-2/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2-9/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod2-8/+0
2015-06-03rl78-real.md: Add peepholes to avoid a register copy when calling a function.Nick Clifton2-2/+42
2015-05-14rl78.c (rl78_select_section): Select the correct default section based upon t...Nick Clifton1-3/+11
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-2/+2
2015-05-06rl78.c (need_to_save): Save register 22 if it is used, even if it is not bein...Nick Clifton1-1/+2
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+2
2015-04-23rl78.c (rl78_preferred_reload_class): Add ATTRIBUTE_UNUSED to x parameter.Nick Clifton2-2/+1
2015-04-16rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and MUL_UNINIT.Nick Clifton7-47/+466
2015-04-15rl78.c (rl78_expand_prologue): Mark large stack decrement instruction as bein...Nick Clifton2-45/+93
2015-03-25rl78.c (rl78_print_operand_1): Move 'p' test to correct clause.DJ Delorie1-2/+2
2015-03-19rl78-virt.md (andqi3_virt): Allow far operands.DJ Delorie1-4/+4
2015-03-04rl78.h (enum reg_class): Remove real registers from General register class.Nick Clifton2-8/+8
2015-03-03rl78-real.md (*addqi_real): Allow SADDR types for inc/dec.DJ Delorie4-7/+53
2015-02-24rl78-protos.h (rl78_split_movsi): Accept a mode as well.DJ Delorie3-7/+21
2015-02-10rl78.c: Remove DIV attribute code accidentally included in previous rl78 commit.Nick Clifton1-55/+0
2015-02-04fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case rounding up the fraction.Nick Clifton1-134/+234
2015-01-27rl78.c (rl78_expand_prologue): In G10 mode push the BC, DE and HL registers d...Nick Clifton1-27/+58
2015-01-26rl78.c (move_elim_pass): Don't optimize away volatile memory references.DJ Delorie1-1/+6
2015-01-21rl78.c (rl78_calculate_death_notes): Look inside PARALLELs.Nick Clifton1-0/+2
2015-01-16rl78-real.md (addqi3_real): Allow volatiles.DJ Delorie10-161/+899
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison2-4/+19
2015-01-05Update copyright years.Jakub Jelinek13-13/+13