summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-5/+2
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-8/+11
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-57/+7
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-1/+1
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-0/+40
* target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford2011-04-211-1/+10
* pa.c (pa_init_builtins): Call build_function_type_list instead of build_funct...Nathan Froyd2011-04-201-1/+1
* predicates.md: Reorganize and simplify predicates.John David Anglin2011-04-161-106/+6
* re PR target/48366 (ICE in extract_constrain_insn_cached, at recog.c:2024)John David Anglin2011-04-081-19/+27
* reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law2011-03-301-4/+4
* pa-hpux.opt (flag_pa_unix): New Variable entry.Joseph Myers2011-03-221-54/+24
* target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers2011-03-221-3/+13
* extend.texi: Mention __float128 support on hppa HP-UX.John David Anglin2011-01-181-3/+116
* re PR target/46915 (Wrong code is generated for conditional branch followed b...John David Anglin2010-12-181-33/+73
* re PR middle-end/46671 (ICE in default_no_named_section, at varasm .c:5994)John David Anglin2010-12-081-0/+26
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-1/+2
* target.def (conditional_register_usage): Define.Nathan Froyd2010-11-221-0/+24
* re PR target/46512 (crtstuff.c:563:1: internal compiler error: Segmentation f...Nathan Froyd2010-11-171-3/+2
* arc.c: Delete pasto.Nathan Froyd2010-11-161-1/+1
* builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd2010-11-161-0/+17
* target.h (enum opt_levels, [...]): New.Joseph Myers2010-10-221-0/+9
* avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov2010-10-161-1/+1
* pa-protos.h (function_arg): Delete.Nathan Froyd2010-10-091-3/+28
* re PR target/45820 (FAIL: gcc.c-torture/compile/pr45728.c at -O1 and above)John David Anglin2010-10-021-46/+21
* Hookize TARGET_UNWIND_INFO et al.Richard Henderson2010-09-281-1/+1
* re PR target/45250 (FAIL: tr1/5_numerical_facilities/special_functions/01_ass...John David Anglin2010-09-081-14/+65
* Stack usage supportEric Botcazou2010-08-301-0/+2
* pa.c (hppa_register_move_cost, [...]): New.Anatoly Sokolov2010-08-241-3/+88
* builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd2010-08-091-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* gcc/Richard Sandiford2010-07-041-3/+9
* re PR target/43958 (FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCAPED ...Richard Guenther2010-07-021-5/+4
* re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke2010-06-301-5/+6
* re PR target/39690 (ld: An unknown relocation type 8)John David Anglin2010-06-211-0/+11
* re PR target/43740 (FAIL: gcc.dg/tree-ssa/20031015-1.c (internal compiler err...John David Anglin2010-06-181-4/+0
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-7/+5
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* pa.c (emit_move_sequence): Remove use of deleted variable flag_argument_noalias.Steve Ellcey2010-04-121-6/+2
* pa.c (hppa_legitimize_address): Remove unused variable orig_base.Steve Ellcey2010-04-121-3/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR target/42924 (pex-unix.c:589:1: internal compiler error: output_operand)Steve Ellcey2010-02-051-0/+15
* pa.c (output_call): Only use sr4 for long interspace calls if call binds loca...John David Anglin2009-11-251-6/+6
* re PR target/41393 (ICE in get_eh_region_and_lp_from_rtx at except.c:1692)John David Anglin2009-09-291-1/+1
* pa.h (FUNCTION_VALUE): Remove macro.Anatoly Sokolov2009-09-231-1/+7
* pa.c (TARGET_ASM_TRAMPOLINE_TEMPLATE, [...]): New.Richard Henderson2009-09-221-0/+181
* predicates.md (symbolic_operand): Require a CONST symbolic operand to be a PL...John David Anglin2009-09-111-3/+4
* pa.md (reload_inhi, [...]): New patterns.John David Anglin2009-08-201-1/+1
* tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini2009-08-121-1/+1
* pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from declaration arg...John David Anglin2009-08-021-5/+3