aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-4/+0
2001-12-05* function.h (tree, rtx): Remove no-longer-needed definitions.Richard Kenner1-10/+0
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-1/+0
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-4/+9
2001-10-09acconfig.h: Fix comment formatting.Kazu Hirata1-3/+3
2001-10-08varasm.c (restore_varasm_status): New.Richard Henderson1-0/+1
2001-09-03function.h (struct function): Add arg_pointer_save_area_init.Richard Henderson1-0/+3
2001-08-31function.c: Remove all_functions.Zack Weinberg1-9/+3
2001-08-27function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson1-0/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-06-21integrate.c (ggc.h): Include.DJ Delorie1-0/+4
2001-04-05function.h (virtuals_instantiated): Declare.DJ Delorie1-0/+3
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+4
2001-03-27function.h (struct function): Move all boolean valued fields to single bit fi...Richard Henderson1-83/+89
2001-01-10Remove {save|restore}_machine_status.Nick Clifton1-6/+6
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-11/+8
2000-10-13Remove obstacks.Mark Mitchell1-16/+0
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-0/+5
2000-09-16function.h (no_debugging_symbols): New field.Richard Kenner1-0/+1
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