aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-20re PR target/51106 (ICE in move_insn, at haifa-sched.c:2314)Andrey Belevantsev1-1/+1
2012-01-17re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure)Jakub Jelinek1-9/+13
2012-01-09sched-int.h (bb_note): Move to...Richard Sandiford1-107/+163
2011-12-12re PR rtl-optimization/51495 (ICE: in force_nonfallthru_and_redirect, at cfgr...Jakub Jelinek1-3/+16
2011-12-09re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke1-4/+3
2011-11-30re PR target/50725 (-O3 -mstackrealign -march=core2 generates invalid prologu...Jakub Jelinek1-0/+3
2011-11-28re PR middle-end/50907 (EDGE_CROSSING incorrectly set across same section wit...Jakub Jelinek1-0/+1
2011-11-16re PR rtl-optimization/51051 (build fails on cris-elf building libstdc++-v3)Alan Modra1-1/+2
2011-11-09function.h (requires_stack_frame_p): New prototype.Jakub Jelinek1-1/+1
2011-11-09function.c (bb_active_p): Delete.Alan Modra1-225/+458
2011-10-24re PR rtl-optimization/50833 (ICE: in maybe_record_trace_start, at dwarf2cfi....Bernd Schmidt1-1/+1
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-30/+0
2011-10-18re PR tree-optimization/50735 (gcc.dg/torture/vector-2.c:52:1: ICE: verify_ss...Jakub Jelinek1-1/+4
2011-10-15re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-10/+16
2011-10-13function.c (gimplify_parameters): Set number of arguments of call to BUILT_IN...Tom de Vries1-1/+1
2011-10-12function.c (prepare_shrink_wrap, [...]): New function.Bernd Schmidt1-12/+147
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-2/+4
2011-10-07function.c (frame_required_for_rtx): Remove function.Bernd Schmidt1-29/+45
2011-10-06function.c (thread_prologue_and_epilogue_insns): Emit split prologue on the o...Bernd Schmidt1-5/+1
2011-10-06function.c (thread_prologue_and_epilogue_insns): Build a vector of unconverte...Bernd Schmidt1-16/+12
2011-10-06function.c (thread_prologue_and_epilogue_insns): Mark last_bb_active as possi...Andreas Krebbel1-1/+1
2011-10-05function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap if profili...Bernd Schmidt1-0/+1
2011-10-05re PR bootstrap/50621 (Bootstrap failure)Bernd Schmidt1-2/+3
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt1-129/+603
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-1/+5
2011-07-29* function.c: Remove unwanted commit.Uros Bizjak1-10/+0
2011-07-29re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak1-0/+10
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