aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
AgeCommit message (Expand)AuthorFilesLines
2013-03-18mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment d...Nick Clifton1-0/+1
2013-02-26re PR target/54639 (mn10300_expand_epilogue: signed / unsigned comparison)Joern Rennecke1-1/+1
2013-02-26re PR target/56444 (mn10300.c:3228:16: error: unused variable ‘loops’)Richard Biener1-1/+0
2013-02-13mn10300.c (mn10300_scan_for_setlb_lcc): Fix loop discovery code.Richard Biener1-12/+2
2013-01-10Update copyright years in gcc/Richard Sandiford11-20/+11
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek7-7/+8
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-2/+4
2012-08-07mn10300.c (mn10300_expand_prologue): Report stack usage if requested.Nick Clifton1-0/+3
2012-07-26mn10300.c (REG_SAVE_BYTES): Delete.Nick Clifton3-25/+33
2012-07-24Purge FIXUNS_TRUNC_LIKE_FIX_TRUNCRichard Henderson1-4/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-1/+1
2012-07-06mn10300.c (mn10300_encode_section_info): Call default_encode_section_info.Nick Clifton1-1/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers2-4/+4
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-5/+6
2012-03-01mn10300-modes.def: Fix copyright notice.Steven Bosscher1-4/+3
2011-11-02Move libgcc2 to toplevel libgccRainer Orth1-3/+0
2011-09-13mn10300.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-3/+3
2011-09-09mn10300.c (mn10300_split_and_operand_count): Return a positive value to indic...Nick Clifton1-1/+18
2011-09-07mn10300.c (mn10300_insert_setlb_lcc): Set the jump label on the parallel part...Nick Clifton1-0/+1
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-3/+4
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth2-42/+1
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-6/+0
2011-06-28mn10300.h (LINK_SPEC): Do not use linker relaxation when performing an increm...Nick Clifton1-1/+1
2011-06-28Revert spurious change to mn10300_get_live_callee_saved_regsNick Clifton1-1/+1
2011-06-27mn10300.md (clzsi2): Use XOR after BSCH to convert bit position of highest bi...Nick Clifton1-4/+18
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-4/+8
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-48/+0
2011-05-09re PR target/48897 (mn10300.c:extract_bundle’: error: variable ‘s’ set ...Nick Clifton1-3/+1
2011-05-04mn10300.c: Include cfgloop.h.Nick Clifton4-5/+231
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-05-02fr30-protos.h (Mmode): Don't define.Joseph Myers1-18/+11
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford3-8/+5
2011-04-11linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.Joseph Myers1-2/+2
2011-04-07mn10300.md (movqi_internal): Add alternatives to handle MDR <-> data register...Nick Clifton1-4/+14
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers2-8/+2
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-1/+1
2011-03-29[multiple changes]Vladimir Makarov1-13/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+13
2011-03-27[multiple changes]Vladimir Makarov1-13/+0
2011-03-22mn10300-opts.h: New.Joseph Myers4-30/+51
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-3/+11
2011-02-16* config/mn10300/mn10300.opt (mno-crt0): New.Joseph Myers1-0/+4
2011-02-15mn10300.c: Include tm-constrs.h.Nick Clifton4-140/+190
2011-02-08mn10300.opt (mliw): New command line option.Nick Clifton4-288/+601
2011-01-31mn10300.c (mn10300_regno_in_class_p): Check for reg_renumber returning an INV...Nick Clifton1-0/+2
2011-01-22mn10300: Enable the compare-elim pass.Richard Henderson1-0/+3
2011-01-19mn10300: Use reg_or_am33_const_operand in mulsi3.Richard Henderson1-8/+8
2011-01-19mn10300: Implement adddi3, subdi3.Richard Henderson2-0/+326