aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
2010-12-22svr4.h: Remove.Joseph Myers1-8/+0
2010-12-09arc.h (ASM_SPEC): Remove %{v}.Joseph Myers1-1/+1
2010-12-09freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.Joseph Myers1-2/+2
2010-12-09bfin.h (ASM_SPEC): Remove %{n} and %{T}.Joseph Myers1-1/+1
2010-12-07re PR target/46737 (bfin-elf --enable-werror-always build fails for 64 bit host)Joern Rennecke1-2/+2
2010-12-02bfin.h (LINK_SPEC): Remove %{b}.Joseph Myers1-1/+0
2010-12-02freebsd.h (LINK_SPEC): Don't handle -Wl,.Joseph Myers1-1/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd3-25/+18
2010-11-12re PR target/46412 (bfin-elf --enable-werror-always build fails)Joern Rennecke2-41/+47
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-10-08bfin-protos.h (function_arg, [...]): Delete.Nathan Froyd3-30/+12
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-4/+0
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