aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
AgeCommit message (Expand)Author
2013-03-09gcc/Richard Sandiford
2013-02-19 PR target/52555Aldy Hernandez
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-05 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher
2012-12-02 * function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-09-13 * ipa-pure-const.c (state_from_flags, local_pure_const): UseSteven Bosscher
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-08-03Revert "PR 34548"Richard Henderson
2012-08-01PR 34548Richard Henderson
2012-07-23 * opts.c (common_handle_option): Do not set Steven Bosscher
2012-07-08gcc/Steven Bosscher
2012-06-24 * output.h: (current_function_is_leaf,Steven Bosscher
2012-06-172012-06-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2012-06-15 PR middle-end/53590Eric Botcazou
2012-05-29 * integrate.c: Remove.Steven Bosscher
2012-05-02 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.Michael Matz
2012-01-31gcc/Richard Sandiford
2011-11-09 * function.h (requires_stack_frame_p): New prototype.Jakub Jelinek
2011-10-05 * doc/invoke.texi (-fshrink-wrap): Document.Bernd Schmidt
2011-07-07dwarf2out: Convert fde_table to a VEC.Richard Henderson
2011-06-02 * function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou
2011-05-05 * tree.h (get_pending_sizes): Remove prototype.Eric Botcazou
2011-04-22Remove cgraph pidXinliang David Li
2011-04-14gcc/ada/Nathan Froyd
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-23 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka
2010-08-30 Stack usage supportEric Botcazou
2010-07-06gcc/Nathan Froyd
2010-06-18gcc/Nathan Froyd
2010-05-25 * function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou
2010-05-242010-05-25 Paul Brook <paul@codesourcery.com>Paul Brook
2010-05-23 * regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher
2010-05-23 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...Steven Bosscher
2010-05-17 * function.c (try_fit_stack_local, add_frame_space): New staticBernd Schmidt
2010-04-26 * cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-16 * cgraph.c (cgraph_release_function_body): Update use ofJan Hubicka
2009-09-23Fix PR debug/41065Dodji Seketeli
2009-09-14Squash commit of EH in gimpleRichard Henderson
2009-09-02gcc/ChangeLog:Alexandre Oliva
2009-08-07 * dwarf2out.c (output_fde): When doing hot/cold partitioning, useJakub Jelinek
2009-06-26 * function.h (struct function): Add cannot_be_copied_reason,Richard Henderson
2009-05-16gcc/ChangeLog:Ian Lance Taylor
2009-04-222009-04-21 Taras Glek <tglek@mozilla.com>Taras Glek
2009-04-16 * function.c (current_function_assembler_name): Remove.Kazu Hirata
2009-04-08 * tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka
2009-03-28 * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka
2009-03-232009-03-23 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-03-172009-03-12 Jing Yu <jingyu@google.com>Jing Yu