summaryrefslogtreecommitdiff
path: root/gcc/function.h
Commit message (Expand)AuthorAgeFilesLines
* cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner2001-11-031-1/+0
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-4/+9
* acconfig.h: Fix comment formatting.Kazu Hirata2001-10-091-3/+3
* varasm.c (restore_varasm_status): New.Richard Henderson2001-10-081-0/+1
* function.h (struct function): Add arg_pointer_save_area_init.Richard Henderson2001-09-031-0/+3
* function.c: Remove all_functions.Zack Weinberg2001-08-311-9/+3
* function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson2001-08-271-0/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* integrate.c (ggc.h): Include.DJ Delorie2001-06-211-0/+4
* function.h (virtuals_instantiated): Declare.DJ Delorie2001-04-051-0/+3
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-0/+4
* function.h (struct function): Move all boolean valued fields to single bit fi...Richard Henderson2001-03-271-83/+89
* Remove {save|restore}_machine_status.Nick Clifton2001-01-101-6/+6
* function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin2000-11-291-11/+8
* Remove obstacks.Mark Mitchell2000-10-131-16/+0
* c-decl.c (warn_missing_noreturn): Remove.Richard Henderson2000-10-051-0/+5
* function.h (no_debugging_symbols): New field.Richard Kenner2000-09-161-0/+1
* builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka2000-04-011-5/+7
* calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner2000-03-301-1/+1
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+1
* emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell2000-03-191-5/+7
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-1/+1
* Revert this patch:Mark Mitchell2000-03-051-0/+7
* function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell2000-03-051-7/+0
* function.h (struct expr_status): Add x_arg_space_so_far.Jason Merrill2000-03-021-0/+5
* emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell2000-02-281-0/+3
* Fix copyrights.Jeff Law2000-02-261-1/+2
* calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka2000-02-071-0/+2
* function.c (diddle_return_value): Rework to use a callback function.Richard Henderson2000-02-041-1/+3
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-30/+30
* current_function -> cfunBernd Schmidt1999-12-201-70/+71
* Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1999-12-161-6/+0
* function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill1999-12-151-4/+3
* function.c (PREFERRED_STACK_BOUDNARY): Provide default value.Jan Hubicka1999-12-151-0/+2
* function.h (insert_block_after_note): Declare.Mark Mitchell1999-12-051-0/+5
* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1999-12-041-0/+5
* function.c (diddle_return_value): New.Richard Henderson1999-11-041-0/+4
* function.h (struct function): Add x_dont_save_pending_sizes_p.Mark Mitchell1999-09-261-0/+9
* functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1999-09-171-0/+8
* emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1999-09-151-3/+5
* rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1999-09-151-1/+1
* function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1999-09-091-8/+6
* emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1999-09-071-3/+8
* Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+3
* c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1999-09-051-0/+9
* Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1999-09-041-19/+9
* function.h (struct function): Add new element LANGUAGE.Bernd Schmidt1999-09-041-0/+7
* tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1999-08-291-2/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-102/+382
* Backport of GC branch patches part 2: kill stmt status saving.Bernd Schmidt1999-08-011-20/+1