aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-21function.c (record_hard_reg_sets): Restrict the previous change to cases wher...Bernd Schmidt1-3/+7
2010-07-16re PR target/42235 (redundant memory move from parameter space to spill space)Bernd Schmidt1-10/+89
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-9/+9
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-11/+6
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-06-29calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd1-18/+11
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-2/+3
2010-06-18function.h (types_used_by_cur_var_decl): Change type to a VEC.Nathan Froyd1-4/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-7/+6
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-3/+7
2010-05-24Fix bootstrap at -O3.Sebastian Pop1-1/+1
2010-05-17function.c (try_fit_stack_local, [...]): New static functions.Bernd Schmidt1-34/+117
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-2/+0
2010-04-12function.c (assign_parms_initialize_all): Add unused attribute to fntype.Steve Ellcey1-1/+1
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-26/+19
2010-02-26re PR debug/43190 (Used pointer typedefs eliminated from debug info)Jakub Jelinek1-4/+9
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-6/+20
2010-01-17re PR middle-end/42248 (compat test struct-by-value-17 fails execution with -...Richard Guenther1-54/+42
2009-12-08re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Michael Matz1-5/+17
2009-11-30function.c (instantiate_virtual_regs_in_insn): Copy to new reg before forcing...Steve Ellcey1-1/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-21/+21
2009-11-13function.c (stack_protect_prologue): Don't bypass expand_expr for stack_prote...Richard Henderson1-12/+4
2009-11-10re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-2/+5