aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850/v850.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-21make recog () take a rtx_insn *Trevor Saunders1-2/+2
2016-10-25v850.c (v850_handle_data_area_attribute): Fix fallthru comment.Jeff Law1-1/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09Machine modes for address printing.Julian Brown1-9/+13
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-20/+8
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-5/+2
2015-07-31[V850] Hookize LIBCALL_VALUEAnatoly Sokolov1-2/+13
2015-07-11[V850] Hookize GO_IF_LEGITIMATE_ADDRESSAnatoly Sokolov1-0/+63
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-9/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+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 MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-15/+12
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-13/+13
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-4/+7
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-14/+14
2014-08-25config/v850: Use rtx_insnDavid Malcolm1-1/+1
2014-06-25v850.c (GHS_default_section_names): Change to const char * type.Nick Clifton1-8/+8
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-0/+3
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-3/+3
2013-01-31lib1funcs.S: Add support for e3v5 architecture variant.Nick Clifton1-12/+74
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09v850.md (cbranchsf4): New pattern.Nguyen Duy Dat1-69/+14
2012-11-20v850.c (F): New function.Nick Clifton1-83/+174
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+2
2012-09-07v850.h (DBX_DEBUGGING_INFO): Define.Nick Clifton1-63/+51
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+1
2012-06-25v850.c: Remove redundant extern declarations for last_assemble_variable_decl ...Steven Bosscher1-3/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+8
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-0/+1
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-7/+11