aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek12-12/+12
2017-12-21poly_int: frame allocationsRichard Sandiford2-2/+2
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-17/+15
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-7/+7
2017-11-05Remove semicolon after ASM_OUTPUT_BEFORE_CASE_LABEL macro bodyTom de Vries1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-7/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-9/+0
2017-09-12Make more use of END_REGNORichard Sandiford1-2/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-7/+12
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-8/+13
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-12/+12
2017-08-07Add missing header file attribs.h to couple of targets.Martin Liska1-0/+1
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-9/+9
2017-01-01Update copyright years.Jakub Jelinek12-12/+12
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-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-4/+2
2016-01-04Update copyright years.Jakub Jelinek12-12/+12
2015-11-09Machine modes for address printing.Julian Brown1-9/+13
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-29/+29
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod2-24/+9
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-5/+2
2015-07-31[V850] Hookize LIBCALL_VALUEAnatoly Sokolov3-8/+14
2015-07-11[V850] Hookize GO_IF_LEGITIMATE_ADDRESSAnatoly Sokolov2-82/+63
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-9/+4
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-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2-10/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod2-8/+0
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-22/+18
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-02-24v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on to the assembler.Nick Clifton1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison2-4/+18
2015-01-05Update copyright years.Jakub Jelinek12-12/+12
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford3-20/+20
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 Malcolm2-2/+2
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-14/+14