aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
2005-12-09bfin.c: Include "cgraph.h".Bernd Schmidt1-5/+15
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-1/+1
2005-11-28bfin.c (bfin_secondary_reload): Renamed from secondary_input_reload_class, ma...Bernd Schmidt2-20/+11
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi1-5/+0
2005-11-20expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned mul...Bernd Schmidt1-0/+8
2005-11-18* config/bfin/bfin.md (trap): New pattern.Jie Zhang1-0/+7
2005-11-18Add missing file.Bernd Schmidt1-0/+32
2005-11-17elf.h (STARTFILE_SPEC): Add "crtlibid%O%s"Bernd Schmidt3-4/+9
2005-11-16crti.s (__init, __fini): Use appropriate prologue if __PIC__ is defined.Bernd Schmidt4-3/+27
2005-11-12bfin.h (REGISTER_NAMES, [...]): Rearrange I/B/L registers.Jie Zhang2-24/+26
2005-11-11bfin.c (bfin_expand_strmov): Correctly move the trailing bytes when align is 2.Jie Zhang2-7/+7
2005-11-09t-bfin-elf (MULTILIB_OPTIONS, [...]): New.Bernd Schmidt1-0/+5
2005-11-05bfin.c (n_dregs_to_save, [...]): New argument IS_INTHANDLER; all callers chan...Bernd Schmidt1-36/+56
2005-10-11* config/bfin/crti.s (__init, __fini): Renamed from _init, _fini.Bernd Schmidt1-6/+6
2005-09-12* config/bfin/bfin.c (legimitize_pic_address): Use gen_const_mem.Bernd Schmidt1-3/+3
2005-08-09uclinux.h (NO_IMPLICIT_EXTERN_C): Define.Jie Zhang3-8/+6
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2-2/+2
2005-07-20bfin-protos.h (legitimize_pic_address): Don't declare.Bernd Schmidt3-107/+158
2005-07-20bfin.c: Include "langhooks.h".Bernd Schmidt1-4/+5
2005-07-20bfin-protos.h (bfin_longcall_p): Declare.Bernd Schmidt5-66/+199
2005-07-11bfin.md (cmpsi, [...]): Use reg_or_const_int_operand for second comparison op...Bernd Schmidt2-7/+12
2005-07-11bfin.md (define_attr "type"): Add "sync".Bernd Schmidt4-24/+115
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers1-1/+1
2005-06-30bfin.md (addv2hi3, [...]): Pattern names fixed by appending the necessary digit.Bernd Schmidt1-7/+7
2005-06-26arc-protos.c: Remove the prototype for arc_finalize_pic.Kazu Hirata1-17/+0
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-2/+2
2005-06-25bfin.md (ror_one, [...]): New patterns.Bernd Schmidt1-11/+98
2005-06-25Update FSF address.R. Kelley Cook10-20/+20
2005-06-09bfin.c (enum bfin_builtins): Moved here from...Bernd Schmidt2-8/+8
2005-06-09bfin.opt (mlong-calls): New.Bernd Schmidt2-1/+5
2005-06-08bfin.h (ASM_OUTPUT_ALIGN): Gas now emulates the behavior of the native assemb...Bernd Schmidt1-2/+3
2005-06-08bfin.h (enum bfin_builtins): New.Bernd Schmidt3-1/+76
2005-06-08bfin.c (bfin_return_in_memory): Simplify; return everything larger than 8 byt...Bernd Schmidt1-11/+1
2005-06-06Add bfin-uclinux configuration.Jie Zhang1-0/+10
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford2-5/+1
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+1
2005-05-19bfin.c (branch_dest): Add comment why it's necessary.Jie Zhang2-3/+8
2005-05-17* config/bfin/bfin.md (eh_return): Add missing DONE.Bernd Schmidt1-0/+1
2005-05-02bfin.c (emit_link_insn, [...]): Use gcc_assert or gcc_unreachable as appropri...Nathan Sidwell2-57/+49
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-3/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-13bfin.c (bfin_lib_id_given): New static variable.Bernd Schmidt2-1/+4
2005-04-12bfin.c (bfin_library_id_string): Remove.Bernd Schmidt3-30/+33
2005-04-06cse.c, [...]: Fix comment typos.Kazu Hirata2-3/+3
2005-04-05bfin-modes.def: New file.Bernd Schmidt13-0/+6358