aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-22bfin: handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINSBernhard Reutner-Fischer1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek18-18/+18
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-41/+41
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-22[Patch bfin] Fixup use of constraints in define_splitJames Greenhalgh1-3/+3
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-5/+5
2014-09-09single_set takes an insnDavid Malcolm1-8/+8
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-2/+2
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-1/+1
2014-09-04use rtx_insn * a little moreTrevor Saunders1-1/+2
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-13/+13
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-1/+1
2014-08-25config/bfin: Use rtx_insnDavid Malcolm2-28/+30
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+3
2014-08-22hw-doloop: Use rtx_insn (touches config/bfin/bfin.c)David Malcolm1-1/+1
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-7/+7
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-13/+12
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-3/+3
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-21Make the Blackfin port build again.Bernd Schmidt1-5/+9
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+4
2014-01-02Update copyright years in gcc/Richard Sandiford18-18/+18
2013-12-13arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck1-3/+0
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-07Cleanup definitions of libc-related target hooks.Maxim Kuvyrkov1-3/+0
2013-11-23bfin-protos.h (push_multiple_operation): Delete.Richard Sandiford3-8/+16
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford2-14/+23
2013-10-30machmode.def (PARTIAL_INT_MODE): Add precision and name.Mike Stump1-1/+1
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-8/+0
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-09-05linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.Alexander Ivchenko2-0/+4
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-8/+17
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-4/+2
2013-01-10Update copyright years in gcc/Richard Sandiford18-23/+18
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek4-4/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4