| Commit message (Expand) | Author | Age | Files | Lines |
* | elfos.h (ENDFILE_SPEC, [...]): Do not define. | David O'Brien | 2001-12-12 | 1 | -0/+7 |
* | function.c (assing_parms): Fix typo in last change. | Richard Kenner | 2001-12-06 | 1 | -7/+0 |
* | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 2001-12-03 | 1 | -3/+3 |
* | * pa.c (output_ascii): Cast `p' to unsigned char. | John David Anglin | 2001-12-01 | 1 | -1/+1 |
* | pa.c: Reflect changes in calling sequences of alter_reg and emit_cmp_insn. | Richard Kenner | 2001-11-16 | 1 | -11/+7 |
* | dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w... | Jason Merrill | 2001-11-15 | 1 | -2/+0 |
* | config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag... | Andreas Schwab | 2001-11-15 | 2 | -0/+0 |
* | milli64.S: Fix comment formatting. | Kazu Hirata | 2001-11-11 | 11 | -54/+54 |
* | unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning. | Kaveh R. Ghazi | 2001-11-11 | 3 | -16/+28 |
* | pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a constant c... | John David Anglin | 2001-11-09 | 3 | -30/+52 |
* | elf.h (ASM_DECLARE_FUNCTION_NAME, [...]): Undef before defining. | Kaveh R. Ghazi | 2001-11-09 | 1 | -0/+2 |
* | milli64.S: Use %r25 and %r0 instead of arg1 and r0 to work around limitations... | Jeffrey A Law | 2001-11-09 | 1 | -2/+2 |
* | pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues. | Jeffrey A Law | 2001-11-09 | 1 | -15/+5 |
* | pa.c (emit_move_sequence): Fix SUBREG expression to use proper byte offset wh... | Jeffrey A Law | 2001-11-08 | 1 | -1/+1 |
* | pa.md (negdf2, negsf2): Use multiplication rather than subtraction to impleme... | John David Anglin | 2001-11-08 | 1 | -4/+39 |
* | 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype. | Kaveh R. Ghazi | 2001-11-04 | 4 | -6/+7 |
* | * pa.c (output_move_double): Fix typo in double load. | John David Anglin | 2001-11-01 | 1 | -1/+1 |
* | builtins.def: Fix comment typos. | Kazu Hirata | 2001-10-31 | 1 | -2/+2 |
* | * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero. | John David Anglin | 2001-10-29 | 1 | -1/+1 |
* | alpha.md, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 2001-10-23 | 1 | -0/+1 |
* | target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame... | Stan Shebs | 2001-10-22 | 1 | -1/+1 |
* | aclocal.m4 (gcc_AC_PROG_GNAT): New. | Zack Weinberg | 2001-10-08 | 4 | -4/+4 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -3/+3 |
* | pa.c (return_addr_rtx): Return NULL_RTX if count is not zero. | John David Anglin | 2001-09-24 | 1 | -25/+26 |
* | som.h (ASM_OUTPUT_EXTERNAL): Improve formatting. | John David Anglin | 2001-09-24 | 1 | -6/+17 |
* | pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for non 64-bit mach... | John David Anglin | 2001-09-24 | 1 | -3/+20 |
* | pa.c (function_arg): Pass floating arguments in both general and floating reg... | John David Anglin | 2001-09-24 | 1 | -15/+23 |
* | configure.in: Check whether assembler supports section merging. | Jakub Jelinek | 2001-09-11 | 2 | -3/+3 |
* | som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. | John David Anglin | 2001-09-05 | 2 | -0/+16 |
* | pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparis... | John David Anglin | 2001-08-29 | 2 | -4/+7 |
* | pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for variable i. | John David Anglin | 2001-08-22 | 2 | -0/+2 |
* | * pa.h (RETURN_IN_MEMORY): Improve comment. | John David Anglin | 2001-08-20 | 1 | -2/+3 |
* | haifa-sched.c: Convert to target hooks. | Zack Weinberg | 2001-08-18 | 3 | -45/+65 |
* | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 2001-08-18 | 1 | -1/+1 |
* | defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ... | Richard Henderson | 2001-08-17 | 1 | -2/+2 |
* | pa.h (RETURN_IN_MEMORY): Return types with a size that is varable or larger t... | John David Anglin | 2001-08-17 | 1 | -2/+4 |
* | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 2001-08-13 | 1 | -1/+3 |
* | calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de... | Zack Weinberg | 2001-08-10 | 1 | -9/+1 |
* | Move constructor/destructor handling into target hooks. | Richard Henderson | 2001-08-09 | 1 | -67/+3 |
* | target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na... | Richard Henderson | 2001-08-03 | 1 | -64/+2 |
* | * pa.md: Remove unused constraints from define_split's. | John David Anglin | 2001-07-15 | 1 | -44/+44 |
* | pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit millicode. | Alan Modra | 2001-07-14 | 3 | -27/+129 |
* | alias.c (set_mem_alias_set): New function. | Richard Kenner | 2001-07-11 | 1 | -1/+1 |
* | pa.c (pa_output_function_prologue): Delete prototype. | John David Anglin | 2001-07-11 | 3 | -3/+5 |
* | pa.c (pa_init_machine_status, [...]): Delete. | John David Anglin | 2001-07-09 | 3 | -91/+13 |
* | final.c (output_addr_const): Use target opening and closing parentheses. | Neil Booth | 2001-07-09 | 1 | -6/+0 |
* | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 2001-07-07 | 1 | -1/+1 |
* | Makefile.in (final.o): Depend on target.h. | Neil Booth | 2001-07-06 | 3 | -42/+38 |
* | emit-rtl.c (replace_equiv_address): New function. | Richard Kenner | 2001-07-04 | 1 | -4/+4 |