aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2004-09-26pa.c (print_operand): Use non-trapping completers for UNLE...John David Anglin1-8/+11
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata2-8/+8
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2-3/+2
2004-09-08function.c (reference_callee_copied): New.Richard Henderson2-2/+2
2004-09-08tm.texi (MD_UNWIND_SUPPORT): Document.Alan Modra2-93/+116
2004-08-25PR libstdc++/17005 (fix for HP-UX 11.11)John David Anglin8-112/+287
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-20pa-protos.h (readonly_data, [...]): Rename to som_readonly_data_section...Zack Weinberg4-99/+89
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-7/+5
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-1/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-08-14PR libstdc++/17005 partial fix.John David Anglin1-1/+12
2004-08-13darwin-c.c (find_subframework_file): Fix spelling of cannot.Andrew Pinski3-18/+18
2004-08-05pa.c (pa_asm_output_aligned_bss, [...]): New functions.John David Anglin6-51/+135
2004-07-29* pa.c (output_movb): Correct typo.John David Anglin1-1/+1
2004-07-20re PR c++/14607 (Duplicate symbol "vtable for node" in files div.o and env.o)John David Anglin5-35/+172
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-3/+0
2004-07-19pa.md: Delete the two remaining define_peephole patterns.Zack Weinberg1-76/+0
2004-07-14pa.c (fix_range): New function to mark a range(s) of registers as fixed regis...John David Anglin2-16/+102
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2-21/+37
2004-07-13pa-64.h (ARG_POINTER_REGNUM, [...]): Delete.John David Anglin4-25/+17
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson1-9/+3
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson2-6/+2
2004-07-13re PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c)John David Anglin2-15/+16
2004-07-11* pa.c (hppa_gimplify_va_arg_expr): Remove comment.John David Anglin1-8/+0
2004-07-10pa.c (output_indirect_call): Only use %r2 as the link register in indirect ca...John David Anglin1-1/+9
2004-07-09re PR target/16459 (ld: libbackend.a(expr.o)(.text+0x40c2c): cannot handle R_...John David Anglin1-1/+1
2004-07-09pa-protos.h (hppa_va_arg): Remove.Richard Henderson3-78/+43
2004-07-09pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.Randolph Chung1-0/+94
2004-07-08* pa.md (prefetch_32, prefetch_64): Simplify constraint checks.John David Anglin1-12/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2-19/+19
2004-07-06alpha.c (alpha_use_dfa_pipeline_interface): Remove.Steven Bosscher1-9/+1
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-3/+0
2004-07-05pa.md (prefetch, [...]): Only allow short displacements with the spatial-loca...John David Anglin1-6/+32
2004-07-01pa-protos.h (prefetch_operand): Add prototype.John David Anglin4-0/+141
2004-06-21re PR rtl-optimization/14782 (produces an unaligned data access at -O2)John David Anglin2-23/+56
2004-06-11pa.c (pa_hpux_init_libfunc): Add support for unord_optab.John David Anglin2-9/+81
2004-06-11pa.c (legitimize_pic_address): Use UNSPEC_DLTIND14R to identify unspec used f...John David Anglin2-12/+107
2004-05-31pa.md: Disable the peephole2 patterns that generate indexed floating-point st...John David Anglin1-0/+28
2004-05-31pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when gene...John David Anglin1-0/+1
2004-05-17pa.md: Fix typo from last change.John David Anglin1-7/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo2-5/+2
2004-05-07re PR target/15202 ([3.4 only] ICE in reload_cse_simplify_operands, at postre...John David Anglin1-25/+31
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-27hpux.h: Predefine __STDCPP__ when compiling C++.Zack Weinberg2-2/+6
2004-04-16* pa.md: Remove unnecessary declarations for asm_out_file.John David Anglin1-2/+0
2004-04-16pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register.John David Anglin1-6/+4
2004-04-16* pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.John David Anglin1-0/+13
2004-04-05PR optimization/13424 (hppa), bootstrap/14462, c/14828Jakub Jelinek1-56/+124