summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
Commit message (Expand)AuthorAgeFilesLines
...
* * pa.md (adddi3): Change predicate of operand 2 to adddi3_operanddanglin2002-07-111-0/+12
* * pa.md (adddi3): For 32-bit targets, force constants to a registerdanglin2002-07-111-3/+7
* * pa-protos.h (pa_asm_output_mi_thunk): Change third argument todanglin2002-06-211-4/+4
* * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): Newdanglin2002-06-061-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-35/+9
* 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>danglin2002-05-311-2/+2
* * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.danglin2002-05-311-3/+9
* * pa.c: Move output.h include after tree.h include.danglin2002-05-311-2/+2
* 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>danglin2002-05-311-12/+13
* * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.danglin2002-05-311-5/+1
* * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.law2002-05-291-0/+83
* * system.h (STRIP_NAME_ENCODING): Poison it.rth2002-05-191-1/+13
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-191-2/+26
* * hooks.c (hook_tree_bool_false): New.rth2002-05-171-0/+29
* * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when schedulingdanglin2002-05-151-19/+21
* * pa.c (hppa_profile_hook): Use force_reg to get the addresslaw2002-05-071-18/+1
* * pa-protos.h (hppa_fpstore_bypass_p): Declare.law2002-05-061-77/+35
* * pa.c (override_options): Default to PA8000 scheduling.law2002-04-301-4/+4
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>vmakarov2002-04-291-7/+45
* PR target/6413amodra2002-04-231-21/+2
* * pa.c (pa_can_combine_p): Call insn_extract before callinglaw2002-04-121-1/+1
* * pa.c (pa_output_function_prologue): Don't accumulate the totaldanglin2002-04-121-41/+79
* * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.danglin2002-04-041-127/+268
* * pa.h (ASM_FILE_END): Define.danglin2002-03-061-0/+1
* * config/pa/pa.c (compute_movstrsi_length): Fix typos.law2002-02-121-2/+2
* * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.danglin2002-02-101-0/+4
* * pa.c (DO_FRAME_NOTES): Move forward.danglin2002-02-041-72/+110
* * pa-protos.h (reg_before_reload_operand): New function prototype.danglin2002-01-211-0/+22
* * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.danglin2002-01-081-14/+31
* * elxsi.c: Include "hard-reg-set.h" and/or don't declareghazi2001-12-221-1/+0
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-171-0/+50
* * 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
* * config/pa/milli64.S: Fix comment formatting.kazu2001-11-111-22/+22
* * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fixghazi2001-11-111-7/+9
* * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether alaw2001-11-101-16/+45
* * pa.c (emit_move_sequence): Fix SUBREG expression tolaw2001-11-081-1/+1
* * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.ghazi2001-11-041-1/+1
* * 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
* * 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
* * 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
* * pa.c (function_arg): Pass floating arguments in both general anddanglin2001-09-241-15/+23
* * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT fordanglin2001-08-291-3/+6
* * haifa-sched.c: Convert to target hooks. Macros replacedzack2001-08-181-1/+65
* * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,rth2001-08-181-2/+2