summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+127
* rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz2012-05-291-122/+18
* expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz2012-05-291-4/+1
* function.c (requires_stack_frame_p): If the function can throw non-call excep...Eric Botcazou2012-05-121-0/+4
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-4/+4
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-27/+0
* re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplica...Jakub Jelinek2012-03-051-8/+64
* rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford2012-01-241-8/+1
* re PR target/51106 (ICE in move_insn, at haifa-sched.c:2314)Andrey Belevantsev2012-01-201-1/+1
* re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure)Jakub Jelinek2012-01-171-9/+13
* sched-int.h (bb_note): Move to...Richard Sandiford2012-01-091-107/+163
* re PR rtl-optimization/51495 (ICE: in force_nonfallthru_and_redirect, at cfgr...Jakub Jelinek2011-12-121-3/+16
* re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke2011-12-091-4/+3
* re PR target/50725 (-O3 -mstackrealign -march=core2 generates invalid prologu...Jakub Jelinek2011-11-301-0/+3
* re PR middle-end/50907 (EDGE_CROSSING incorrectly set across same section wit...Jakub Jelinek2011-11-281-0/+1
* re PR rtl-optimization/51051 (build fails on cris-elf building libstdc++-v3)Alan Modra2011-11-161-1/+2
* function.h (requires_stack_frame_p): New prototype.Jakub Jelinek2011-11-091-1/+1
* function.c (bb_active_p): Delete.Alan Modra2011-11-091-225/+458
* re PR rtl-optimization/50833 (ICE: in maybe_record_trace_start, at dwarf2cfi....Bernd Schmidt2011-10-241-1/+1
* reg-notes.def (DEP_CONTROL): New.Bernd Schmidt2011-10-211-30/+0
* re PR tree-optimization/50735 (gcc.dg/torture/vector-2.c:52:1: ICE: verify_ss...Jakub Jelinek2011-10-181-1/+4
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-10-151-10/+16
* function.c (gimplify_parameters): Set number of arguments of call to BUILT_IN...Tom de Vries2011-10-131-1/+1
* function.c (prepare_shrink_wrap, [...]): New function.Bernd Schmidt2011-10-121-12/+147
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-1/+1
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-2/+4
* function.c (frame_required_for_rtx): Remove function.Bernd Schmidt2011-10-071-29/+45
* function.c (thread_prologue_and_epilogue_insns): Emit split prologue on the o...Bernd Schmidt2011-10-061-5/+1
* function.c (thread_prologue_and_epilogue_insns): Build a vector of unconverte...Bernd Schmidt2011-10-061-16/+12
* function.c (thread_prologue_and_epilogue_insns): Mark last_bb_active as possi...Andreas Krebbel2011-10-061-1/+1
* function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap if profili...Bernd Schmidt2011-10-051-0/+1
* re PR bootstrap/50621 (Bootstrap failure)Bernd Schmidt2011-10-051-2/+3
* invoke.texi (-fshrink-wrap): Document.Bernd Schmidt2011-10-051-129/+603
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-1/+5
* * function.c: Remove unwanted commit.Uros Bizjak2011-07-291-10/+0
* re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak2011-07-291-0/+10
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-2/+19
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-7/+4
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-2/+1
* tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.Bernd Schmidt2011-07-121-5/+7
* Use proper mode for stack save area.H.J. Lu2011-07-011-2/+3
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-16/+22
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-2/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+2
* function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou2011-06-021-11/+0
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-3/+3
* function.c (expand_function_start): Initialize stack_check_probe_note only if...Eric Botcazou2011-05-111-3/+2
* function.c (init_function_start): Call decide_function_section.Bernd Schmidt2011-05-031-0/+1
* expr.h (expand_shift): Rename to ...Richard Guenther2011-04-291-3/+1
* Remove cgraph pidXinliang David Li2011-04-221-0/+7