summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-4/+4
* Revert mistaken commit from the wrong tree.Richard Henderson1999-01-151-105/+12
* Update copyright.Richard Henderson1999-01-141-13/+106
* integrate.c (expand_inline_function): Recognize (mem (addressof)) and substit...Richard Henderson1999-01-131-30/+45
* Cope with inlining functions which return a multiword CONCAT valueNick Clifton1998-12-151-1/+11
* except.h (struct handler_info): Add handler_number fieldAndrew MacLeod1998-12-091-6/+1
* See ChangeLog..Andrew MacLeod1998-12-081-25/+42
* loop.c (count_one_set): New static function, broken out of count_loop_regs_setBernd Schmidt1998-10-061-91/+58
* calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1998-10-011-7/+25
* rtl.h (init_virtual_regs): New function.Mark Mitchell1998-09-231-4/+1
* * integrate.c (copy_decl_list): Fix typo.Mark Mitchell1998-09-151-1/+1
* tree.h (DECL_ORIGIN): New macro.Mark Mitchell1998-09-101-13/+27
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+1
* * integrate.c (pushdecl, poplevel): Remove declaration.H.J. Lu1998-06-211-3/+0
* function.c: Define current_function_cannot_inline.Jason Merrill1998-06-081-0/+3
* Warning Fixes:Kaveh R. Ghazi1998-05-191-2/+2
* First cut of changes to utilize the new exception handling modelAndrew MacLeod1998-05-141-3/+42
* Warning fixes:Kaveh R. Ghazi1998-05-131-0/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-22/+40
* integrate.c (copy_rtx_and_substitute): Rework to avoid need for unused "junk"...Jeffrey A Law1998-03-281-5/+8
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-5/+1
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-1/+3
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-0/+5
* integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...Marc Lehmann1998-02-051-1/+5
* Makefile.in: Remove all bytecode support.Jeffrey A Law1998-01-201-7/+0
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-31/+32
* integrate.c (get_label_from_map): New function.Jeff Law1997-12-181-6/+29
* integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL, look inside ...Richard Kenner1997-12-121-0/+7
* except.c (call_get_eh_context): Don't take a parm.Jason Merrill1997-12-121-1/+1
* [multiple changes]Teemu Torma1997-12-111-0/+6
* integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.Richard Kenner1997-12-091-0/+8
* Merge from gcc-2.8Jeff Law1997-12-061-1/+1
* integrate.c (output_inline_function): Just unset DECL_INLINE.Jason Merrill1997-11-261-7/+2
* integrate.c (save_for_inline_copying): Add return value from savealloc.Jeffrey A Law1997-11-131-1/+1
* Fix c++ problem resulting from ADDRESSOF support.Jim Wilson1997-11-041-0/+11
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-15/+67
* Reverse this, bad call on my part:Brendan Kehoe1997-10-251-11/+0
* integrate.c (save_for_inline_copying): Copy parm_reg_stack_loc.Jim Wilson1997-10-241-0/+11
* One more thinko.Jeff Law1997-10-071-2/+2
* Fix thinko in last change.Jeff Law1997-10-071-2/+7
* integrate.c (save_for_inline_copying): Avoid undefined pointer operations.Jeffrey A Law1997-10-071-18/+7
* integrate.c (expand_inline_function): Make sure there is at least one insn th...Andreas Schwab1997-09-261-1/+4
* integrate.c (expand_inline_function): Move expand_start_bindings after expand...Jason Merrill1997-09-161-4/+5
* integrate.c (save_for_inline_copying): Use 0, not NULL_PTR, as initial value ...Philippe De Muyter1997-09-051-2/+2
* integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...Brendan Kehoe1997-07-281-2/+13
* integrate.c (expand_inline_function): Use xmalloc instead of alloca for the L...Brendan Kehoe1997-07-281-2/+15
* integrate.c (expand_inline_function): Use the mode of FNDECL's result rtl...Brendan Kehoe1997-06-091-2/+4
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-7/+7
* (subst_constants, case SUBREG): Cancel changes once done with result.Richard Kenner1997-05-011-0/+1
* integrate.c (copy_rtx_and_substitute): If FRAME_GROWS_DOWNWARD and regno == V...Doug Evans1997-04-131-5/+9