aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-13/+8
1999-02-01Use varrays for constant-equivalence data:Ken Raeburn1-75/+54
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-24/+33
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-4/+4
1999-01-15Revert mistaken commit from the wrong tree.Richard Henderson1-105/+12
1999-01-14Update copyright.Richard Henderson1-13/+106
1999-01-13integrate.c (expand_inline_function): Recognize (mem (addressof)) and substit...Richard Henderson1-30/+45
1998-12-15Cope with inlining functions which return a multiword CONCAT valueNick Clifton1-1/+11
1998-12-09except.h (struct handler_info): Add handler_number fieldAndrew MacLeod1-6/+1
1998-12-08See ChangeLog..Andrew MacLeod1-25/+42
1998-10-06loop.c (count_one_set): New static function, broken out of count_loop_regs_setBernd Schmidt1-91/+58
1998-10-01calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1-7/+25
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