aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
AgeCommit message (Expand)AuthorFilesLines
2011-11-06pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.John David Anglin1-45/+50
2011-11-02Move libgcc2 to toplevel libgccRainer Orth11-839/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth3-2147/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth5-182/+3
2011-11-02Move shlib support to toplevel libgccRainer Orth3-52/+0
2011-10-29re PR target/50617 (ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with une...John David Anglin11-419/+401
2011-10-29re PR target/50691 (Incorrect argument evaluation in call with __thread argum...John David Anglin1-0/+15
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-8/+13
2011-09-13pa.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-95/+92
2011-09-03PR Bug middle-end/50232John David Anglin3-5/+35
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-3/+3
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-5/+2
2011-07-17re PR target/49746 (Generated PA-RISC2.0w code cannot be assembled by GNU as-...John David Anglin1-9/+9
2011-07-15re PR target/49723 (gcc.c-torture/compile/pr46934.c: ICE in do_SUBST, at comb...John David Anglin1-1/+1
2011-07-07t-crtpic, [...]: Remove.Joseph Myers1-7/+0
2011-07-07common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...Joseph Myers1-0/+2
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-8/+11
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-57/+7
2011-06-14common-target-def.h, [...]: New files.Joseph Myers1-2/+3
2011-06-03linux.h (MD_UNWIND_SUPPORT): Remove.Rainer Orth4-509/+3
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-05Fix comment and update config/pa/pa.h (left off previous commit)Steve Ellcey1-0/+5
2011-05-05config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options for 11.31.Steve Ellcey4-2/+61
2011-04-21alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers2-3/+3
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford2-31/+40
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-1/+10
2011-04-20pa.c (pa_init_builtins): Call build_function_type_list instead of build_funct...Nathan Froyd1-1/+1
2011-04-16predicates.md: Reorganize and simplify predicates.John David Anglin4-528/+386
2011-04-11linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.Joseph Myers1-2/+2
2011-04-08re PR target/48366 (ICE in extract_constrain_insn_cached, at recog.c:2024)John David Anglin3-20/+30
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers1-4/+0
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-4/+4
2011-03-29[multiple changes]Vladimir Makarov2-26/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2-0/+26
2011-03-27[multiple changes]Vladimir Makarov2-26/+0
2011-03-27re PR target/48288 (ld: Unsatisfied symbol "__iordi3" in file /test/gnu/gcc/o...John David Anglin2-8/+12
2011-03-22pa-hpux.opt (flag_pa_unix): New Variable entry.Joseph Myers7-81/+102
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-3/+13
2011-03-10pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT when _HPUX_SOURCE is ...John David Anglin1-1/+3
2011-03-03explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson1-2/+2
2011-02-18config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.John David Anglin4-1/+94
2011-02-07config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.John David Anglin5-86/+19
2011-02-03pa-hpux10.opt: New.Joseph Myers2-1/+29
2011-01-26bfin.h (ASM_SPEC): Remove %{Ym,*}.Joseph Myers1-1/+1
2011-01-26bfin.h (ASM_SPEC): Remove %{Yd,*}.Joseph Myers1-2/+3
2011-01-18extend.texi: Mention __float128 support on hppa HP-UX.John David Anglin4-5/+142
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek5-6/+6
2010-12-30pa.md: Add ",*" condition to 64-bit add/subtract boolean patterns.John David Anglin1-9/+9
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-1/+1
2010-12-18re PR target/46915 (Wrong code is generated for conditional branch followed b...John David Anglin1-33/+73