summaryrefslogtreecommitdiff
path: root/gcc/config/pa
Commit message (Expand)AuthorAgeFilesLines
* * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.wcohen2002-01-044-4/+4
* * function.h (struct function): Add profile.wcohen2002-01-034-4/+4
* * elxsi.c: Include "hard-reg-set.h" and/or don't declareghazi2001-12-221-1/+0
* * pa.h (CPP_SPEC): If not in ANSI mode, define _INCLUDE_LONGLONG.law2001-12-221-2/+2
* * varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integerrth2001-12-202-27/+0
* * config/pa/t-hpux-shlib: New file.law2001-12-191-0/+19
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-173-51/+50
* 2001-12-11 David O'Brien <obrien@FreeBSD.org>obrien2001-12-121-0/+7
* * function.c (assing_parms): Fix typo in last change.kenner2001-12-061-7/+0
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-3/+3
* * pa.c (output_ascii): Cast `p' to unsigned char.danglin2001-12-011-1/+1
* * config/pa/pa.c: Reflect changes in calling sequences of alter_reg andkenner2001-11-161-11/+7
* * dwarf2out.c (dwarf2out_finish): Don't abort because of orphanjason2001-11-151-2/+0
* * config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in targetschwab2001-11-152-0/+0
* * config/pa/milli64.S: Fix comment formatting.kazu2001-11-1111-54/+54
* * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fixghazi2001-11-113-16/+28
* * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether alaw2001-11-103-30/+52
* * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,ghazi2001-11-091-0/+2
* * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0law2001-11-091-2/+2
* * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.law2001-11-091-15/+5
* * pa.c (emit_move_sequence): Fix SUBREG expression tolaw2001-11-081-1/+1
* * pa.md (negdf2, negsf2): Use multiplication rather than subtractiondanglin2001-11-081-4/+39
* * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.ghazi2001-11-044-6/+7
* * pa.c (output_move_double): Fix typo in double load.danglin2001-11-011-1/+1
* 2001-10-31 Kazu Hirata <kazu@hxi.com>kazu2001-10-311-2/+2
* * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.danglin2001-10-291-1/+1
* * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,jsm282001-10-281-1/+1
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-231-0/+1
* * target.h (struct gcc_target): Add asm_out.exception_section,shebs2001-10-221-1/+1
* top:zack2001-10-084-4/+4
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-3/+3
* * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero. Usedanglin2001-09-241-25/+26
* * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.danglin2001-09-241-6/+17
* * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template fordanglin2001-09-241-3/+20
* * pa.c (function_arg): Pass floating arguments in both general anddanglin2001-09-241-15/+23
* * configure.in: Check whether assembler supports section merging.jakub2001-09-112-3/+3
* * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.danglin2001-09-052-0/+16
* * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT fordanglin2001-08-292-4/+7
* * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration fordanglin2001-08-222-0/+2
* * pa.h (RETURN_IN_MEMORY): Improve comment.danglin2001-08-201-2/+3
* * haifa-sched.c: Convert to target hooks. Macros replacedzack2001-08-183-45/+65
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-1/+1
* * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,rth2001-08-181-2/+2
* * pa.h (RETURN_IN_MEMORY): Return types with a size that is varabledanglin2001-08-171-2/+4
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-1/+3
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-9/+1
* Move constructor/destructor handling into target hooks.rth2001-08-091-67/+3
* * target.h (gcc_target): Add asm_out.named_section,rth2001-08-041-64/+2
* * pa.md: Remove unused constraints from define_split's.danglin2001-07-151-44/+44
* * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bitamodra2001-07-143-27/+129