summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* * function.h (frame_offset_overflow): Declare.ebotcazou2006-03-111-14/+23
* * function.c (use_return_register): Make it static.kazu2006-03-051-1/+1
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-3/+6
* PR rtl-optimization/26222rakdver2006-02-131-12/+20
* 2006-02-01 Paul Brook <paul@codesourcery.com>pbrook2006-02-011-1/+3
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-1/+1
* * function.c (instantiate_virtual_regs): Make it static.kazu2006-01-181-1/+1
* PR debug/25562jakub2006-01-041-2/+30
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-1/+2
* PR middle-end/25176amodra2005-12-021-12/+17
* * dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.rth2005-11-181-1/+12
* * function.c (assign_stack_local_1): Restrict sanity checkebotcazou2005-11-121-1/+3
* * function.c (assign_stack_local_1): Issue an error message ifebotcazou2005-11-091-0/+13
* PR target/9350rth2005-11-031-51/+2
* PR rtl-optimization/23585ebotcazou2005-10-201-4/+3
* PR c/24255rth2005-10-121-3/+2
* * expr.c (emit_move_via_integer): Add force argument, pass it onrth2005-09-171-4/+22
* * function.c (ARG_POINTER_CFA_OFFSET): Move ...rth2005-09-071-6/+0
* PR rtl-opt/23601rth2005-08-311-3/+4
* 2005-08-09 Paolo Bonzini <bonzini@gnu.org>bonzini2005-08-101-2/+2
* * function.c (assign_stack_local_1): Do not correct stack slotdje2005-08-041-1/+1
* PR 23221rth2005-08-041-1/+1
* 2005-08-03 Paul Brook <paul@codesourcery.com>pbrook2005-08-031-3/+2
* 2005-07-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>guerby2005-07-221-0/+3
* * toplev.h: Add comment about the first parameter for warning().dj2005-07-191-1/+1
* 2005-07-14 Richard Guenther <rguenther@suse.de>rguenth2005-07-141-16/+6
* * function.c (locate_and_pad_parm): Record parameter alignment inrth2005-07-071-1/+8
* * function.c (expand_function_end): Revert part of 2005-06-27kkojima2005-07-061-5/+5
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-1/+65
* 2005-07-02 Zack Weinberg <zack@codesourcery.com>jsm282005-07-021-6/+6
* * function.c (gen_stack_protect_test): Add third argument.jakub2005-06-301-2/+2
* * function.c (stack_protect_epilogue): Pass label tojakub2005-06-301-2/+1
* * basic-block.h (basic_block_def): Kill rbi.hubicka2005-06-271-1/+1
* * c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.jakub2005-06-271-5/+110
* * defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.jakub2005-06-261-34/+32
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h (rtl_bb_info): Break out head_, end_,hubicka2005-06-161-2/+2
* 2005-06-01 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-041-1/+2
* * function.c (prologue, epilogue, sibcall_epilogue): Changekazu2005-06-041-50/+33
* * function.c (instantiate_virtual_regs_in_insn): Do not simplifyrth2005-05-121-9/+12
* * basic-block.h (FOR_ALL_BB_FN): New macro.hubicka2005-05-121-3/+0
* PR middle-end/21318rth2005-05-041-2/+2
* * c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinerydj2005-05-031-3/+2
* * function.c (reorder_blocks, reorder_blocks_1): Use VECkazu2005-05-021-7/+8
* * function.c (INVOKE__main): Do not define.mmitchel2005-05-011-9/+4
* * function.c (instantiate_decls): Remove valid_only argument.rth2005-04-301-527/+359
* * crtstuff.c: Handle targets that use .init_array.jules2005-04-291-6/+7
* * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,kazu2005-04-281-3/+2
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-4/+4
* * builtins.c (gimplify_va_arg_expr): Reword comments to avoidnathan2005-04-221-41/+42