aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-12pa.c (pa_option_override): Remove auto increment FIXME.John David Anglin1-6/+0
2014-02-05re PR target/59777 (Incorrect expansion of TLS arguments in a call)John David Anglin1-6/+10
2014-01-26pa.c (pa_attr_length_indirect_call): Adjust length of portable runtime and PI...John David Anglin1-9/+9
2014-01-19pa.c (pa_attr_length_millicode_call): Correct length of long non-pic millicod...John David Anglin1-1/+1
2014-01-18pa.c (pa_attr_length_indirect_call): Don't output a short call to $$dyncall w...John David Anglin1-1/+2
2014-01-08re PR target/59652 (ICE: in reload_cse_simplify_operands, at postreload.c:411)John David Anglin1-5/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-09-20re PR middle-end/56791 (Segmentation fault in stage2 gengenrtl -- Incorrect i...John David Anglin1-0/+6
2013-09-14re PR target/58382 (unwind.inc:136:1: ICE: in trunc_int_for_mode, at explow.c...John David Anglin1-2/+4
2013-07-25pa.c (pa_trampoline_init): Emit __enable_execute_stack libcall if HAVE_ENABLE...Mark Kettenis1-0/+5
2013-05-05config.gcc (hppa*-*-*): Remove MASK_BIG_SWITCH from CPU default.Steven Bosscher1-120/+28
2013-04-06re PR target/55487 (ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-...John David Anglin1-1/+3
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-5/+2
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-13/+6
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-39/+34
2013-03-11re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin1-15/+0
2013-02-18re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin1-0/+15
2013-02-18re PR target/56214 (FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE)John David Anglin1-19/+11
2013-02-03constraints.md: Adjust unused letters.John David Anglin1-56/+326
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09pa.c (pa_emit_move_sequence): Replace calls to gen_insv with calls to gen_ins...John David Anglin1-4/+12
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2013-01-04re PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling ...John David Anglin1-7/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-24/+23
2012-11-13re PR target/55195 (shorten_branches generates incorrect forward branch dista...John David Anglin1-30/+44
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-4/+2
2012-09-08pa.c (hppa_rtx_costs): Update costs for large integer modes.John David Anglin1-8/+32
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-2/+3
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-2/+2
2012-06-03pa.h (MAX_PCREL17F_OFFSET): Define.John David Anglin1-3/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-0/+1
2012-05-30re PR target/52999 (ICE, segmentation fault in c_tree_printer)John David Anglin1-0/+25
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-21/+29
2012-04-27re PR target/52999 (ICE, segmentation fault in c_tree_printer)John David Anglin1-3/+0
2012-01-28re PR target/51871 (FAIL: gcc.c-torture/execute/20010122-1.c execution)John David Anglin1-5/+26
2011-12-23re PR middle-end/51252 (FAIL: c-c++-common/tm/freq.c (internal compiler error))John David Anglin1-4/+21
2011-11-12hppa: Install __sync libfuncs for linux.Richard Henderson1-0/+3
2011-11-06pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.John David Anglin1-45/+50
2011-10-29re PR target/50617 (ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with une...John David Anglin1-154/+142
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-03PR Bug middle-end/50232John David Anglin1-0/+18
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-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