Age | Commit message (Expand) | Author | Files | Lines |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2002-07-31 | * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h, | Kaveh R. Ghazi | 1 | -2/+2 |
2002-07-30 | alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition. | Kaveh R. Ghazi | 1 | -6/+0 |
2002-07-17 | cpplib.c (do_sccs): Handle #sccs on all systems. | Neil Booth | 1 | -4/+0 |
2002-06-21 | vax.c (vax_output_function_prologue): Use REGISTER_PREFIX. | Matt Thomas | 2 | -18/+25 |
2002-06-21 | netbsd.h: Adjust a comment. | Matt Thomas | 1 | -1/+5 |
2002-06-16 | * vax.md (casesi): Use emit_jump_insn. Tidy expander pattern. | Richard Henderson | 1 | -16/+9 |
2002-06-12 | * config/vax/vax.h (MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT) | Jason Thorpe | 1 | -11/+23 |
2002-06-12 | config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}. | Jason Thorpe | 7 | -26/+127 |
2002-05-19 | system.h (BLOCK_PROFILER, [...]): Poison. | Richard Henderson | 1 | -20/+0 |
2002-05-18 | system.h (ENCODE_SECTION_INFO): Poison it. | Richard Henderson | 2 | -10/+17 |
2002-05-17 | hooks.c (hook_tree_bool_false): New. | Richard Henderson | 2 | -35/+38 |
2002-05-09 | netbsd.h (CPP_SPEC): Remove. | Jason Thorpe | 1 | -0/+3 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -10/+13 |
2002-03-12 | 1750a.h, [...] (POINTER_SIZE): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -2/+0 |
2002-03-03 | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 1 | -6/+0 |
2002-03-02 | varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S... | Richard Henderson | 1 | -1/+1 |
2002-03-03 | a29k.h, [...]: (BITS_PER_UNIT): Delete. | Kaveh R. Ghazi | 1 | -3/+0 |
2002-02-05 | netbsd.h (WCHAR_TYPE): Define. | Jason Thorpe | 1 | -9/+0 |
2002-01-16 | expmed.c (extract_fixed_bit_field): Remove unused code. | Kazu Hirata | 1 | -3/+0 |
2002-01-15 | vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV and UMOD modes. | John David Anglin | 3 | -21/+22 |
2002-01-09 | * config/vax/vax.h (REAL_ARITHMETIC): Define. | Richard Henderson | 1 | -3/+1 |
2002-01-09 | * config/vax/vax.c (vax_rtx_cost): Never abort. | Richard Henderson | 1 | -1/+4 |
2002-01-08 | tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros. | Joseph Myers | 1 | -11/+1 |
2001-12-22 | elxsi.c: Include "hard-reg-set.h" and/or don't declare `call_used_regs' expli... | Kaveh R. Ghazi | 1 | -1/+0 |
2001-12-20 | varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl... | Richard Henderson | 2 | -24/+0 |
2001-12-17 | target.h (asm_out.byte_op, [...]): New fields. | Richard Sandiford | 2 | -32/+11 |
2001-12-16 | clix.h (ASM_OUTPUT_ASCII): Avoid signed/unsigned warnings. | Kaveh R. Ghazi | 1 | -3/+3 |
2001-12-16 | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-11-22 | 1750a.h (DBX_REGISTER_NUMBER): Don't define. | Kaveh R. Ghazi | 1 | -5/+0 |
2001-11-21 | sh.md: Avoid uninitialized warnings. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-11-16 | vax-protos.h (reg_was_0_p): New prototype. | John David Anglin | 3 | -30/+41 |
2001-11-16 | vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". | John David Anglin | 1 | -29/+47 |
2001-11-16 | a29k.c: Fix comment formatting. | Kazu Hirata | 2 | -9/+9 |
2001-11-04 | 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype. | Kaveh R. Ghazi | 1 | -0/+1 |
2001-09-11 | configure.in: Check whether assembler supports section merging. | Jakub Jelinek | 1 | -1/+1 |
2001-08-10 | stmt.c (expand_null_return_1): Remove code to generate simple returns and "us... | John David Anglin | 1 | -0/+9 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 2 | -26/+32 |
2001-08-03 | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 9 | -45/+45 |
2001-08-02 | vax.c: include expr.h. | Lars Brinkhoff | 1 | -0/+1 |
2001-07-09 | final.c (output_addr_const): Use target opening and closing parentheses. | Neil Booth | 1 | -6/+0 |
2001-07-07 | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 1 | -1/+1 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 3 | -69/+78 |
2001-07-03 | explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c... | Richard Kenner | 1 | -4/+10 |
2001-06-26 | Makefile.in (TARGET_H, [...]): New. | Neil Booth | 1 | -0/+6 |
2001-06-26 | defaults.h: Default escape sequences to ASCII. | Neil Booth | 1 | -9/+0 |
2001-06-09 | vax.h (NOTICE_UPDATE_CC): Set CC_NO_OVERFLOW in cc_status.flags for integer o... | John David Anglin | 1 | -1/+24 |
2001-05-17 | i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. | Zack Weinberg | 2 | -6/+0 |
2001-04-19 | vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... | DJ Delorie | 2 | -3/+6 |