summaryrefslogtreecommitdiff
path: root/gcc/config/pa
Commit message (Expand)AuthorAgeFilesLines
* pa.c (fix_range): New function to mark a range(s) of registers as fixed regis...John David Anglin2004-07-142-16/+102
* target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2004-07-132-21/+37
* pa-64.h (ARG_POINTER_REGNUM, [...]): Delete.John David Anglin2004-07-134-25/+17
* builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson2004-07-131-9/+3
* target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson2004-07-132-6/+2
* re PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c)John David Anglin2004-07-132-15/+16
* * pa.c (hppa_gimplify_va_arg_expr): Remove comment.John David Anglin2004-07-111-8/+0
* pa.c (output_indirect_call): Only use %r2 as the link register in indirect ca...John David Anglin2004-07-101-1/+9
* re PR target/16459 (ld: libbackend.a(expr.o)(.text+0x40c2c): cannot handle R_...John David Anglin2004-07-091-1/+1
* pa-protos.h (hppa_va_arg): Remove.Richard Henderson2004-07-093-78/+43
* pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.Randolph Chung2004-07-091-0/+94
* * pa.md (prefetch_32, prefetch_64): Simplify constraint checks.John David Anglin2004-07-081-12/+6
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-072-19/+19
* alpha.c (alpha_use_dfa_pipeline_interface): Remove.Steven Bosscher2004-07-061-9/+1
* c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers2004-07-051-3/+0
* pa.md (prefetch, [...]): Only allow short displacements with the spatial-loca...John David Anglin2004-07-051-6/+32
* pa-protos.h (prefetch_operand): Add prototype.John David Anglin2004-07-014-0/+141
* re PR rtl-optimization/14782 (produces an unaligned data access at -O2)John David Anglin2004-06-212-23/+56
* pa.c (pa_hpux_init_libfunc): Add support for unord_optab.John David Anglin2004-06-112-9/+81
* pa.c (legitimize_pic_address): Use UNSPEC_DLTIND14R to identify unspec used f...John David Anglin2004-06-112-12/+107
* pa.md: Disable the peephole2 patterns that generate indexed floating-point st...John David Anglin2004-05-311-0/+28
* pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when gene...John David Anglin2004-05-311-0/+1
* pa.md: Fix typo from last change.John David Anglin2004-05-171-7/+5
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-132-5/+2
* re PR target/15202 ([3.4 only] ICE in reload_cse_simplify_operands, at postre...John David Anglin2004-05-071-25/+31
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* hpux.h: Predefine __STDCPP__ when compiling C++.Zack Weinberg2004-04-272-2/+6
* * pa.md: Remove unnecessary declarations for asm_out_file.John David Anglin2004-04-161-2/+0
* pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register.John David Anglin2004-04-161-6/+4
* * pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.John David Anglin2004-04-161-0/+13
* PR optimization/13424 (hppa), bootstrap/14462, c/14828Jakub Jelinek2004-04-051-56/+124
* re PR target/14548 (building Ada library incorrectly requires collect2 on mingw)Ian Lance Taylor2004-04-051-3/+0
* c-incpath.c, [...]: Update copyright.Kazu Hirata2004-03-152-2/+2
* c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-03-113-10/+10
* pa.md (icacheflush): Reorder operands to make match_scratch operand last.John David Anglin2004-03-062-8/+5
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.John David Anglin2004-02-281-4/+10
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+2
* config.gcc (hppa*-*-*, [...]): Add MASK_BIG_SWITCH to all target_cpu_default ...John David Anglin2004-02-252-2/+2
* Remove -fwritable-strings.Zack Weinberg2004-02-232-3/+1
* pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not generating ...John David Anglin2004-02-181-2/+3
* cfgloop.h, [...]: Update copyright.Kazu Hirata2004-02-181-1/+1
* t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of SHLIB_SOVER...Matthias Klose2004-02-161-0/+3
* 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