aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300
AgeCommit message (Expand)AuthorFilesLines
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth3-21/+13
2001-07-04h8300.c (get_shift_alg): Remove an extra operand from shll.Kazu Hirata1-1/+1
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-2/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth3-10/+11
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth1-9/+0
2001-06-22h8300.c (asm_file_start): Remove reference to "release F-1".Toshiyasu Morita1-1/+0
2001-06-13h8300.h (OK_FOR_T): Remove.Kazu Hirata2-22/+11
2001-05-26c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.Philip Blundell1-1/+1
2001-05-25Standardize header guards.Richard Henderson2-2/+2
2001-05-17i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg2-2/+1
2001-04-21h8300.c (general_operand_src): Fix a comment typo.Kazu Hirata1-1/+1
2001-04-16toplev.c (output_lang_identify): Delete.Zack Weinberg1-2/+0
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-2/+2
2001-03-25h8300.md (umodqi3): Output a tab instead of a space.Kazu Hirata1-4/+4
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-22h8300.md (movsi_h8300hs): Split the 2nd alternative into two parts.Kazu Hirata1-7/+7
2001-03-14aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New.Zack Weinberg1-22/+0
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi1-4/+0
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-7/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-8/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-6/+1
2001-02-21h8300.md (iorsi3): Do not output an extra newline character.Kazu Hirata1-2/+2
2001-02-19h8300.md: Update copyright.Kazu Hirata1-2/+2
2001-02-19h8300.md: Do not output an extra newline character.Kazu Hirata1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-2/+5
2001-01-14h8300.c (get_shift_alg): Update comments.Kazu Hirata1-4/+4
2001-01-10h8300.c (get_shift_alg): Use a struct shift_info to return the result.Kazu Hirata1-167/+182
2001-01-09h8300.c (function_prologue): Fix code for a monitor function.Kazu Hirata1-7/+15
2001-01-09h8300.c (get_shift_alg): Remove an argument cpu.Kazu Hirata1-36/+12
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-3/+3
2000-12-26h8300.c: Fix a comment typo.Kazu Hirata1-7/+7
2000-12-26h8300.c (get_shift_alg): Fix a typo in the assembly code for 12-bit ASHIFTRT ...Kazu Hirata1-2/+2
2000-12-06* config/h8300/h8300.h: Fix formatting.Kazu Hirata1-93/+124
2000-12-06config.gcc (a29k*-*-rtems*, [...]): New targets.Joel Sherrill1-0/+37
2000-11-02config:Neil Booth1-3/+3
2000-10-18h8300.c: Fix a comment typo.Kazu Hirata1-63/+83
2000-10-18h8300.md: Remove an unnecessary sign_extend expander that is used when not op...Kazu Hirata1-23/+5
2000-10-17h8300.md: Remove an unnecessary zero_extend expander that is used when not op...Kazu Hirata1-20/+2
2000-10-16h8300.c: Include ggc.h.Kazu Hirata1-0/+1
2000-10-16h8300.c: Remove obstack.Kazu Hirata1-4/+1
2000-10-08h8300.md: Remove the memory alternative and correct the insn lengths in the t...Will Cohen1-24/+18
2000-09-25Change callers in config/[h-l]*/ to match:Hans-Peter Nilsson1-5/+5
2000-09-25definitions in config/[c-h]*:Hans-Peter Nilsson1-1/+1
2000-09-14invoke.texi (H8/300 Options): Add -ms2600.Kazu Hirata3-6/+14
2000-09-11h8300.md (movstrictqi): Changed constraint modifier on operand 0 to '+'.Matthew Hiller1-2/+2
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg3-26/+32
2000-09-07h8300.h: Fix comment typos.Kazu Hirata3-12/+11
2000-08-14* h8300.md: Remove obsolete peepholes.Ralf Gütlein1-47/+0
2000-08-14invoke.texi (H8/300 Options): Fix typos.Kazu Hirata2-8/+10
2000-08-10h8300.c (expand_a_rotate): New.Kazu Hirata3-0/+276