summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* formatting tweaksmrs1996-07-031-6/+6
* (expand_inline_function): Add missing call to force_operand whenkenner1996-06-181-1/+2
* (expand_inline_function): When comparing types of formal and actual,kenner1996-04-111-1/+3
* (save_for_inline_copying): Allocate reg_map with sizewilson1996-02-151-1/+1
* (save_constants_in_decl_trees): New function.wilson1996-02-131-0/+26
* (save_for_inline_copying): Put virtual regs into new regno_reg_rtx copy.kenner1996-02-121-0/+6
* (save_for_inline_copying): Put reg_map in function's maybepermanentkenner1996-02-101-10/+3
* (save_for_inline_copying, case NOTE): Copy RTX_INTEGRATED_P bit.wilson1996-01-151-0/+1
* Include regs.h.kenner1995-12-271-41/+71
* (integrate_decl_tree): Delete variable newd.wilson1995-11-291-19/+3
* (output_inline_function): Turn on flag_no_inline to avoid functionkenner1995-10-201-4/+12
* (expand_inline_function): Do copy something setting the resultkenner1995-09-201-0/+5
* (set_decl_{origin_self,abstract_flags}): Treat a DECL_INITIAL ofkenner1995-09-201-2/+4
* Fix spelling errors.kenner1995-08-281-1/+1
* (output_inline_function): Switch to function obstack.kenner1995-08-251-0/+4
* (integrate_decl_tree): Set DECL_ABTRACT_ORIGIN before pushdecl callkenner1995-07-021-2/+11
* (integrate_decl_tree): Only set DECL_ABSTRACT_ORIGIN if the declkenner1995-06-191-3/+10
* Update FSF address.kenner1995-06-151-1/+2
* (output_inline_function): Don't call expand_function_end.kenner1995-05-311-4/+3
* Fix typos in comments.kenner1995-05-161-1/+1
* Tweak line numbers in outputmerrill1995-04-281-18/+9
* (initialize_for_inline, output_inline_function): Handle FORCED_LABELS.kenner1995-03-081-1/+2
* * integrate.c (finish_inline): Don't set DECL_INLINE.law1995-02-211-1/+0
* Update comment.kenner1995-01-251-3/+3
* (save_for_inline_copying): Add comment thatwilson1995-01-211-0/+5
* * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on returnlaw1994-12-301-0/+1
* Fix comments.kenner1994-12-071-2/+2
* (expand_inline_function): If called function calls alloca, save andkenner1994-12-021-0/+12
* (subst_constant): Don't treat all virtual regs as constants, justkenner1994-12-021-4/+4
* * integrate.c (function_cannot_inline_p): Do not inline functionslaw1994-11-291-0/+5
* (function_cannot_inline): Don't inline if any parm is a transparentkenner1994-08-191-3/+8
* (expand_inline_function): Use single_set when appropriate.kenner1994-08-121-13/+31
* (expand_inline_function): Don't fall down trying tomerrill1994-07-311-1/+6
* (output_inline_function): Unset DECL_DEFER_OUTPUT onmerrill1994-06-161-0/+3
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-10/+13
* (integrate_decl_tree): Use copy_node to make a copymerrill1994-05-141-12/+11
* (save_for_inline_copying, expand_inline_function): Copykenner1994-05-061-2/+12
* Add prototypes for static functions.kenner1994-04-211-27/+23
* (function_cannot_inline_p): Use current_function_varargs.kenner1994-04-061-3/+1
* (save_for_inline_nocopy): Remove decls of unused vars.kenner1994-03-251-10/+1
* ((subreg_realpart_p): New function.wilson1994-02-281-1/+1
* (expand_inline_function): Allow extra arguments and force theirkenner1994-02-271-14/+24
* (expand_inline_function): Remove last change.kenner1993-12-111-1/+3
* (initialize_for_inline): Handle CONCAT when setting up parmdecl_map.kenner1993-12-111-3/+12
* (output_inline_function): Pass new arg to expand_function_end.rms1993-11-231-1/+1
* (global_const_equiv_map_size): New variable.kenner1993-11-111-18/+35
* (expand_inline_function): Handle CONCAT as rtl for parm.rms1993-11-051-0/+53
* (expand_inline_function): Don't callrms1993-11-041-9/+3
* (expand_inline_function): Push and pop temp slots around making newkenner1993-09-291-0/+3
* bytecodebson1993-09-211-1/+9