aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka1-0/+4
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-25function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings1-0/+7
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-7/+1
2002-06-23function.h (struct emit_status): Clarify potential contents of regno_reg_rtx ...Jan Hubicka1-1/+4
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson1-3/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-28/+19
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka1-0/+13
2002-05-10final.c (end_final): Tidy whitespace.Richard Henderson1-1/+1
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-0/+3
2002-04-23re PR target/6413 (PROFILE_HOOK label_no)Alan Modra1-0/+4
2002-04-20Makefile.in: Update.Neil Booth1-7/+0
2002-03-15fix comment typoJason Merrill1-1/+1
2002-01-03function.h (struct function): Add profile.William Cohen1-0/+4
2001-12-31* function.h: Remove undefs for rtx and tree.Graham Stott1-8/+0
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