aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-04bfin.c (gen_one_bundle): Don't create new nops when optimizing for size.Bernd Schmidt1-0/+5
2008-09-04bfin.c (bfin_function_ok_for_sibcall): Restore a null pointer check lost in t...Bernd Schmidt1-0/+3
2008-09-03gcc/Bernd Schmidt1-0/+24
2008-09-03From Michael Frysinger <michael.frysinger@analog.com>Bernd Schmidt1-3/+0
2008-09-03bfin.c (bfin_expand_prologue): Honour no_stack_limit attribute.Bernd Schmidt1-1/+2
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-15/+15
2008-08-26[multiple changes]Vladimir Makarov1-0/+13
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-21/+21
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-12/+5
2008-07-02vms_tramp.asm, [...]: Remove .file directives.Joseph Myers3-3/+0
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2-3/+3
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2-5/+5
2008-05-31bfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_RETS when appropriate.Bernd Schmidt1-0/+2
2008-05-16bfin.c (bfin_discover_loops): Delete empty loops.Bernd Schmidt1-0/+15
2008-05-16From Jie Zhang <jie.zhang@analog.com>Bernd Schmidt8-34/+103
2008-05-15bfin.md (loadbytes): New pattern.Bernd Schmidt2-1/+24
2008-05-15bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here.Bernd Schmidt3-3/+4
2008-05-082008-05-07 Kai Tietz <kai,tietz@onevision.com>Kai Tietz3-5/+5
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-8/+8
2008-04-14Sigh.Bernd Schmidt1-5/+4
2008-04-14Add missing file from my previous commit...Bernd Schmidt1-0/+226
2008-04-11constraints.md: New file.Bernd Schmidt4-131/+12
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka2-7/+7
2008-04-03t-uclinux (generated_files): Add sysroot-suffix.h.Tom Tromey1-0/+2
2008-03-27sourcebuild.texi, [...]: Revert automatic dependency patch.Tom Tromey1-2/+0
2008-03-25x-solaris (host-solaris.o): Update.Tom Tromey1-0/+2
2008-01-25bfin.c (override_options): Reorder tests so that flag_pic gets enabled for -m...Bernd Schmidt1-3/+3
2008-01-23bfin-protos.h (WA_RETS, [...]): New macros.Bernd Schmidt2-37/+52
2008-01-22gcc/Bernd Schmidt4-6/+40
2007-12-18re PR target/33474 (bfin: ICE: RTL check: expected code 'set' or 'clobber', h...Rask Ingemann Lambertsen1-0/+2
2007-12-03bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as necessary.Bernd Schmidt1-1/+4
2007-11-27elf.h (SUBTARGET_DRIVER_SELF_SPECS): New macro.Bernd Schmidt1-0/+4
2007-11-19bfin.c (must_save_p): New function, mostly broken out of n_dregs_to_save and ...Bernd Schmidt1-96/+175
2007-09-28config.gcc (bfin*-linux-uclibc*): Set extra_parts to "crtbegin.o crtbeginS.o ...Jie Zhang2-19/+2
2007-09-25bfin.c (expand_prologue_reg_save, [...]): Code to save and restore I/M/B/L re...Bernd Schmidt1-56/+73
2007-09-19bfin.md (define_asm_attributes): New.Bernd Schmidt1-0/+6
2007-09-19tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt1-0/+4
2007-09-19config.gcc (bfin*-linux-uclibc*): Add ./linux-sysroot-suffix.h to tm_file.Jie Zhang9-64/+404
2007-09-13From Jie Zhang:Bernd Schmidt2-11/+190