aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-05bfin.c (bfin_discover_loop): When retrying fails, mark the loop as bad.Bernd Schmidt1-0/+6
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek7-7/+7
2009-02-13bfin.c (find_prev_insn_start): New function.Bernd Schmidt1-18/+33
2008-11-27Fix error in last change.Bernd Schmidt1-1/+1
2008-11-27bfin.opt (micplb): New option.Bernd Schmidt5-18/+55
2008-11-03bfin.c (bfin_optimize_loop): Properly handle case where we have one entry poi...Bernd Schmidt1-11/+30
2008-10-29bfin-protos.h (WA_05000257, [...]): New.Bernd Schmidt3-37/+94
2008-10-29bfin.c (struct machine_function): New member has_loopreg_clobber.Bernd Schmidt1-3/+34
2008-10-22bfin.c (bdesc_2arg): Add mulhisill, mulhisilh, mulhisihl and mulhisihh builtins.Bernd Schmidt1-1/+7
2008-10-22From Jie Zhang <jie.zhang@analog.com>Bernd Schmidt1-3/+3
2008-10-22gcc/:Bernd Schmidt7-3/+75
2008-09-10bfin.c (workaround_speculation): Correct algorithm to not lose track of the n...Bernd Schmidt2-30/+50
2008-09-09bfin.c (n_regs_to_save): New static variable.Bernd Schmidt1-49/+138