aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-08-02Revert "PR 34548"Richard Henderson1-4/+0
2012-08-01re PR middle-end/34548 (GCC generates too many alignment adds for alloca)Richard Henderson1-0/+4
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-3/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-3/+7
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-0/+16
2012-06-17cfglayout.h: Remove.Steven Bosscher1-4/+0
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-0/+4
2012-05-29integrate.c: Remove.Steven Bosscher1-3/+13
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-01-31function.h (regno_reg_rtx): Adjust comment.Richard Sandiford1-4/+7
2011-11-09function.h (requires_stack_frame_p): New prototype.Jakub Jelinek1-0/+4
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt1-0/+3
2011-07-07dwarf2out: Convert fde_table to a VEC.Richard Henderson1-0/+6
2011-06-02function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou1-5/+1
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-9/+0
2011-04-22Remove cgraph pidXinliang David Li1-0/+1
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-0/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-5/+0
2010-08-30Stack usage supportEric Botcazou1-0/+34
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-2/+13
2010-06-18function.h (types_used_by_cur_var_decl): Change type to a VEC.Nathan Froyd1-3/+3
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-0/+4
2010-05-24gengtype-lex.l: Add HARD_REG_SET.Paul Brook1-0/+7
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-0/+5
2010-05-23sbitmap.h (sbitmap_ptr, [...]): Move from here...Steven Bosscher1-0/+1
2010-05-17function.c (try_fit_stack_local, [...]): New static functions.Bernd Schmidt1-0/+14
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-15/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-5/+0
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-0/+22
2009-09-14Squash commit of EH in gimpleRichard Henderson1-9/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+4
2009-08-07dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek1-1/+1
2009-06-26function.h (struct function): Add cannot_be_copied_reason, and cannot_be_copi...Richard Henderson1-1/+11
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-4/+4
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-18/+9
2009-04-16function.c (current_function_assembler_name): Remove.Kazu Hirata1-2/+0
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-2/+0
2009-03-28dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka1-0/+5
2009-03-23cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther1-3/+3
2009-03-17re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)Jing Yu1-6/+6
2009-02-10re PR target/39139 (ICE with stringop and register var)Jakub Jelinek1-1/+5
2009-01-06function.h (rtl_data): Add a dbr_scheduled_p field.Richard Sandiford1-0/+3
2008-12-10re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)Jakub Jelinek1-0/+1
2008-09-11cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...Jan Hubicka1-10/+0
2008-09-09function.h (struct function): Add function_start_locus.Aldy Hernandez1-0/+3
2008-08-06re PR middle-end/37009 (No need to align stack when incoming stack is aligned)H.J. Lu1-0/+3
2008-07-31re PR debug/36977 (Incorrect debug info for stack variables with stack alignm...H.J. Lu1-6/+11