aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-27integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE when copying ...Mark Mitchell1-3/+6
2000-02-25Copyright fixesJeff Law1-1/+2
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-5/+5
2000-02-10function.c (assign_temp): Change zero-sized arrays to size 1.Jan Hubicka1-3/+0
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+1
2000-02-07calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka1-1/+11
2000-02-04function.c (diddle_return_value): Rework to use a callback function.Richard Henderson1-0/+7
2000-01-19stupid.c: Die die die.Richard Henderson1-7/+0
2000-01-17combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.Richard Henderson1-3/+10
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-14/+14
2000-01-03integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on copied LABEL_...Mark Mitchell1-1/+7
1999-12-20current_function -> cfunBernd Schmidt1-11/+11
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-25/+81
1999-11-28integrate.c (mark_stores): Function definition made void, to match previous d...Philippe De Muyter1-1/+1
1999-11-23integrate.h (copy_decl_for_inlining): New declaration.Mark Mitchell1-46/+49
1999-11-18* integrate.c (expand_inline_function): Add necessary check for NULL.Gavin Romig-Koch1-1/+2
1999-11-07* integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.Mark Mitchell1-1/+1
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-10/+16
1999-10-31integrate.c (expand_inline_function): Fix bugs in previous change from Oct 28...Jeffrey A Law1-8/+12
1999-10-31[multiple changes]Richard Kenner1-120/+190
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-5/+8
1999-10-26integrate.c (function_cannot_inline_p): Don't allow inlining if setjmp is used.Richard Henderson1-0/+3
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-25/+0
1999-10-24integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT for inlined ...Mark Mitchell1-17/+17
1999-10-20Fix numerous -O3 -g testsuite failures for DWARF2 targets.Jim Wilson1-0/+13
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-3/+16
1999-09-16function.c (identify_blocks): Don't shadow a variable in an outer scope.Mark Mitchell1-37/+38
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-3/+3
1999-09-06Merge in gcc2-ss-010999Jeff Law1-8/+14
1999-09-05Fix typo in last change.Mark Mitchell1-1/+1
1999-09-05integrate.c (function_cannot_inline_p): Do not inline functions with forced l...Richard Henderson1-0/+3
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-1009/+82
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-1/+2
1999-08-30integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer just like ...Jeffrey A Law1-2/+7
1999-08-25Warning fixes:Kaveh R. Ghazi1-3/+3
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-3/+8
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-2/+3
1999-08-09Include function.h in most files.Bernd Schmidt1-204/+88
1999-04-25flags.h (inline_max_insns): Declare.Theodore Papadopoulo1-3/+22
1999-04-14graph.c (node_data): Return void.Zack Weinberg1-1/+5
1999-04-11* integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.Theodore Papadopoulo1-1/+1
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