Age | Commit message (Expand) | Author | Files | Lines |
2007-08-29 | m68k.c (m68k_get_function_kind): Assert we're never given a non-function. | Nathan Sidwell | 1 | -8/+23 |
2007-08-28 | * gcc/config/m68k/linux.h | Nathan Sidwell | 3 | -0/+33 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 2 | -3/+3 |
2007-08-22 | md.texi (Iterators): Renamed from Macros. | Hans-Peter Nilsson | 1 | -1/+1 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 22 | -107/+87 |
2007-07-30 | lb1sf68.asm (FUNC): New macro. | Mark Mitchell | 1 | -17/+41 |
2007-07-10 | Replace no_new_pseudos in backends. | Ian Lance Taylor | 2 | -3/+1 |
2007-06-25 | m68k.h (DATA_REGNO_P, [...]): Use IN_RANGE. | Roman Zippel | 2 | -15/+17 |
2007-06-18 | m68k.c (m68k_expand_epilogue): Emit a return insn with emit_jump_insn. | Kazu Hirata | 1 | -1/+1 |
2007-06-18 | * config/m68k/m68k-devices.def: Add 54450..54455. | Nathan Sidwell | 1 | -0/+6 |
2007-06-17 | predicates.md (const_call_operand): Adjust comment. | Nathan Sidwell | 2 | -8/+22 |
2007-06-17 | m68k.c (all_isas): Remove FL_CF_FPU and FL_CF_EMAC from the entry for isac. | Nathan Sidwell | 1 | -3/+1 |
2007-06-17 | m68k.h (ISA_HAS_FF1, [...]): New. | Nathan Sidwell | 2 | -13/+17 |
2007-06-15 | * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove. | Kazu Hirata | 1 | -14/+0 |
2007-06-12 | * config/m68k/m68k-devices.def (52221, 52223, 5253): New. | Nathan Sidwell | 1 | -0/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -12/+7 |
2007-06-03 | m68k.c (override_options): Don't override REAL_MODE_FORMAT. | Andreas Schwab | 2 | -8/+6 |
2007-06-03 | m68k.c (m68k_attribute_table): Add "interrupt". | Kazu Hirata | 1 | -3/+9 |
2007-05-22 | linux.h (ASM_SPEC): Add asm_pcrel_spec. | Nathan Sidwell | 3 | -6/+7 |
2007-05-14 | m68k-protos.h: Rename m68k_interrupt_function_p to m68k_get_function_kind. | Kazu Hirata | 4 | -29/+78 |
2007-05-01 | constraints.md: New. | Kazu Hirata | 3 | -68/+108 |
2007-04-28 | alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_... | Jan Hubicka | 1 | -1/+0 |
2007-04-18 | m68k.c (output_btst): Use `movew to ccr' when useful. | Philippe De Muyter | 1 | -0/+21 |
2007-04-16 | m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on TARGET_FIDOA. | Kazu Hirata | 1 | -3/+5 |
2007-04-16 | m68k.h (FRAME_POINTER_REGNUM): Use A6_REG instead. | Kazu Hirata | 2 | -3/+3 |
2007-04-16 | m68k.c (m68k_libcall_value, [...]): Use macros for register names more. | Kazu Hirata | 1 | -3/+3 |
2007-04-15 | linux.h (FUNCTION_VALUE_REGNO_P): Use macros for register numbers more. | Kazu Hirata | 6 | -14/+16 |
2007-04-15 | m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit alignment on fido. | Kazu Hirata | 1 | -2/+3 |
2007-04-14 | config.gcc: Recognize fido. | Kazu Hirata | 3 | -0/+12 |
2007-03-17 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-03-06 | configure.ac: Allow tm_file to contain build-directory files. | Richard Sandiford | 2 | -0/+89 |
2007-03-06 | m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO of pic_offset_table_rtx if re... | Richard Sandiford | 2 | -51/+87 |
2007-03-06 | m68k.c (m68k_save_reg): Save the PIC register in functions that call eh_return. | Richard Sandiford | 1 | -0/+4 |
2007-03-06 | m68k.c (m68k_save_reg): Save the PIC register in functions that need a consta... | Richard Sandiford | 1 | -0/+7 |
2007-03-06 | re PR target/28181 (ICE in reload_cse_simplify_operands, at postreload.c:393 ... | Richard Sandiford | 3 | -39/+72 |
2007-03-06 | m68k.c (m68k_save_reg): Remove special case for leaf functions. | Richard Sandiford | 1 | -4/+1 |
2007-03-06 | m68k-protos.h (output_sibcall): Declare. | Richard Sandiford | 4 | -8/+99 |
2007-03-06 | m68k.md (movsf_cf_soft): Provide the same non-mov3q alternatives as movsi_cf. | Richard Sandiford | 1 | -2/+4 |
2007-03-06 | 200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod... | Kazu Hirata | 4 | -455/+645 |
2007-03-06 | re PR target/23482 ([ColdFire] ICE in in final_scan_insn) | Richard Sandiford | 3 | -368/+460 |
2007-03-01 | Makefile.in (rtlanal.o): Depend on tree.h. | Richard Sandiford | 5 | -7/+56 |
2007-02-19 | linux-unwind.h: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2007-02-18 | m68k.c (split_di): New. | Roman Zippel | 3 | -163/+481 |
2007-02-18 | m68k.md (extv,extzv,insv): disable dynamic parameter for register bitfield op... | Roman Zippel | 1 | -31/+31 |
2007-02-18 | linux.h (MD_UNWIND_SUPPORT): Define. | Roman Zippel | 2 | -0/+155 |
2007-02-09 | 200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar... | Nathan Sidwell | 8 | -33/+118 |
2007-02-05 | m68k.md (pushdi-1, [...]): Don't use the 'y' constraint. | Kazu Hirata | 1 | -3/+3 |
2007-02-05 | tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require DWARF_FRAME_RETURN_CO... | Richard Sandiford | 1 | -1/+9 |
2007-02-04 | bitops.md, [...]: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |