| Commit message (Expand) | Author | Age | Files | Lines |
* | * config/vax/vax-protos.h: Add a prototype for | kazu | 2004-03-06 | 1 | -0/+69 |
* | * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c, | kazu | 2004-02-04 | 1 | -1/+1 |
* | * config/alpha/alpha.c, config/arc/arc.c, | kazu | 2004-02-04 | 1 | -1/+1 |
* | * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New. | kazu | 2004-01-26 | 1 | -1/+15 |
* | * vax.c: Include toplev.h. | danglin | 2003-11-01 | 1 | -1/+2 |
* | * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o | zack | 2003-10-13 | 1 | -3/+2 |
* | * real.h (REAL_MODE_FORMAT): New macro. | zack | 2003-10-06 | 1 | -3/+2 |
* | * target.h (init_libfuncs): New hook. | zack | 2003-10-02 | 1 | -0/+16 |
* | * config/vax/vax.c: Convert to ISO C90. | neroden | 2003-09-21 | 1 | -40/+24 |
* | * combine.c (distribute_notes): Don't bother REG_WAS_0. | kazu | 2003-07-01 | 1 | -36/+0 |
* | * target.h (asm_out.file_start, file_start_app_off, | zack | 2003-06-19 | 1 | -0/+18 |
* | * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning. | ghazi | 2003-06-04 | 1 | -2/+2 |
* | * alpha.c (print_operand_address, alpha_start_function, | ghazi | 2003-05-16 | 1 | -3/+1 |
* | * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h, | neroden | 2003-03-13 | 1 | -4/+4 |
* | * target.h (targetm.address_cost): New. | rth | 2003-01-28 | 1 | -4/+15 |
* | * Makefile.in (cse.o): Depend on TARGET_H. | rth | 2003-01-28 | 1 | -5/+52 |
* | * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really. | rth | 2003-01-28 | 1 | -0/+7 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -288/+2 |
* | gcc/ | rth | 2002-10-22 | 1 | -2/+10 |
* | * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to | mmitchel | 2002-10-20 | 1 | -2/+4 |
* | * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL. | mmitchel | 2002-10-18 | 1 | -0/+14 |
* | * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf. | thorpej | 2002-10-04 | 1 | -5/+3 |
* | 2002-10-01 Matt Thomas <matt@3am-software.com> | thorpej | 2002-10-01 | 1 | -32/+24 |
* | * real.c (struct real_format): Move to real.h. | rth | 2002-09-21 | 1 | -0/+12 |
* | * config/s390/s390.c: Follow spelling convention. | kazu | 2002-09-18 | 1 | -1/+1 |
* | gcc/ | rth | 2002-09-16 | 1 | -69/+0 |
* | * vax.c: Include tree.h earlier. | rth | 2002-09-12 | 1 | -1/+1 |
* | * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk. | ghazi | 2002-08-21 | 1 | -0/+14 |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -1/+1 |
* | 2002-06-21 Matt Thomas <matt@3am-software.com> | thorpej | 2002-06-21 | 1 | -6/+8 |
* | * system.h (ENCODE_SECTION_INFO): Poison it. | rth | 2002-05-19 | 1 | -1/+17 |
* | * hooks.c (hook_tree_bool_false): New. | rth | 2002-05-17 | 1 | -0/+36 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -10/+13 |
* | * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV | danglin | 2002-01-15 | 1 | -5/+6 |
* | * config/vax/vax.c (vax_rtx_cost): Never abort. | rth | 2002-01-09 | 1 | -1/+4 |
* | * elxsi.c: Include "hard-reg-set.h" and/or don't declare | ghazi | 2001-12-22 | 1 | -1/+0 |
* | * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op, | rsandifo | 2001-12-17 | 1 | -0/+3 |
* | * sh.md: Avoid uninitialized warnings. | ghazi | 2001-11-21 | 1 | -1/+1 |
* | * vax-protos.h (reg_was_0_p): New prototype. | danglin | 2001-11-16 | 1 | -0/+36 |
* | * config/a29k/a29k.c: Fix comment formatting. | kazu | 2001-11-16 | 1 | -4/+4 |
* | Move constructor/destructor handling into target hooks. | rth | 2001-08-09 | 1 | -5/+30 |
* | * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c, | danglin | 2001-08-03 | 1 | -1/+1 |
* | 2001-08-02 Lars Brinkhoff <lars@nocrew.org> | danglin | 2001-08-02 | 1 | -0/+1 |
* | * target.h (targetm): Rename global from "target", so as not to | shebs | 2001-07-07 | 1 | -1/+1 |
* | * Makefile.in (final.o): Depend on target.h. | neil | 2001-07-06 | 1 | -3/+74 |
* | * Makefile.in (TARGET_H, TARGET_DEF_H): New. | neil | 2001-06-26 | 1 | -0/+6 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -1/+0 |
* | * alpha.c (check_float_value): Use memcpy, not bcopy. | ghazi | 2001-03-10 | 1 | -7/+5 |
* | * alpha.c (check_float_value): Use memcpy, not bcopy. | ghazi | 2000-11-10 | 1 | -1/+1 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |