basic-block.h (FOR_ALL_BB_FN): New macro.
[gcc.git] / gcc / function.h
2005-05-12 Steven Bosscherexcept.c (duplicate_eh_region_1, [...]): New functions...
2005-04-27 Caroline TiceCorrect fixes for various hot/cold partitioning concerns.
2005-04-12 Steven BosscherMakefile.in: Add function.h to BASIC_BLOCK_H.
2005-04-12 Caroline TiceRevert patch from April 9.
2005-04-09 Caroline TiceFix problems with labels with hot/cold partitioning.
2005-04-09 Jakub Jelinektree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FI...
2005-04-08 Kazu Hirata* function.h (nonlocal_labels): Remove.
2005-04-08 Kazu Hiratafunction.h (function): Remove instrument_entry_exit.
2005-04-08 Kazu Hiratafunction.c (push_function_context_to): Don't set contai...
2005-03-14 Kazu Hiratafunction.c (get_func_frame_size): Make it static.
2005-02-20 Steven Bosscherre PR middle-end/19698 (Infinite loop in update_life_info)
2005-01-27 Kazu Hiratac-common.def, [...]: Update copyright.
2005-01-26 Steven Bosscherre PR middle-end/16585 (current_function_has_computed_j...
2004-11-23 Zack Weinbergfunction.h (struct function): Remove calls_longjmp.
2004-10-08 Kazu Hirataemit-rtl.c (last_label_num, [...]): Remove.
2004-10-01 Jakub Jelinekrevert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_CO...
2004-09-29 Jakub Jelinektree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FI...
2004-09-08 Richard Hendersonfunction.c (reference_callee_copied): New.
2004-08-09 Paolo BonziniMakefile.in (GTFILES): Remove stmt.c
2004-07-28 Richard Kennerre PR tree-optimization/15077 (ICE in make_decl_rtl...
2004-07-26 Richard Hendersoncalls.c (combine_pending_stack_adjustment_and_call...
2004-07-14 Paolo Bonziniexpr.c (enqueue_insn, [...]): Remove.
2004-07-13 Richard Hendersonfunction.c (pass_by_reference): New.
2004-07-04 Richard Hendersonrtl.def (ADDRESSOF): Remove.
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove x_function_call_count.
2004-07-01 Richard Hendersonfunction.c (identify_blocks, [...]): Remove.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove dont_emit_block_notes.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove x_whole_function_m...
2004-06-30 Richard Hendersonfunction.h (struct function): Remove x_last_parm_insn...
2004-06-19 Jan Hubickafunction.c (free_after_compilation): Do not free comput...
2004-06-18 Paolo Bonziniemit-rtl.c (unshare_all_rtl_1): New name of unshare_all...
2004-06-15 Paolo Bonzinifunction.h (struct function): Remove cannot_inline...
2004-06-03 Steven Bosscherbasic-block.c (tail_recursion_label_list): Don't declare.
2004-05-19 Zdenek DvorakMultiple fixes: PRs 14692, 15274 and 15463
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-28 Jan Hubickare PR c/15004 ([unit-at-a-time] no warning for unused...
2004-04-01 Jan Hubickacgraph.c: Add overall comment.
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-02-04 Mark Mitchellcalls.c (initialize_argument_information): Add CALL_FRO...
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-13 Steven Bosscherre PR c++/13376 (Incorrect dumps of RTL for passes...
2004-01-03 Steven BosscherFix messed up accidental commit.
2003-12-30 Steven Bosscherbackport: et-forest.h (et_forest_create, [...]): Declar...
2003-12-05 Eric Botcazoure PR middle-end/11151 (__builtin_return(__builtin_appl...
2003-11-24 Waldek Hebischfunction.c: Make outer_function-chain external.
2003-09-25 Ziemowit LaskiMERGE OF objc-improvements-branch into MAINLINE.
2003-08-29 Richard Hendersonfunction.h (struct function): Add rtl_inline_init,...
2003-08-29 Richard Hendersonfunction.h (struct function): Move function_frequency...
2003-07-01 Andreas Jaegerfold-const.c: Convert prototypes to ISO C90.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-16 Nathan Sidwellfunction.h (struct emit_status): Remove x_last_linenum...
2003-06-04 Jakub Jelinekfunction.c (trampolines_created): New variable.
2003-05-11 Nathan Sidwellcoverage.h (coverage_counter_alloc): New function.
2003-03-05 Jan HubickaMakefile.in (calls.o, [...]): Depend on cgraph.h
2003-02-15 Richard Hendersonbb-reorder.c (find_traces_1_round): Don't connect easy...
2003-02-14 Zack Weinbergemit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
2003-01-25 Roger Saylefunction.h (struct function): New field calls_constant_p.
2003-01-24 Jan Hubickaemit-rtl.c (reg_attrs_htab): New static variable.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-11 Jan Hubickare PR c/7344 (performance regression on huge case state...
2002-09-22 Kazu Hiratadbxout.c: Follow spelling conventions.
2002-09-08 Kazu Hiratabasic-block.h: Fix comment formatting.
2002-08-25 Stuart Hastingsfunction.h (struct function): Add flag all_throwers_are...
2002-07-16 Zack Weinbergvarargs.h: Replace with stub which issues #error.
2002-06-23 Jan Hubickafunction.h (struct emit_status): Clarify potential...
2002-06-17 Richard Hendersonfunction.h (struct function): Rename profile_label_no.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-15 Jan Hubickainvoke.texi (-malign-double): Re-add lost warning.
2002-05-11 Richard Hendersonfinal.c (end_final): Tidy whitespace.
2002-05-09 Jan Hubickafinal.c (end_final): Use C trees to output data structu...
2002-04-23 Alan Modrare PR target/6413 (PROFILE_HOOK label_no)
2002-04-20 Neil BoothMakefile.in: Update.
2002-03-15 Jason Merrillfix comment typo
2002-01-03 William Cohenfunction.h (struct function): Add profile.
2001-12-31 Graham Stott* function.h: Remove undefs for rtx and tree.
2001-12-05 Richard Kennerattribs.c (handle_no_check_memory_usage_atribute):...
2001-12-05 Richard Kenner* function.h (tree, rtx): Remove no-longer-needed defin...
2001-11-03 Richard Kennercselib.c (cselib_subst_to_values, [...]): Remove refere...
2001-10-18 Richard Kenneremit-rtl.c (gen_reg_rtx): Also reallocate reg_decl...
2001-10-09 Kazu Hirataacconfig.h: Fix comment formatting.
2001-10-08 Richard Hendersonvarasm.c (restore_varasm_status): New.
2001-09-03 Richard Hendersonfunction.h (struct function): Add arg_pointer_save_area...
2001-08-31 Zack Weinbergfunction.c: Remove all_functions.
2001-08-27 Richard Hendersonfunction.c (expand_function_end): Don't init arg_pointe...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-06-21 DJ Delorieintegrate.c (ggc.h): Include.
2001-04-05 DJ Deloriefunction.h (virtuals_instantiated): Declare.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Richard Hendersonfunction.h (struct function): Move all boolean valued...
2001-01-10 Nick CliftonRemove {save|restore}_machine_status.
2000-11-30 John David Anglinfunction.h (emit_status): Delete member regno_pointer_f...
2000-10-13 Mark MitchellRemove obstacks.
2000-10-06 Richard Hendersonc-decl.c (warn_missing_noreturn): Remove.
2000-09-16 Richard Kennerfunction.h (no_debugging_symbols): New field.
2000-04-01 Jan Hubickabuiltins.c (expand_builtin_apply): Pass proper paramete...
2000-03-30 Richard Kennercalls.c (expand_call): Pass bit alignment to mark_reg_p...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-19 Mark Mitchellemit-rtl.c (remove_unncessary_notes): Check that all...
next