Age | Commit message (Expand) | Author | Files | Lines |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -3/+4 |
2007-08-24 | bfin.h (TARGET_CPU_CPP_BUILTINS): Define __NO_BUILTIN if -fno-builtin. | Jie Zhang | 1 | -0/+2 |
2007-08-24 | bfin.c (print_operand): Report error instead of ICE for wrong operand. | Jie Zhang | 1 | -17/+28 |
2007-08-24 | bfin.opt (mfast-fp): Add. | Jie Zhang | 3 | -4/+9 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 2 | -6/+6 |
2007-08-22 | md.texi (Iterators): Renamed from Macros. | Hans-Peter Nilsson | 1 | -2/+2 |
2007-08-05 | configure.ac: Remove --enable-checking=df from default settings. | Paolo Bonzini | 1 | -1/+1 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 8 | -40/+32 |
2007-07-10 | Replace no_new_pseudos in backends. | Ian Lance Taylor | 1 | -2/+2 |
2007-06-15 | elf.h (ASM_GENERATE_INTERNAL_LABEL, [...]): Delete. | Bernd Schmidt | 2 | -15/+0 |
2007-06-14 | configure.ac: Don't add target-libmudflap to noconfigdirs for bfin*-*-uclinux... | Bernd Schmidt | 1 | -0/+8 |
2007-06-13 | bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem. | Bernd Schmidt | 2 | -3/+12 |
2007-06-13 | bfin.c (gen_one_bundle): Delete unused local variables. | Bernd Schmidt | 1 | -6/+41 |
2007-06-12 | bfin.md (UNSPEC_NOP): New constant. | Bernd Schmidt | 2 | -21/+82 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -21/+8 |
2007-06-11 | bfin.md (movdi_insn, [...]): Don't allow constant to memory moves. | Bernd Schmidt | 1 | -7/+7 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -2/+2 |
2007-05-10 | bfin.h (MOVE_RATIO): Define. | Bernd Schmidt | 1 | -0/+4 |
2007-05-09 | bfin.h (LOCAL_ALIGNMENT): Define. | Bernd Schmidt | 3 | -0/+31 |
2007-05-08 | bfin-protos.h (enum bfin_cpu): Add BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CP... | Jie Zhang | 3 | -1/+22 |
2007-05-08 | bfin-protos.h (bfin_expand_epilogue): Add a third argument of type bool. | Jie Zhang | 3 | -18/+60 |
2007-05-04 | bfin.md (<optab>di3): Now a define_expand which expands logical operations pi... | Bernd Schmidt | 1 | -131/+90 |
2007-05-03 | bfin.md (addpdi3, [...]): New patterns. | Bernd Schmidt | 2 | -2/+19 |
2007-04-29 | rtl.def (SS_ABS): New code. | Bernd Schmidt | 2 | -10/+191 |
2007-04-14 | bfin.h (MODES_TIEABLE_P): Allow more modes to be tied. | Bernd Schmidt | 2 | -7/+13 |
2007-04-12 | bfin.md (movhi_low2high, [...]): Delete, merge functionality into... | Bernd Schmidt | 1 | -49/+9 |
2007-04-12 | lib1funcs.asm (___umulsi3_highpart, [...]): Use a more efficient implementation. | Bernd Schmidt | 2 | -60/+102 |
2007-04-12 | bfin.opt (msim): New option. | Bernd Schmidt | 5 | -1/+71 |
2007-04-12 | md.texi (Blackfin family constraints): Document PA and PB. | Bernd Schmidt | 3 | -31/+167 |
2007-04-11 | bfin-protos.h (bfin_expand_movmem): Renamed from bfin_expand_strmov. | Bernd Schmidt | 2 | -9/+4 |
2007-03-22 | defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default. | Kai Tietz | 1 | -1/+1 |
2007-03-05 | config.host (bfin*-linux-uclibc*): Set extra_parts. | Bernd Schmidt | 5 | -0/+433 |
2007-02-27 | t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and _smulsi3_highpart. | Bernd Schmidt | 3 | -1/+89 |
2007-02-27 | bfin.md (rotl16, [...]): New patterns. | Bernd Schmidt | 1 | -0/+31 |
2007-02-27 | bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg instead of R2. | Bernd Schmidt | 1 | -1/+1 |
2007-02-27 | bfin.md (ssashiftv2hi3, [...]): Fix output template to use half reg for opera... | Bernd Schmidt | 1 | -4/+4 |
2007-02-27 | bfin.h (enum reg_class, [...]): Add D0REGS through D7REGS. | Bernd Schmidt | 2 | -19/+518 |
2007-02-27 | bfin.c: Include "cfglayout.h". | Bernd Schmidt | 1 | -86/+327 |
2007-02-27 | bfin.md (doloop_end): FAIL if counter reg isn't SImode. | Bernd Schmidt | 1 | -1/+3 |
2007-02-23 | bfin.md (doloop_end): Fail for loops that can iterate 2^32-1 or more times un... | Bernd Schmidt | 1 | -1/+10 |
2007-02-18 | cfgloop.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -15/+14 |
2007-02-04 | bfin-modes.def, [...]: Follow spelling conventions. | Kazu Hirata | 4 | -14/+14 |
2007-01-10 | * config/bfin/t-bfin, config/bfin/t-bfin-elf: GCC_CFLAGS. | Ralf Corsepius | 2 | -8/+0 |
2007-01-08 | rtems.h, t-rtems: New. | Ralf Corsepius | 2 | -0/+35 |
2006-12-08 | recog.c (mode_dependent_address_p): Identify pre-increment... | Mark Shinwell | 1 | -7/+1 |
2006-12-08 | bfin.c (effective_address_32bit_p): Return true for anything involving the GOT. | Bernd Schmidt | 2 | -7/+13 |
2006-12-07 | bfin.c (print_operand): New modifier 'N' for constants. | Bernd Schmidt | 2 | -8/+10 |
2006-12-06 | bfin.c (bfin_rtx_costs): Add a number of new cases, tweak old ones. | Bernd Schmidt | 1 | -15/+126 |
2006-12-05 | bfin.c (output_file_start): Fix comment which referred to ia64_override_options. | Bernd Schmidt | 1 | -1/+1 |