aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2000-04-01builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka1-5/+7
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-1/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-5/+7
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-05Revert this patch:Mark Mitchell1-0/+7
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-7/+0
2000-03-02function.h (struct expr_status): Add x_arg_space_so_far.Jason Merrill1-0/+5
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-0/+3
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-07calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka1-0/+2
2000-02-04function.c (diddle_return_value): Rework to use a callback function.Richard Henderson1-1/+3
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-30/+30
1999-12-20current_function -> cfunBernd Schmidt1-70/+71
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-6/+0
1999-12-15function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill1-4/+3
1999-12-15function.c (PREFERRED_STACK_BOUDNARY): Provide default value.Jan Hubicka1-0/+2
1999-12-05function.h (insert_block_after_note): Declare.Mark Mitchell1-0/+5
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-0/+5
1999-11-04function.c (diddle_return_value): New.Richard Henderson1-0/+4
1999-09-26function.h (struct function): Add x_dont_save_pending_sizes_p.Mark Mitchell1-0/+9
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-0/+8
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-3/+5
1999-09-15rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1-1/+1
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-8/+6
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-3/+8
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+3
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-0/+9
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-19/+9
1999-09-04function.h (struct function): Add new element LANGUAGE.Bernd Schmidt1-0/+7
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-102/+382
1999-08-01Backport of GC branch patches part 2: kill stmt status saving.Bernd Schmidt1-20/+1
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-11/+6
1999-07-01except.c: Include intl.h.Richard Henderson1-0/+1
1999-05-30[multiple changes]Jeff Law1-0/+29
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-0/+1
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-1/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-0/+1
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-1/+1
1998-10-22expr.c (pending_chain): Move up.Jason Merrill1-0/+1
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-0/+1
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-2/+0
1998-09-09except.h (current_function_eh_stub_label): Declare.Bernd Schmidt1-0/+2
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-0/+1
1998-06-20flow.c (allocate_for_life_analysis, [...]): Remove declaration.H.J. Lu1-0/+2
1998-06-08function.c: Define current_function_cannot_inline.Jason Merrill1-0/+1
1998-05-28Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1-4/+6
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-1/+3