aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)Author
1998-10-06 * loop.c (count_one_set): New static function, broken out ofJeffrey A Law
1998-10-01 * calls.c (expand_call) : Encapsulate code intoGavin Romig-Koch
1998-09-23 * rtl.h (init_virtual_regs): New function.Mark Mitchell
1998-09-15 * integrate.c (copy_decl_list): Fix typo.Mark Mitchell
1998-09-10 * tree.h (DECL_ORIGIN): New macro.Mark Mitchell
1998-06-25 * invoke.texi (-fstrict-aliasing): Document.Mark Mitchell
1998-06-21 * integrate.c (pushdecl, poplevel): Remove declaration.Jeffrey A Law
1998-06-08 * function.c: Define current_function_cannot_inline.Jason Merrill
1998-05-19Warning Fixes:Kaveh Ghazi
1998-05-14First cut of changes to utilize the new exception handling modelAndrew Macleod
1998-05-13Warning fixes:Kaveh Ghazi
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeffrey A Law
1998-03-28 * integrate.c (copy_rtx_and_substitute): Rework to avoid need forJeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-02-28Fix warious warnings:Kaveh Ghazi
1998-02-07 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1998-02-05 * integrate.c (INTEGRATE_THRESHOLD): Inline only small functionsMarc Lehmann
1998-01-20 * Makefile.in: Remove all bytecode support.Jeffrey A Law
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;Richard Henderson
1997-12-18 * integrate.c (get_label_from_map): New function.Jeffrey A Law
1997-12-12 * integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL,Richard Kenner
1997-12-12 * except.c (call_get_eh_context): Don't take a parm.Jason Merrill
1997-12-12Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>Teemu Torma
1997-12-09 * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.Richard Kenner
1997-12-07Merge from gcc-2.8Jeffrey A Law
1997-11-26 * integrate.c (output_inline_function): Just unset DECL_INLINE.Jason Merrill
1997-11-14 * integrate.c (save_for_inline_copying): Add return value fromJeffrey A Law
1997-11-05Fix c++ problem resulting from ADDRESSOF support.Jim Wilson
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-10-25Reverse this, bad call on my part:Brendan Kehoe
1997-10-25 * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.Jim Wilson
1997-10-08One more thinko.Jeffrey A Law
1997-10-08Fix thinko in last change.Jeffrey A Law
1997-10-07 * integrate.c (save_for_inline_copying): Avoid undefined pointerJeffrey A Law
1997-09-27 * integrate.c (expand_inline_function): Make sure there is atAndreas Schwab
1997-09-16 * integrate.c (expand_inline_function): Move expand_start_bindingsJason Merrill
1997-09-05 * integrate.c (save_for_inline_copying): Use 0, not NULL_PTR,Philippe De Muyter
1997-07-28 * integrate.c (expand_inline_function): Use xmalloc instead ofBrendan Kehoe
1997-07-28 * integrate.c (expand_inline_function): Use xmalloc instead ofBrendan Kehoe
1997-06-09 * integrate.c (expand_inline_function): Use the mode of FNDECL'sBrendan Kehoe
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-05-01(subst_constants, case SUBREG): Cancel changes once done with result.Richard Kenner
1997-04-13 * integrate.c (copy_rtx_and_substitute): If FRAME_GROWS_DOWNWARDDoug Evans
1997-03-28 * integrate.c (expand_inline_function): OutputDoug Evans
1997-01-20(expand_inline_function): Handle a PARALLEL containing a RETURN theRichard Kenner
1997-01-19(save_constants): Make (address (const ..)) to record both modes.Richard Kenner
1996-12-24(function_cannot_inline_p): Reject function withJim Wilson
1996-11-15(copy_for_inline): Call gen_rtvec_vv.Richard Kenner
1996-09-24(expand_inline_function): Avoid creating paradoxical subreg wider thanRichard Kenner
1996-07-23install EH codeMike Stump