aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-04tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming.Carlos O'Donell1-1/+1
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-8/+8
2006-03-11function.h (frame_offset_overflow): Declare.Eric Botcazou1-14/+23
2006-03-05function.c (use_return_register): Make it static.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-02-13re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak1-12/+20
2006-02-01function.c (assign_parm_setup_reg): Use function argument promotion rules.Paul Brook1-1/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18function.c (instantiate_virtual_regs): Make it static.Kazu Hirata1-1/+1
2006-01-04re PR debug/25562 (cannot debug VLA local)Jakub Jelinek1-2/+30
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-1/+2
2005-12-02re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na...Alan Modra1-12/+17
2005-11-17dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson1-1/+12
2005-11-12function.c (assign_stack_local_1): Restrict sanity check on frame size overfl...Eric Botcazou1-1/+3
2005-11-09function.c (assign_stack_local_1): Issue an error message if the frame size o...Eric Botcazou1-0/+13
2005-11-02re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson1-51/+2
2005-10-20re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou1-4/+3
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-3/+2
2005-09-17expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c...Richard Henderson1-4/+22
2005-09-07function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson1-6/+0
2005-08-31re PR rtl-optimization/23601 (reload may drop non-call exception information)Richard Henderson1-3/+4
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-08-04function.c (assign_stack_local_1): Do not correct stack slot address if alloc...David Edelsohn1-1/+1
2005-08-03re PR middle-end/23221 (-fstack-protector does not protect tail call functions)Richard Henderson1-1/+1
2005-08-03function.c (assign_parms): Round current_function_args_size to PARM_BOUNDARY,...Paul Brook1-3/+2
2005-07-22re PR tree-optimization/22336 (ICE Segfault in record_block_change at functio...Richard Kenner1-0/+3
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie1-1/+1
2005-07-14Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther1-16/+6
2005-07-07function.c (locate_and_pad_parm): Record parameter alignment in stack_alignme...Richard Henderson1-1/+8
2005-07-06function.c (expand_function_end): Revert part of 2005-06-27 patch.Kaz Kojima1-5/+5
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-1/+65
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-6/+6
2005-06-30* function.c (gen_stack_protect_test): Add third argument.Jakub Jelinek1-2/+2
2005-06-30function.c (stack_protect_epilogue): Pass label to stack_protect_test, assume...Jakub Jelinek1-2/+1
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-1/+1
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-5/+110
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-34/+32
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-2/+2
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-1/+2
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata1-50/+33
2005-05-12function.c (instantiate_virtual_regs_in_insn): Do not simplify addition to mo...Richard Henderson1-9/+12
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka1-3/+0
2005-05-03re PR middle-end/21318 (ICE in instantiate_virtual_regs_in_insn)Richard Henderson1-2/+2
2005-05-03c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie1-3/+2
2005-05-02function.c (reorder_blocks, [...]): Use VEC instead of VARRAY.Kazu Hirata1-7/+8
2005-05-01function.c (INVOKE__main): Do not define.Mark Mitchell1-9/+4
2005-04-29function.c (instantiate_decls): Remove valid_only argument.Richard Henderson1-527/+359
2005-04-29crtstuff.c: Handle targets that use .init_array.Julian Brown1-6/+7
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-3/+2