aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-26re PR middle-end/16585 (current_function_has_computed_jump incorrectly change...Steven Bosscher1-4/+0
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-4/+0
2004-10-08emit-rtl.c (last_label_num, [...]): Remove.Kazu Hirata1-1/+0
2004-10-01revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek1-14/+0
2004-09-29tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+14
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-0/+2
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-12/+0
2004-07-27re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner1-1/+2
2004-07-26calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac...Richard Henderson1-2/+2
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-4/+0
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-0/+3
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-16/+1
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-5/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-13/+2
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-11/+0
2004-07-01function.c (identify_blocks, [...]): Remove.Richard Henderson1-3/+0
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-4/+0
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-6/+0
2004-06-30function.h (struct function): Remove x_last_parm_insn, inl_last_parm_insn.Richard Henderson1-8/+0
2004-06-19function.c (free_after_compilation): Do not free computed_goto_common*.Jan Hubicka1-4/+0
2004-06-18emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini1-0/+1
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-5/+0
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-5/+0
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak1-3/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-55/+33
2004-04-28re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun...Jan Hubicka1-0/+2
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-0/+7
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2004-02-04calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.Mark Mitchell1-3/+4
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher1-4/+3
2004-01-03Fix messed up accidental commit.Steven Bosscher1-0/+4
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-4/+0
2003-12-05re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re...Eric Botcazou1-0/+6
2003-11-24function.c: Make outer_function-chain external.Waldek Hebisch1-0/+3
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-0/+5
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson1-0/+7
2003-08-29function.h (struct function): Move function_frequency and max_jumptable_ents ...Richard Henderson1-17/+17
2003-07-01fold-const.c: Convert prototypes to ISO C90.Andreas Jaeger1-24/+24
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-16function.h (struct emit_status): Remove x_last_linenum, x_last_filename.Nathan Sidwell1-3/+2
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek1-0/+3
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-3/+0
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-0/+2
2003-02-15bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson1-0/+4
2003-02-14emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.Zack Weinberg1-2/+2
2003-01-25function.h (struct function): New field calls_constant_p.Roger Sayle1-0/+4
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-5/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+0