aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-30[multiple changes]H.J. Lu1-5/+43
2008-07-29predict.c (always_optimize_for_size_p): New function.Jan Hubicka1-0/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-0/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-25final.c (frame_pointer_needed): Removed.H.J. Lu1-0/+6
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-0/+3
2008-05-01tree-pass.h (opt_pass): Add IPA_PASS.Jan Hubicka1-0/+9
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-81/+54
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-28/+19
2008-04-15gengtype.c (write_root): Param_is argument is OK.Jan Hubicka1-0/+31
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-64/+66