summaryrefslogtreecommitdiff
path: root/gcc/config/bfin
Commit message (Expand)AuthorAgeFilesLines
* 2008-08-05 Paolo Bonzini <bonzini@gnu.org>bonzini2007-08-051-1/+1
* * config/host-hpux.c: Change copyright header to refer to version 3 of the GNUnickc2007-08-028-40/+32
* Replace no_new_pseudos in backends.ian2007-07-101-2/+2
* * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,bernds2007-06-152-15/+0
* * configure.ac: Don't add target-libmudflap to noconfigdirs forbernds2007-06-141-0/+8
* * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.bernds2007-06-132-3/+12
* * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.bernds2007-06-131-6/+41
* * config/bfin/bfin.md (UNSPEC_NOP): New constant.bernds2007-06-122-21/+82
* Merge dataflow branch into mainlinedberlin2007-06-111-21/+8
* * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,bernds2007-06-111-7/+7
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-2/+2
* * config/bfin/bfin.h (MOVE_RATIO): Define.bernds2007-05-101-0/+4
* * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.bernds2007-05-093-0/+31
* * config/bfin/bfin-protos.h (enum bfin_cpu): Addbernds2007-05-083-1/+22
* * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a thirdbernds2007-05-083-18/+60
* * config/bfin/bfin.md (<optab>di3): Now a define_expand which expandsbernds2007-05-041-131/+90
* * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.bernds2007-05-032-2/+19
* * rtl.def (SS_ABS): New code.bernds2007-04-292-10/+191
* * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.bernds2007-04-142-7/+13
* * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,bernds2007-04-121-49/+9
* * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):bernds2007-04-122-60/+102
* 2007-02-11 Jie Zhang <jie.zhang@analog.com>bernds2007-04-125-1/+71
* * doc/md.texi (Blackfin family constraints): Document PA and PB.bernds2007-04-123-31/+167
* * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed frombernds2007-04-112-9/+4
* * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.rth2007-03-221-1/+1
* libgcc/:bernds2007-03-055-0/+433
* * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart andbernds2007-02-273-1/+89
* * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.bernds2007-02-271-0/+31
* * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch regbernds2007-02-271-1/+1
* * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,bernds2007-02-271-4/+4
* * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,bernds2007-02-272-19/+518
* * config/bfin/bfin.c: Include "cfglayout.h".bernds2007-02-271-86/+327
* * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.bernds2007-02-271-1/+3
* * config/bfin/bfin.md (doloop_end): Fail for loops that can iteratebernds2007-02-231-1/+10
* * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,kazu2007-02-181-1/+1
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-15/+14
* * config/bfin/bfin-modes.def, config/bfin/bfin.c,kazu2007-02-044-14/+14
* * config/bfin/t-bfin, config/bfin/t-bfin-elf: GCC_CFLAGS.corsepiu2007-01-102-8/+0
* * config/bfin/rtems.h, config/bfin/t-rtems: New.corsepiu2007-01-082-0/+35
* gcc/shinwell2006-12-081-7/+1
* * config/bfin/bfin.c (effective_address_32bit_p): Return true forbernds2006-12-082-7/+13
* * config/bfin/bfin.c (print_operand): New modifier 'N' for constants.bernds2006-12-072-8/+10
* * config/bfin/bfin.c (bfin_rtx_costs): Add a number of new cases, tweakbernds2006-12-061-15/+126
* * config/bfin/bfin.c (output_file_start): Fix comment which referred tobernds2006-12-051-1/+1
* * rtlanal.c (note_uses): Deal with SEQUENCEs.bernds2006-12-053-210/+483
* * config/bfin/bfin.md (pushsi_insn, popsi_insn): Set correct addrtypebernds2006-12-011-2/+3
* * config/bfin/bfin.c (bfin_valid_add): Fix the logic that ensuresbernds2006-12-011-2/+3
* * config/bfin/predicates.md (d_register_operand, mem_p_address_operand,bernds2006-11-223-7/+116
* * config/bfin/bfin.c (hard_regno_mode_ok): Only allow first 31bernds2006-11-211-2/+17
* * config/bfin/bfin.opt (mstack-check-l1): New.bernds2006-11-212-18/+36