aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-2/+19
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-7/+4
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-2/+1
2011-07-12tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.Bernd Schmidt1-5/+7
2011-07-01Use proper mode for stack save area.H.J. Lu1-2/+3
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-16/+22
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-2/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+2
2011-06-02function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou1-11/+0
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-3/+3
2011-05-11function.c (expand_function_start): Initialize stack_check_probe_note only if...Eric Botcazou1-3/+2
2011-05-03function.c (init_function_start): Call decide_function_section.Bernd Schmidt1-0/+1
2011-04-29expr.h (expand_shift): Rename to ...Richard Guenther1-3/+1
2011-04-22Remove cgraph pidXinliang David Li1-0/+7
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-1/+1
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-0/+28
2011-04-09expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov1-6/+2
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou1-6/+11
2011-04-05re PR middle-end/48461 (function.c:5268:1: error: emit_use_return_register_in...Tom de Vries1-1/+1
2011-04-05re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-0/+25
2011-03-25re PR target/4828 (can't install gcc for h8300-hms target)Nathan Froyd1-33/+26
2011-03-24function.c (instantiate_virtual_regs): Use FOR_EACH_BB and FOR_BB_INSNS_SAFE ...Nathan Froyd1-26/+33
2011-03-21expr.h (prepare_operand): Move to...Richard Sandiford1-12/+3
2011-03-17re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc....Jakub Jelinek1-1/+9
2011-03-09re PR rtl-optimization/47866 (gcc.dg/torture/vector-2.c fails on IA64)Jakub Jelinek1-2/+5
2011-03-03explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson1-3/+8
2011-02-28re PR middle-end/47893 (4.6 miscompiles mesa on i686)Jakub Jelinek1-33/+47
2011-01-19re PR debug/47079 (FAIL: gcc.dg/guality/nrv-1.c)Alexandre Oliva1-2/+27
2011-01-04function.c (thread_prologue_and_epilogue_insns): Do not crash on empty epilog...Ulrich Weigand1-1/+2
2010-12-22re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva1-3/+13
2010-12-17re PR c/20385 (Lame parse error message for undefined type)Paolo Bonzini1-0/+2
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-2/+2
2010-11-18re PR middle-end/46515 (Many libjava failures)Richard Henderson1-7/+13
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-7/+9
2010-11-12function.c (expand_function_end): Set the locator of the prologue on the stac...Eric Botcazou1-0/+1
2010-11-04re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-2/+2
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-6/+2
2010-10-01re PR tree-optimization/43959 (FAIL: gcc.dg/torture/builtin-cproj-1.c -O1 (...Richard Guenther1-2/+2
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-1/+1
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-2/+3
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-15/+43
2010-09-24re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek1-0/+5
2010-09-15function.c (get_arg_pointer_save_area): Set arg_pointer_save_area_init to true.Ian Lance Taylor1-0/+2
2010-08-30Stack usage supportEric Botcazou1-1/+26
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-08-17function.c (block_fragments_nreverse, [...]): New functions.Jakub Jelinek1-11/+48
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd1-5/+1
2010-08-09re PR tree-optimization/44632 (wrong code for complex division)Richard Guenther1-5/+3
2010-07-28i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.Kai Tietz1-3/+1