aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-23rtl.h (init_virtual_regs): New function.Mark Mitchell1-4/+1
1998-09-15* integrate.c (copy_decl_list): Fix typo.Mark Mitchell1-1/+1
1998-09-10tree.h (DECL_ORIGIN): New macro.Mark Mitchell1-13/+27
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+1
1998-06-21* integrate.c (pushdecl, poplevel): Remove declaration.H.J. Lu1-3/+0
1998-06-08function.c: Define current_function_cannot_inline.Jason Merrill1-0/+3
1998-05-19Warning Fixes:Kaveh R. Ghazi1-2/+2
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-3/+42
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-22/+40
1998-03-28integrate.c (copy_rtx_and_substitute): Rework to avoid need for unused "junk"...Jeffrey A Law1-5/+8
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-1/+3
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+5
1998-02-05integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...Marc Lehmann1-1/+5
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-7/+0
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-31/+32
1997-12-18integrate.c (get_label_from_map): New function.Jeff Law1-6/+29
1997-12-12integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL, look inside ...Richard Kenner1-0/+7
1997-12-12except.c (call_get_eh_context): Don't take a parm.Jason Merrill1-1/+1
1997-12-11[multiple changes]Teemu Torma1-0/+6
1997-12-09integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.Richard Kenner1-0/+8
1997-12-06Merge from gcc-2.8Jeff Law1-1/+1
1997-11-26integrate.c (output_inline_function): Just unset DECL_INLINE.Jason Merrill1-7/+2
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