target.h (globalize_decl_name): New.
[gcc.git] / gcc / function.h
2007-01-10 Razya Ladelskyfunction.c (get_last_funcdef_no): New function.
2006-12-16 Jan Hubickaomp-low.c (expand_omp_parallel): Set function properties.
2006-12-13 Jan HubickaMakefile.in: Add dependencies.
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-28 Jan HubickaPrivatize SSA variables into gimple_df.
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-06-16 Richard Guentherfunction.h (enum function_frequency): Move declaration...
2006-05-05 Aldy Hernandezc-parser.c (c_parser_cast_expression): Only insert...
2006-04-18 Kazu Hiratafunction.c (temp_slots_at_level, [...]): Use VEC instea...
2006-04-12 Kazu HirataMakefile.in (GTFILES): Move functions.h after tree.h.
2006-04-11 Aldy Hernandez20060410.c: New.
2006-03-20 Steven Bosscherfunction.h (struct function): Rename to x_stack_check_p...
2006-03-11 Eric Botcazoufunction.h (frame_offset_overflow): Declare.
2006-03-05 Kazu Hiratafunction.c (use_return_register): Make it static.
2006-03-04 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-01-28 Kazu Hirataemit-rtl.c (init_virtual_regs): Make it static.
2006-01-18 Kazu Hiratafunction.c (instantiate_virtual_regs): Make it static.
2006-01-17 Kazu HirataMakefile.in (FUNCTION_H): New.
2006-01-11 Jan Hubickacgraph.c (cgraph_insert_node_to_hashtable): New function.
2005-08-19 James E WilsonFix uninitialized register read problem.
2005-06-30 Jan Hubickafunction.h (struct function): Add saved blocks/unexpand...
2005-06-27 Richard Hendersonc-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-04 Kazu Hiratafunction.c (prologue, [...]): Change their types to...
2005-05-17 Steven Bosschercgraph.h (cgraph_node): Add 'lowered' state.
2005-05-16 Caroline Ticebb-reorder.c (verify_hot_cold_block_grouping): Replace...
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.
next