aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-13bfin.md (reload_outpdi, [...]): New patterns.Bernd Schmidt2-3/+52
2007-09-11bfin.h (enum reg_class, [...]): Add P0REGS.Bernd Schmidt1-0/+6
2007-09-06bfin.h (PREFERRED_RELOAD_CLASS): Don't reload autoinc addresses into I regist...Bernd Schmidt1-1/+4
2007-09-06config.gcc (tm_file): Add linux.h for bfin*-uclinux*.Jie Zhang3-67/+2
2007-09-05linux-unwind.h: New file.Jie Zhang3-0/+171
2007-08-29bfin.c (bfin_expand_builtin): Fix the argument order of __builtin_bfin_cmplx_...Jie Zhang1-6/+6
2007-08-29revert: bfin.md (composev2hi): Put operands into vector with correct order.Jie Zhang1-3/+3
2007-08-29bfin.md (composev2hi): Put operands into vector with correct order.Jie Zhang1-3/+3
2007-08-29bfin.c (bfin_expand_call): Inline PLT with l1_text attribute when appropriate.Jie Zhang1-1/+109
2007-08-29bfin.opt (minline-plt): Add.Jie Zhang2-1/+8