aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-1/+1
2008-01-30re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek1-1/+47
2007-11-02langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo1-2/+25
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-7/+20
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+5
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-0/+1
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-5/+22
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-0/+6
2006-12-30cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka1-14/+54
2006-12-20cgraph.c: Update overall comment; fix vertical spacing.Jan Hubicka1-11/+6
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-288/+4
2006-12-09cgraph.c: Update copyright.Jan Hubicka1-1/+1
2006-11-28invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka1-0/+4
2006-10-09Revert emutls patch.Richard Henderson1-12/+1
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-1/+12
2006-09-25cgraph.c (dump_cgraph_varpool_node): Don't crash if called before cgraph_func...Richard Henderson1-1/+4
2006-08-24re PR debug/26881 (internal compiler error in dwarf2out_finish)Jan Hubicka1-3/+4
2006-08-21re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-3/+89
2006-07-26re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka1-0/+6
2006-07-24re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim...Richard Guenther1-1/+1
2006-07-24re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka1-4/+7
2006-05-18Whitespace fixupsMike Stump1-22/+22
2006-04-26re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time)Jakub Jelinek1-2/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-10/+16
2006-01-18[multiple changes]Diego Novillo1-0/+19
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor1-5/+35
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-0/+13
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-8/+12
2005-10-31re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi...Jan Hubicka1-2/+10
2005-09-24cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka1-2/+2
2005-07-28cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka1-6/+15
2005-07-27re PR tree-optimization/22574 (ICE with IMA and optimization and extern inline)Jan Hubicka1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+1
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-1/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka1-2/+3
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-06-02cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka1-2/+109
2005-06-02cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka1-2/+15
2005-05-27cgraph.c: Include tree-gimple.hJan Hubicka1-10/+11
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-0/+1
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-6/+28
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-30[multiple changes]Jan Hubicka1-44/+124
2005-03-29re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek1-2/+2
2005-03-20cgraph.h (cgraph_node): Add prev_clone pointer.Jan Hubicka1-5/+9
2005-03-18re PR middle-end/20225 (ICE during GC)Jan Hubicka1-0/+1