Age | Commit message (Expand) | Author | Files | Lines |
2005-05-25 | common.opt (-Wattributes): New. | DJ Delorie | 1 | -3/+5 |
2005-04-30 | h8300.c (byte_reg): Use gcc_assert and gcc_unreachable as appropriate. | Nathan Sidwell | 2 | -252/+243 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -3/+3 |
2005-04-18 | (jump): Remove prescan parameter from calls to final_scan_insn. | Nick Clifton | 1 | -2/+2 |
2005-03-18 | hooks.c, [...]: Update copyright. | Kazu Hirata | 3 | -3/+3 |
2005-03-17 | h8300-protos.h: Remove prototypes for general_operand_src... | Kazu Hirata | 5 | -551/+512 |
2005-03-17 | alpha.opt, [...]: Add copyright notices. | Kazu Hirata | 1 | -0/+21 |
2005-03-17 | h8300.c (h8300_init_once): Use MASK_H8300S_1 instead of MASK_H8300S. | Kazu Hirata | 3 | -73/+44 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-12-08 | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | Zack Weinberg | 1 | -2/+0 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -5/+1 |
2004-09-15 | configure.ac: Check for COMDAT support. | Mark Mitchell | 1 | -2/+3 |
2004-09-10 | darwin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-13 | darwin-c.c (find_subframework_file): Fix spelling of cannot. | Andrew Pinski | 1 | -1/+1 |
2004-07-08 | Introduce H8SX support. | Alexandre Oliva | 11 | -641/+4278 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -6/+0 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -2/+2 |
2004-06-28 | re PR target/14041 (H8300-elf unaligned word/longword access of zero initiali... | Dhananjay Deshpande | 1 | -0/+3 |
2004-06-09 | * h8300.md (ldm_h8300s_4): Fix condition for expander. | Anil Paranjpe | 1 | -1/+1 |
2004-06-08 | h8300.md (extendqisi2_h8300): Add constraints. | Anil Paranjpe | 1 | -2/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+1 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-17 | * config/h8300/t-rtems (h8300-*-rtems*): New. | Ralf Corsepius | 1 | -0/+7 |
2004-03-15 | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-03-07 | defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition. | Kazu Hirata | 1 | -17/+0 |
2004-03-04 | * config/h8300/h8300.c: Put a comment for every function. | Kazu Hirata | 1 | -2/+46 |
2004-03-04 | * config/h8300/h8300.md: Add comments about peephole2's. | Kazu Hirata | 1 | -9/+64 |
2004-03-03 | lib1funcs.asm (___fixunssfsi): Change the threshold to 0x4f. | Kazu Hirata | 3 | -2/+34 |
2004-03-02 | * config/h8300/h8300.md: Tweak formatting. | Kazu Hirata | 1 | -30/+24 |
2004-03-02 | h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc. | Kazu Hirata | 1 | -2/+2 |
2004-03-02 | h8300.md (pushqi1_h8300hs): Rename to pushqi1_h8300hs_advanced. | Kazu Hirata | 1 | -4/+4 |
2004-03-02 | h8300.c (gtle_operator): Accept GT and LE. | Kazu Hirata | 2 | -90/+212 |
2004-02-29 | * config/h8300/h8300.md: Add comments about peephole2's. | Kazu Hirata | 1 | -0/+74 |
2004-02-29 | h8300.md: Tweak operand numbers of some peephole2's. | Kazu Hirata | 1 | -24/+24 |
2004-02-29 | * config/h8300/h8300.md: Tweak comments about peephole2's. | Kazu Hirata | 1 | -11/+19 |
2004-02-27 | fixunssfsi.c (__fixunssfsi): Enable on H8/300 as well. | Kazu Hirata | 3 | -34/+2 |
2004-02-19 | arc.h, [...]: Remove commented-out or useless definitions of CASE_VECTOR_PC_R... | Kazu Hirata | 1 | -6/+0 |
2004-02-18 | h8300-protos.h: Add a prototype for h8300_expand_branch. | Kazu Hirata | 3 | -60/+35 |
2004-02-18 | h8300-protos.h: Add prototypes for h8300_hard_regno_nregs and h8300_hard_regn... | Kazu Hirata | 3 | -22/+32 |
2004-02-18 | h8300.md (four define_peephole2's): Use h8300_regs_ok_for_stm(). | Kazu Hirata | 1 | -26/+6 |
2004-02-18 | h8300-protos.h: Update the prototype for expand_a_rotate(). | Kazu Hirata | 3 | -5/+5 |
2004-02-18 | h8300.c (expand_a_rotate): Don't generate insns by hand. | Kazu Hirata | 2 | -11/+33 |
2004-02-18 | h8300.md: Move movsf patterns into one section of the file. | Kazu Hirata | 1 | -78/+78 |
2004-02-18 | h8300.md: Move push patterns into one section of the file. | Kazu Hirata | 1 | -85/+89 |
2004-02-18 | h8300.c (h8300_emit_stack_adjustment): Fix a warning. | Kazu Hirata | 1 | -1/+1 |
2004-02-18 | h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300. | Kazu Hirata | 1 | -2/+2 |
2004-02-18 | h8300-protos.h: Update the prototype of fix_bit_operand(). | Kazu Hirata | 3 | -7/+8 |
2004-02-18 | h8300.c (fix_bit_operand): Change the name of the last argument to "code" fro... | Kazu Hirata | 1 | -2/+2 |
2004-02-18 | h8300.c: Remove an extern declaration of rtx_equal_function_value_matters. | Kazu Hirata | 1 | -2/+0 |