summaryrefslogtreecommitdiff
path: root/gcc/function.h
Commit message (Expand)AuthorAgeFilesLines
* backport: [multiple changes]Matthias Klose2003-11-141-0/+3
* re PR rtl-optimization/2001 (Inordinately long compile times in reload CSE regs)Richard Henderson2003-03-211-0/+4
* re PR c/7344 (performance regression on huge case statements)Jan Hubicka2002-10-111-0/+4
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings2002-08-251-0/+7
* varargs.h: Replace with stub which issues #error.Zack Weinberg2002-07-161-7/+1
* function.h (struct emit_status): Clarify potential contents of regno_reg_rtx ...Jan Hubicka2002-06-231-1/+4
* function.h (struct function): Rename profile_label_no.Richard Henderson2002-06-171-3/+3
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-28/+19
* invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka2002-05-151-0/+13
* final.c (end_final): Tidy whitespace.Richard Henderson2002-05-101-1/+1
* final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka2002-05-091-0/+3
* re PR target/6413 (PROFILE_HOOK label_no)Alan Modra2002-04-231-0/+4
* Makefile.in: Update.Neil Booth2002-04-201-7/+0
* fix comment typoJason Merrill2002-03-151-1/+1
* function.h (struct function): Add profile.William Cohen2002-01-031-0/+4
* * function.h: Remove undefs for rtx and tree.Graham Stott2001-12-311-8/+0
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-4/+0
* * function.h (tree, rtx): Remove no-longer-needed definitions.Richard Kenner2001-12-051-10/+0
* 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