aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)Author
2006-01-05svn merge -r108957:109369 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branchJakub Jelinek
2005-12-07svn merge -r107810:108157 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branchJakub Jelinek
2005-11-18 * dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson
2005-11-12 * function.c (assign_stack_local_1): Restrict sanity checkEric Botcazou
2005-11-09 * function.c (assign_stack_local_1): Issue an error message ifEric Botcazou
2005-11-03 PR target/9350Richard Henderson
2005-10-20 PR rtl-optimization/23585Eric Botcazou
2005-10-12 PR c/24255Richard Henderson
2005-09-17 * expr.c (emit_move_via_integer): Add force argument, pass it onRichard Henderson
2005-09-07 * function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson
2005-08-31 PR rtl-opt/23601Richard Henderson
2005-08-102005-08-09 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-08-04 * function.c (assign_stack_local_1): Do not correct stack slotDavid Edelsohn
2005-08-04 PR 23221Richard Henderson
2005-08-032005-08-03 Paul Brook <paul@codesourcery.com>Paul Brook
2005-07-222005-07-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner
2005-07-19* toplev.h: Add comment about the first parameter for warning().DJ Delorie
2005-07-142005-07-14 Richard Guenther <rguenther@suse.de>Richard Guenther
2005-07-07 * function.c (locate_and_pad_parm): Record parameter alignment inRichard Henderson
2005-07-06 * function.c (expand_function_end): Revert part of 2005-06-27Kaz Kojima
2005-07-052005-07-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-07-022005-07-02 Zack Weinberg <zack@codesourcery.com>Joseph Myers
2005-06-30 * function.c (gen_stack_protect_test): Add third argument.Jakub Jelinek
2005-06-30 * function.c (stack_protect_epilogue): Pass label toJakub Jelinek
2005-06-27 * basic-block.h (basic_block_def): Kill rbi.Jan Hubicka
2005-06-27 * c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson
2005-06-26 * defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek
2005-06-25Update FSF address.Kelley Cook
2005-06-16 * basic-block.h (rtl_bb_info): Break out head_, end_,Jan Hubicka
2005-06-042005-06-01 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2005-06-04 * function.c (prologue, epilogue, sibcall_epilogue): ChangeKazu Hirata
2005-05-12 * function.c (instantiate_virtual_regs_in_insn): Do not simplifyRichard Henderson
2005-05-12 * basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka
2005-05-04 PR middle-end/21318Richard Henderson
2005-05-03* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machineryDJ Delorie
2005-05-02 * function.c (reorder_blocks, reorder_blocks_1): Use VECKazu Hirata
2005-05-01 * function.c (INVOKE__main): Do not define.Mark Mitchell
2005-04-30 * function.c (instantiate_decls): Remove valid_only argument.Richard Henderson
2005-04-29 * crtstuff.c: Handle targets that use .init_array.Julian Brown
2005-04-28 * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,Kazu Hirata
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2005-04-22 * builtins.c (gimplify_va_arg_expr): Reword comments to avoidNathan Sidwell
2005-04-12 * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove allSteven Bosscher
2005-04-09 * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELDJakub Jelinek
2005-04-08 * function.c (push_function_context_to): Don't setKazu Hirata
2005-03-14 * function.c (get_func_frame_size): Make it static.Kazu Hirata
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-03-10 PR c++/20375Nathan Sidwell
2005-03-09 * function.c (thread_prologue_and_epilogue_insns): Remove iKazu Hirata
2005-01-26 * function.c (expand_function_end): If current_function_calls_alloca,Bernd Schmidt