aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek18-18/+18
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-24/+24
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-15/+16
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-6/+0
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-5/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-14elf.h (LINK_EH_SPEC): Add -static-pie support.Jakub Jelinek1-2/+3
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-5/+14
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-17/+18
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford4-14/+14
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-3/+2
2017-01-01Update copyright years.Jakub Jelinek18-18/+18
2016-11-29* config/bfin/linux.h (CPP_SPEC): Define.Waldemar Brodkorb1-0/+3
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-3/+4
2016-10-28bfin.c (bfin_legitimate_address_p): Add missing fallthru comment.Jeff Law2-0/+6
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22use rtx_insn * moreTrevor Saunders1-1/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-2/+3
2016-07-22common.opt (funsafe-loop-optimizations): Mark ignore.Bin Cheng1-4/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek18-18/+18
2015-11-09Machine modes for address printing.Julian Brown1-5/+5
2015-10-29[PATCH 8/9] ENABLE_CHECKING refactoring: target-specific partsMikhail Maltsev1-3/+1
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-16/+16
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-28/+9
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
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-21/+22
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-07-06Fix assert caused by bad cfg manipulation in bfin.Bernd Schmidt1-1/+12
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
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-25bfin.c (bfin_expand_prologue): Set current_function_static_stack_size if flag...Nick Clifton1-0/+3
2015-06-23re PR target/65803 (blackfin: internal compiler error: segment fault linux ke...Chen Gang1-1/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+2
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-12/+8
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+2