aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
2010-09-19bfin.h (CLASS_LIKELY_SPILLED_P): Remove.Anatoly Sokolov2-9/+26
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers3-18/+8
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-6/+6
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-08-03alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers1-3/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-30re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke1-2/+3
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-2/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-4/+5
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-30re PR other/25232 (libgcc-std.ver should include __unordxf2 and __unordtf2)Joseph Myers1-0/+6
2010-01-13bfin.c (bfin_reorg): Call run_selective_scheduling rather than schedule_insns...Bernd Schmidt1-1/+5
2010-01-13libgcc-bfin.ver: Regenerate based on current libgcc-std.ver.Bernd Schmidt1-3/+1607
2009-11-04defaults.h (CONSTANT_ADDRESS_P): Provide a default definition.Nick Clifton1-3/+0
2009-09-22bfin-protos.h (initialize_trampoline): Remove.Richard Henderson3-43/+53
2009-09-15bfin.c (length_for_loop): Use NONDEBUG_INSN_P instead of INSN_P.Jie Zhang1-5/+7
2009-09-14bfin.c (bfin_expand_builtin, [...]): Force constants to registers for the ope...Bernd Schmidt2-6/+14
2009-09-14gcc/Bernd Schmidt1-2/+2
2009-09-14bfin.c (bfin_longcall_p): Don't use short calls for weak symbols.Bernd Schmidt1-0/+2
2009-09-11From Jie Zhang <jie.zhang@analog.com>:Bernd Schmidt1-10/+60
2009-09-08bfin.c (np_check_regno, [...]): New static variables.Bernd Schmidt1-22/+103
2009-09-07From Jie Zhang <jie.zhang@analog.com>:Bernd Schmidt4-109/+192
2009-09-07gcc/Bernd Schmidt5-10/+61
2009-09-07From Jie Zhang <jie.zhang@analog.com>:Bernd Schmidt2-38/+38
2009-09-07bfin.md (UNSPEC_VOLATILE_STALL): New constant.Bernd Schmidt3-15/+157
2009-09-07bfin.c (bfin_optimize_loop): When creating a new basic block, ensure it has a...Bernd Schmidt1-1/+5
2009-09-03linux.h (TARGET_SUPPORTS_SYNC_CALLS): Define to 1.Bernd Schmidt6-33/+241
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2-8/+14
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-6/+2
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov3-14/+9
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-7/+4
2009-05-15frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.Paolo Bonzini1-1/+1
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini3-36/+23
2009-05-12Merge cond-optab branch.Paolo Bonzini4-236/+66
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-10/+10
2009-05-04tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini3-36/+0
2009-04-29bfin.c (bfin_optimize_loop): When looking for the last insn before the loop_e...Bernd Schmidt1-0/+1
2009-04-29bfin.c (bfin_optimize_loop): If we need a scratch reg, scan backwards to try ...Bernd Schmidt1-4/+30
2009-04-29bfin.h (splitting_loops): Declare.Bernd Schmidt4-81/+133
2009-04-29bfin.c (bfin_register_move_cost): Test for subsets of DREGS rather than compa...Bernd Schmidt1-8/+2
2009-04-29bfin.c (bfin_optimize_loop): Unify handling of problematic last insns.Bernd Schmidt1-30/+22
2009-04-29bfin.md (sp_or_sm, [...]): New macro.Bernd Schmidt2-73/+73
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+2
2009-04-22defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.Paolo Bonzini1-17/+0
2009-04-21ABOUT-GCC-NLS, [...]: Add copyright and license notices.Joseph Myers8-0/+160
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-59/+46
2009-03-25bfin.c (bfin_optimize_loop): If the LSETUP goes before a jump insn...Bernd Schmidt1-3/+11