aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-27re PR middle-end/37316 (Small structs are not passed correctly on hppa64-*-*)John David Anglin1-2/+6
2008-10-11re PR middle-end/37608 (libgcc2.c:1981: ICE: vector VEC(m em_ref_p,base) inde...John David Anglin1-6/+13
2008-10-04re PR target/37603 (FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above)John David Anglin1-2/+2
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-4/+6
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-23/+23
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-3/+4
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-2/+1
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+2
2008-05-25Delete get_inner_array_type. Use strip_array_types instead.Alan Modra1-2/+1
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-10/+10
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-7/+7
2008-03-11pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on TARGET_HPUX.John David Anglin1-13/+11
2008-02-09PR middle_end/34150John David Anglin1-1/+20
2007-12-22pa.c (hppa_legitimize_address): Use INT14_OK_STRICT in mask selection.John David Anglin1-1/+1
2007-12-21re PR target/34525 (ICE in extract_insn, at recog.c:1990 on hppa)John David Anglin1-10/+28
2007-12-20re PR target/34525 (ICE in extract_insn, at recog.c:1990 on hppa)John David Anglin1-0/+4
2007-12-16re PR bootstrap/34003 (gcc trunk unable to bootstrap itself; Unsatisfied symb...Jakub Jelinek1-0/+8
2007-12-09re PR target/32889 (ICE in delete_output_reload, at reload1.c:7926)John David Anglin1-10/+104
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek1-1/+4
2007-09-15re PR target/33062 (ICE in emit_move_insn and expand_call with -fdefault-inte...John David Anglin1-1/+1
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-7/+7
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-15re PR middle-end/32398 (checking for suffix of object files... configure: err...John David Anglin1-6/+47
2007-07-10Replace no_new_pseudos in backends.Ian Lance Taylor1-2/+1
2007-06-30pa.md (return): Delete pattern.John David Anglin1-16/+1
2007-06-15[multiple changes]Andrew Pinski1-6/+10
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-20/+20
2007-05-29constraints.md: New file.John David Anglin1-4/+34
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-21/+7
2007-05-06pa.md: Split tgd_load, tld_load and tie_load into pic and non-pic versions.Aurelien Jarno1-3/+12
2007-04-12pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not null before...John David Anglin1-2/+3
2007-03-19pa.c (output_deferred_plabels, [...]): Cleanup formatting of targetm calls.John David Anglin1-14/+14
2007-03-18pa.md: Add fpstore_load and store_fpload instruction types.John David Anglin1-1/+2
2007-03-16pa.c (attr_length_call): Partially revert change of 2007-03-09.John David Anglin1-3/+3
2007-03-10pa.c (attr_length_call): Revise condition for long pc-relative branch.John David Anglin1-6/+9
2007-02-20c4x.md, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2007-01-26re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors))Steve Ellcey1-1/+1
2007-01-25re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors))Steve Ellcey1-0/+6
2007-01-20pa.c (output_move_double): Change array size of xoperands to 4.John David Anglin1-4/+1
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher1-3/+2
2006-12-24pa.c: Remove heap vector type defines.Andreas Tobler1-3/+0
2006-12-06pa.c (hppa_gimplify_va_arg_expr): Build MODIFY_EXPR not GIMPLE_MODIFY_STMT.Aldy Hernandez1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-11-24pa.c (return_addr_rtx): Change 0xe0400002 to -532676606.John David Anglin1-1/+3
2006-11-19re PR target/29114 (ICE when cross-compiling glibc for hppa on a 64bit host)John David Anglin1-0/+1
2006-04-15pa.md (output_bb patterns): Shorten long branch alternatives by 4.John David Anglin1-27/+29
2006-04-09re PR target/26743 (gcc generates unreachable branch)John David Anglin1-78/+262