summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-204/+88
* * flags.h (inline_max_insns): Declare.law1999-04-251-3/+22
* 1999-04-14 23:26 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-141-1/+5
* * integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.law1999-04-121-1/+1
* * c-aux-info.c (data_type, affix_data_type, gen_decl,ghazi1999-03-061-1/+1
* * output.h (current_function_has_computed_jump): Rename fromrth1999-02-081-13/+8
* Use varrays for constant-equivalence data:raeburn1999-02-011-75/+54
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-24/+33
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-4/+4
* Revert mistaken commit from the wrong tree.rth1999-01-151-105/+12
* Update copyright.rth1999-01-141-13/+106
* * integrate.c (expand_inline_function): Recognize (mem (addressof))rth1999-01-131-30/+45
* Cope with inlining functions which return a multiword CONCAT valuenickc1998-12-151-1/+11
* * except.h (struct handler_info): Add handler_number fieldamacleod1998-12-091-6/+1
* Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-12-081-25/+42
* * loop.c (count_one_set): New static function, broken out oflaw1998-10-061-91/+58
* * calls.c (expand_call) : Encapsulate code intogavin1998-10-011-7/+25
* * rtl.h (init_virtual_regs): New function.mmitchel1998-09-231-4/+1
* * integrate.c (copy_decl_list): Fix typo.mmitchel1998-09-151-1/+1
* * tree.h (DECL_ORIGIN): New macro.mmitchel1998-09-101-13/+27
* * invoke.texi (-fstrict-aliasing): Document.mmitchel1998-06-251-0/+1
* * integrate.c (pushdecl, poplevel): Remove declaration.law1998-06-211-3/+0
* * function.c: Define current_function_cannot_inline.jason1998-06-081-0/+3
* Warning Fixes:ghazi1998-05-191-2/+2
* First cut of changes to utilize the new exception handling modelamacleod1998-05-141-3/+42
* Warning fixes:ghazi1998-05-131-0/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-22/+40
* * integrate.c (copy_rtx_and_substitute): Rework to avoid need forlaw1998-03-281-5/+8
* Major cutover to using system.h:ghazi1998-03-201-5/+1
* Fix warious warnings:ghazi1998-02-281-1/+3
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-0/+5
* * integrate.c (INTEGRATE_THRESHOLD): Inline only small functionslaw1998-02-051-1/+5
* * Makefile.in: Remove all bytecode support.law1998-01-201-7/+0
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-31/+32
* * integrate.c (get_label_from_map): New function.law1997-12-181-6/+29
* * integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL,law1997-12-121-0/+7
* * except.c (call_get_eh_context): Don't take a parm.jason1997-12-121-1/+1
* Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>jason1997-12-121-0/+6
* * integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.law1997-12-091-0/+8
* Merge from gcc-2.8law1997-12-071-1/+1
* * integrate.c (output_inline_function): Just unset DECL_INLINE.jason1997-11-261-7/+2
* * integrate.c (save_for_inline_copying): Add return value fromlaw1997-11-141-1/+1
* Fix c++ problem resulting from ADDRESSOF support.wilson1997-11-051-0/+11
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-15/+67
* Reverse this, bad call on my part:brendan1997-10-251-11/+0
* * integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.brendan1997-10-251-0/+11
* One more thinko.law1997-10-081-2/+2
* Fix thinko in last change.law1997-10-081-2/+7
* * integrate.c (save_for_inline_copying): Avoid undefined pointerlaw1997-10-071-18/+7
* * integrate.c (expand_inline_function): Make sure there is atlaw1997-09-271-1/+4