aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
AgeCommit message (Expand)AuthorFilesLines
2001-05-17i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg1-3/+0
2001-05-11t-mn10300 (dp-bit.c, fp-bit.c): Don't define FLOAT_BIT_ORDER_MISMATCH.Alexandre Oliva1-7/+1
2001-05-03* config/mn10300/mn10300.md: Sign-extend GEN_INT operands.Alexandre Oliva1-6/+8
2001-05-03mn10300.h (LINK_SPEC): Pass --relax to the linker if -mrelax is given.Alexandre Oliva1-0/+2
2001-04-14mn10300.md (cmpsi): Tell reload to disregard the first alternative.Alexandre Oliva1-1/+9
2001-04-14Update copyright noticeAlexandre Oliva1-1/+2
2001-04-14Update copyright noticeAlexandre Oliva1-1/+2
2001-04-14Whitespace fixAlexandre Oliva1-1/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-6/+3
2001-03-29mn10300.md (cmpsi): Fix first alternative's output template.Matthew Hiller1-4/+12
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-09configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x...Zack Weinberg1-20/+0
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi1-7/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-9/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-5/+1
2001-02-24mn10300.h (DBX_REGISTER_NUMBER): Reverted 2000-08-26's patch.Alexandre Oliva1-7/+4
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-3/+5
2000-12-05mn10300.c (mn10300_print_reg_list): Added.Richard Sandiford3-97/+225
2000-11-13mn10300.md (store_movm): Note which registers are really used or clobbered.DJ Delorie1-1/+10
2000-10-25fix secondary_reload typo from last patchAldy Hernandez1-1/+1
2000-10-25secondary_reload_class: treat pseudos like memoryAldy Hernandez1-2/+8
2000-10-24treat pseudos just like memoryRichard Henderson1-5/+10
2000-08-26mn10300.h (DBX_REGISTER_NUMBER): Remap register numbers to the ranges used by...Alexandre Oliva1-1/+6
2000-08-11mn10300.h: Added no-crt0 option for explicitly disabling just crt0.o.Drew Moseley1-0/+2
2000-08-07* mn10300.h (TARGET_SWITCHES): Document `-mam33'.Nick Clifton1-3/+3
2000-08-07mn10300.md: Use nonimmediate_operand instead of general_operand on output ope...Graham Stott1-24/+24
2000-08-07* mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.Graham Stott1-3/+6
2000-08-07Remove dangling whitespaceAlexandre Oliva1-1/+1
2000-06-271750a.h: Mark help strings for options/switches for translation.Philipp Thomas1-5/+5
2000-05-20mn10300.md (movdi, movdf): 64-bit clean-up.Alexandre Oliva2-11/+21
2000-05-19mn10300.c (expand_prologue, [...]): 16-bit and 64-bit clean-up.Alexandre Oliva1-2/+2
2000-05-16* config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.Alexandre Oliva1-4/+0
2000-05-12mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as DWARF2_DEBUG.Alexandre Oliva1-2/+8
2000-05-11mn10300.c (print_operand): Print FP constants in hexadecimal.Alexandre Oliva2-6/+6
2000-05-01mn10300.c (print_operand_address): Do not add zero to SP.Alexandre Oliva1-6/+1
2000-05-01mn10300.c (expand_epilogue): If SP is to be adjusted by less than 256 bytes...Alexandre Oliva1-25/+6
2000-04-29mn10300.h (FIRST_DATA_REGNUM, [...]): New macros.Alexandre Oliva1-30/+45
2000-04-27mn10300.md (movhi): Simplify.Alexandre Oliva1-24/+14
2000-04-27mn10300.md (movqi): Simplify.Alexandre Oliva1-24/+14
2000-04-27mn10300.c (mn10300_address_cost): Test ASHIFT, AND and LABEL_REF.Alexandre Oliva1-0/+3
2000-04-26mn10300.h (REG_CLASS_FROM_LETTER): Return EXTENDED_REGS only if TARGET_AM33.Alexandre Oliva2-19/+8
2000-04-23mn10300.md (addsi): `inc4' on address registers does not modify cc...Alexandre Oliva1-7/+8
2000-04-23mn10300.h (REGNO_IN_RANGE_P): New macro.Alexandre Oliva1-43/+39
2000-04-22Whitespace changeAlexandre Oliva1-11/+11
2000-04-21mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead of explicit 0.Alexandre Oliva1-2/+3
2000-04-21mn10300.h (REGISTER_MOVE_COST): Provide more accurate data about SP moves.Alexandre Oliva1-1/+9
2000-04-21mn10300.h (ADDITIONAL_REGISTER_NAMES): Added aliases to AM33 registers.Alexandre Oliva1-1/+9
2000-04-21mn10300.h (REG_CLASS_CONTENTS): Added register 16 to all EXTENDED bitmaps.Alexandre Oliva1-7/+7
2000-04-21mn10300-protos.h (mn10300_address_cost): Declare.Alexandre Oliva3-0/+85
2000-04-21mn10300.md (movdi, movdf): Do not use `movu' when the operand is not constant.Alexandre Oliva1-8/+16