summaryrefslogtreecommitdiff
path: root/gcc/config/pa
Commit message (Expand)AuthorAgeFilesLines
* config.gcc: Don't mention MAX_LONG_TYPE_SIZE.Kazu Hirata2004-02-072-3/+0
* tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra2004-02-061-1/+1
* pa.c (emit_hpdiv_const): Replace gen_rtx with gen_rtx_PARALLEL.Kazu Hirata2004-02-051-2/+2
* alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don...Kazu Hirata2004-02-041-1/+1
* alpha.c, [...]: Fix comment typos.Kazu Hirata2004-02-041-1/+1
* alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata2004-02-031-1/+1
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata2004-01-301-0/+4
* pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand to regis...John David Anglin2004-01-281-1/+1
* pa.c (emit_move_sequence): Check that operand1 is a CONST_INT before using IN...Roger Sayle2004-01-281-1/+4
* pa-protos.h: Remove the prototype for hppa_builtin_saveregs.Kazu Hirata2004-01-263-29/+43
* fptr.c: Fix old-style definition.James A. Morrison2004-01-231-2/+1
* re PR target/13713 (gnat1 segmentation fault in stage 3 on hppa-linux)John David Anglin2004-01-221-14/+14
* pa-protos.h: Update copyright.John David Anglin2004-01-213-3/+3
* pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.John David Anglin2004-01-203-74/+200
* final.c (final_scan_insn): Make non-static again.Daniel Jacobowitz2004-01-181-4/+5
* pa.c: Don't include obstack.h.John David Anglin2004-01-122-2/+1
* pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA 2.0 code.John David Anglin2003-12-202-78/+168
* re PR target/13054 (compile/980310-3.f: insn does not satisfy its constraints)John David Anglin2003-12-144-531/+1249
* gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.Kaveh R. Ghazi2003-11-291-5/+1
* pa.c (hppa_profile_hook): Split gen_call_profiler into separate insns.Randolph Chung2003-11-272-38/+64
* pa.h (TRAMPOLINE_TEMPLATE): Fix flushing of cache lines when generating 64-bi...John David Anglin2003-11-111-8/+9
* re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)John David Anglin2003-11-083-28/+649
* re PR rtl-optimization/12845 (missed jump optimization)John David Anglin2003-11-021-0/+6
* * som.h (DO_GLOBAL_DTORS_BODY): Change to C90 declaration.John David Anglin2003-11-021-2/+2
* pa.c (pa_select_section): Use new style declaration.John David Anglin2003-10-312-5/+3
* * pa.md: Missed update in previous commit.John David Anglin2003-10-301-62/+164
* pa-linux.h (ASM_OUTPUT_ADDR_VEC_ELT): Use label in big switch ELTs.John David Anglin2003-10-293-83/+58
* * pa.h (ASM_COMMENT_START): Define.John David Anglin2003-10-291-0/+6
* re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)Jan Hubicka2003-10-171-6/+6
* Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg2003-10-131-6/+4
* * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.John David Anglin2003-10-101-2/+2
* re PR rtl-optimization/12142 (-fnon-call-exceptions generates incorrect code)John David Anglin2003-10-081-3/+16
* * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg2003-10-071-13/+14
* * libfuncs.hZack Weinberg2003-10-041-6/+6
* target.h (init_libfuncs): New hook.Zack Weinberg2003-10-023-100/+49
* re PR bootstrap/12358 (Bootstrap comparison failure!)John David Anglin2003-09-261-1/+1
* pa.c (hppa_expand_prologue): Do pic register save in frame marker without add...John David Anglin2003-09-242-7/+20
* config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fr...Nathanael Nerode2003-09-231-2/+0
* config.gcc (hppa*-*-hpux11*, [...]): Remove commented-out logic to use DCE th...Zack Weinberg2003-08-262-6/+14
* pa.c: Replace 'GNU CC' with 'GCC'.Jason Eckhardt2003-08-2324-680/+436
* Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg2003-08-211-3/+1
* re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell2003-08-201-2/+6
* pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in direct calls.John David Anglin2003-08-141-59/+63
* * pa.c (pa_asm_output_mi_thunk): Fix typo.John David Anglin2003-08-091-1/+1
* pa.md (extzv, extv, insv): Fix operand limit checks.John David Anglin2003-08-091-26/+47
* pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.John David Anglin2003-08-082-12/+21
* re PR c++/11712 ([HPUX 11.00 - gcc 3.3] __STDC_EXT__ not defined for .cpp by ...John David Anglin2003-08-083-0/+21
* PR target/11607 and PR target/11516John David Anglin2003-07-231-33/+18
* re PR target/11453 (gcc > 3.3 ICE)John David Anglin2003-07-081-36/+51