summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* integrate.c (expand_inline_function): Output NOTE_REPEATED_LINE_NUMBER after ...Doug Evans1997-03-281-0/+10
* (expand_inline_function): Handle a PARALLEL containing a RETURN theRichard Kenner1997-01-191-1/+3
* (save_constants): Make (address (const ..)) to record both modes.Richard Kenner1997-01-191-15/+42
* (function_cannot_inline_p): Reject function with PARALLEL result.Jim Wilson1996-12-231-0/+8
* (copy_for_inline): Call gen_rtvec_vv.Richard Kenner1996-11-151-1/+1
* (expand_inline_function): Avoid creating paradoxical subreg wider thanRichard Kenner1996-09-241-1/+15
* install EH codeMike Stump1996-07-231-2/+37
* formatting tweaksMike Stump1996-07-031-6/+6
* (expand_inline_function): Add missing call to force_operand whenRichard Kenner1996-06-181-1/+2
* (expand_inline_function): When comparing types of formal and actual,Richard Kenner1996-04-111-1/+3
* (save_for_inline_copying): Allocate reg_map with sizeJim Wilson1996-02-151-1/+1
* (save_constants_in_decl_trees): New function.Jim Wilson1996-02-131-0/+26
* (save_for_inline_copying): Put virtual regs into new regno_reg_rtx copy.Richard Kenner1996-02-121-0/+6
* (save_for_inline_copying): Put reg_map in function's maybepermanent obstack i...Richard Kenner1996-02-101-10/+3
* (save_for_inline_copying, case NOTE): Copy RTX_INTEGRATED_P bit.Jim Wilson1996-01-141-0/+1
* Include regs.h.Richard Kenner1995-12-271-41/+71
* (integrate_decl_tree): Delete variable newd.Jim Wilson1995-11-291-19/+3
* (output_inline_function): Turn on flag_no_inline to avoid function integratio...Richard Kenner1995-10-201-4/+12