OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / function.h
2007-05-21 nathan * builtins.c (expand_builtin_setjmp_setup): Update...
2007-05-14 rakdver * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW...
2007-04-28 hubicka * config/alpha/alpha.c (alpha_output_mi_thunk_osf...
2007-04-24 hubicka Revert:
2007-04-23 hubicka * function.c (init_function_start): Don't init line...
2007-04-16 aldyh * function.h: Remove sequence_stack extern...
2007-03-06 hubicka * errors.h (warning, error, fatal, internal_error...
2007-01-10 razya2007-01-10 Razya Ladelsky <razya@il.ibm.com>
2006-12-16 hubicka * omp-low.c (expand_omp_parallel): Set function proper...
2006-12-13 hubicka * Makefile.in: Add dependencies.
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-11-28 hubicka Privatize SSA variables into gimple_df.
2006-11-17 rakdver * tree-vrp.c (execute_vrp): Do not update current_loops.
2006-06-16 rguenth2006-06-16 Richard Guenther <rguenther@suse.de>
2006-05-05 aldyh PR/21391
2006-04-18 kazu * function.c (temp_slots_at_level, max_slot_level...
2006-04-12 kazu * Makefile.in (GTFILES): Move functions.h after tree.h.
2006-04-11 aldyh PR/21391
2006-03-20 steven * function.h (struct function) <x_tail_recursion_reentry>:
2006-03-11 ebotcazou * function.h (frame_offset_overflow): Declare.
2006-03-05 kazu * function.c (use_return_register): Make it static.
2006-03-04 kazu * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraph...
2006-01-28 kazu * emit-rtl.c (init_virtual_regs): Make it static.
2006-01-18 kazu * function.c (instantiate_virtual_regs): Make it static.
2006-01-17 kazu * Makefile.in (FUNCTION_H): New. Use it instead of
2006-01-11 hubicka * cgraph.c (cgraph_insert_node_to_hashtable): New...
2005-08-19 wilsonFix uninitialized register read problem.
2005-06-30 hubicka * function.h (struct function): Add saved blocks/unexp...
2005-06-27 jakub * c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__...
2005-06-25 kcookUpdate FSF address.
2005-06-04 kazu * function.c (prologue, epilogue, sibcall_epilogue...
2005-05-17 hubicka * cgraph.h (cgraph_node): Add 'lowered' state.
2005-05-16 ctice2005-05-16 Caroline Tice <ctice@apple.com>
2005-05-12 hubicka * except.c (duplicate_eh_region_1, duplicate_eh_region_2,
2005-04-27 cticeCorrect fixes for various hot/cold partitioning concerns.
2005-04-12 hubicka * Makefile.in: Add function.h to BASIC_BLOCK_H. Remov...
2005-04-12 cticeRevert patch from April 9.
2005-04-09 cticeFix problems with labels with hot/cold partitioning.
2005-04-09 jakub * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER...
2005-04-08 kazu * function.h (nonlocal_labels): Remove.
2005-04-08 kazu * function.h (function): Remove instrument_entry_exit.
2005-04-08 kazu * function.c (push_function_context_to): Don't set
2005-03-14 kazu * function.c (get_func_frame_size): Make it static.
2005-02-20 steven PR middle-end/19698
2005-01-27 kazu * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,
2005-01-26 steven PR middle-end/16585
2004-11-23 zack * function.h (struct function): Remove calls_longjmp.
2004-10-08 kazu * emit-rtl.c (last_label_num, base_label_num): Remove.
2004-10-01 jakub2004-10-01 Jakub Jelinek <jakub@redhat.com>
2004-09-29 jakub * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER...
2004-09-08 rth * function.c (reference_callee_copied): New.
2004-08-09 bonzini2004-08-09 Paolo Bonzini <bonzini@gnu.org>
2004-07-28 kenner PR optimization/15077
2004-07-26 rth * calls.c (combine_pending_stack_adjustment_and...
2004-07-14 bonzini2004-07-14 Paolo Bonzini <bonzini@gnu.org>
2004-07-13 rth * function.c (pass_by_reference): New.
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-07-01 rth * function.h (struct function): Remove x_functi...
2004-07-01 rth * function.c (identify_blocks, identify_blocks_...
2004-07-01 rth * function.h (struct function): Remove dont_emi...
2004-07-01 rth * function.h (struct function): Remove x_whole_...
2004-06-30 rth * function.h (struct function): Remove x_last_p...
2004-06-19 hubicka * function.c (free_after_compilation): Do not free...
2004-06-18 bonzini2004-06-18 Paolo Bonzini <bonzini@gnu.org>
2004-06-15 bonzinigcc/ChangeLog:
2004-06-03 steven * basic-block.c (tail_recursion_label_list): Don't...
2004-05-19 rakdver PR c++/15463
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-28 hubicka * gcc.dg/unused-6.c: New test.
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-30 zack * gengtype.c (create_option): New function.
2004-02-04 pbrook * calls.c (initialize_argument_information): Add CALL_...
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-13 steven PR c++/13376
2004-01-03 stevenFix messed up accidental commit.
2003-12-30 steven Backport from tree-ssa (relevant changes only):
2003-12-05 ebotcazou PR middle-end/11151
2003-11-24 aj2003-11-23 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2003-09-25 zlaski2003-09-24 Ziemowit Laski <zlaski@apple.com>
2003-08-29 rth * function.h (struct function): Add rtl_inline_...
2003-08-29 rth * function.h (struct function): Move function_f...
2003-07-01 aj * fold-const.c: Convert prototypes to ISO C90.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-16 nathan * function.h (struct emit_status): Remove x_last_linenum,
2003-06-04 jakub * function.c (trampolines_created): New variable.
2003-05-11 nathan * coverage.h (coverage_counter_alloc): New function.
2003-03-05 hubicka * Makefile.in (calls.o, toplev.o alias.o): Depend...
2003-02-15 rth * bb-reorder.c (find_traces_1_round): Don't...
2003-02-14 zack * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
2003-01-25 sayle * function.h (struct function): New field calls_consta...
2003-01-24 hubicka * emit-rtl.c (reg_attrs_htab): New static variable.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-10-11 hubicka * calls.c (expand_call): Simplify noreturn call.
2002-09-22 kazu * dbxout.c: Follow spelling conventions.
2002-09-08 kazu * basic-block.h: Fix comment formatting.
2002-08-25 shebs2002-08-24 Stuart Hastings <stuart@apple.com>
2002-07-16 zack * ginclude/varargs.h: Replace with stub which issues...
2002-06-23 law * function.h (struct emit_status): Clarify...
next