aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-13integrate.c (save_for_inline_copying): Add return value from savealloc.Jeffrey A Law1-1/+1
1997-11-04Fix c++ problem resulting from ADDRESSOF support.Jim Wilson1-0/+11
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-15/+67
1997-10-25Reverse this, bad call on my part:Brendan Kehoe1-11/+0
1997-10-24integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.Jim Wilson1-0/+11
1997-10-07One more thinko.Jeff Law1-2/+2
1997-10-07Fix thinko in last change.Jeff Law1-2/+7
1997-10-07integrate.c (save_for_inline_copying): Avoid undefined pointer operations.Jeffrey A Law1-18/+7
1997-09-26integrate.c (expand_inline_function): Make sure there is at least one insn th...Andreas Schwab1-1/+4
1997-09-16integrate.c (expand_inline_function): Move expand_start_bindings after expand...Jason Merrill1-4/+5
1997-09-05integrate.c (save_for_inline_copying): Use 0, not NULL_PTR, as initial value ...Philippe De Muyter1-2/+2
1997-07-28integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...Brendan Kehoe1-2/+13
1997-07-28integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...Brendan Kehoe1-2/+15
1997-06-09integrate.c (expand_inline_function): Use the mode of FNDECL's result rtl...Brendan Kehoe1-2/+4
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-7/+7
1997-05-01(subst_constants, case SUBREG): Cancel changes once done with result.Richard Kenner1-0/+1
1997-04-13integrate.c (copy_rtx_and_substitute): If FRAME_GROWS_DOWNWARD and regno == V...Doug Evans1-5/+9
1997-03-28integrate.c (expand_inline_function): Output NOTE_REPEATED_LINE_NUMBER after ...Doug Evans1-0/+10
1997-01-19(expand_inline_function): Handle a PARALLEL containing a RETURN theRichard Kenner1-1/+3
1997-01-19(save_constants): Make (address (const ..)) to record both modes.Richard Kenner1-15/+42
1996-12-23(function_cannot_inline_p): Reject function with PARALLEL result.Jim Wilson1-0/+8
1996-11-15(copy_for_inline): Call gen_rtvec_vv.Richard Kenner1-1/+1
1996-09-24(expand_inline_function): Avoid creating paradoxical subreg wider thanRichard Kenner1-1/+15
1996-07-23install EH codeMike Stump1-2/+37
1996-07-03formatting tweaksMike Stump1-6/+6
1996-06-18(expand_inline_function): Add missing call to force_operand whenRichard Kenner1-1/+2
1996-04-11(expand_inline_function): When comparing types of formal and actual,Richard Kenner1-1/+3
1996-02-15(save_for_inline_copying): Allocate reg_map with sizeJim Wilson1-1/+1
1996-02-13(save_constants_in_decl_trees): New function.Jim Wilson1-0/+26
1996-02-12(save_for_inline_copying): Put virtual regs into new regno_reg_rtx copy.Richard Kenner1-0/+6
1996-02-10(save_for_inline_copying): Put reg_map in function's maybepermanent obstack i...Richard Kenner1-10/+3
1996-01-14(save_for_inline_copying, case NOTE): Copy RTX_INTEGRATED_P bit.Jim Wilson1-0/+1
1995-12-27Include regs.h.Richard Kenner1-41/+71
1995-11-29(integrate_decl_tree): Delete variable newd.Jim Wilson1-19/+3
1995-10-20(output_inline_function): Turn on flag_no_inline to avoid function integratio...Richard Kenner1-4/+12
1995-09-20(expand_inline_function): Do copy something setting the result register if...Richard Kenner1-0/+5
1995-09-20(set_decl_{origin_self,abstract_flags}): Treat a DECL_INITIAL ofRichard Kenner1-2/+4
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-08-25(output_inline_function): Switch to function obstack.Richard Kenner1-0/+4
1995-07-01(integrate_decl_tree): Set DECL_ABTRACT_ORIGIN before pushdecl callRichard Kenner1-2/+11
1995-06-19(integrate_decl_tree): Only set DECL_ABSTRACT_ORIGIN if the declRichard Kenner1-3/+10
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-31(output_inline_function): Don't call expand_function_end.Richard Kenner1-4/+3
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-28Tweak line numbers in outputJason Merrill1-18/+9
1995-03-08(initialize_for_inline, output_inline_function): Handle FORCED_LABELS.Richard Kenner1-1/+2
1995-02-21* integrate.c (finish_inline): Don't set DECL_INLINE.Jeff Law1-1/+0
1995-01-25Update comment.Richard Kenner1-3/+3
1995-01-20(save_for_inline_copying): Add comment thatJim Wilson1-0/+5
1994-12-29calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass...Jeff Law1-0/+1