summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-7/+20
* Patch by Tomas Bily <tbily@suse.cz>Tomas Bily2007-01-191-1/+5
* tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka2007-01-141-0/+1
* cgraph.c (cgraph_release_function_body): New function.Jan Hubicka2007-01-041-5/+22
* pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka2007-01-031-0/+6
* cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka2006-12-301-14/+54
* cgraph.c: Update overall comment; fix vertical spacing.Jan Hubicka2006-12-201-11/+6
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-288/+4
* cgraph.c: Update copyright.Jan Hubicka2006-12-091-1/+1
* invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka2006-11-281-0/+4
* Revert emutls patch.Richard Henderson2006-10-091-12/+1
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+12
* cgraph.c (dump_cgraph_varpool_node): Don't crash if called before cgraph_func...Richard Henderson2006-09-251-1/+4
* re PR debug/26881 (internal compiler error in dwarf2out_finish)Jan Hubicka2006-08-241-3/+4
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-08-211-3/+89
* re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka2006-07-261-0/+6
* re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim...Richard Guenther2006-07-241-1/+1
* re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka2006-07-241-4/+7
* Whitespace fixupsMike Stump2006-05-181-22/+22
* re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time)Jakub Jelinek2006-04-261-2/+2
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-10/+16
* [multiple changes]Diego Novillo2006-01-181-0/+19
* common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2006-01-171-5/+35
* cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka2006-01-111-0/+13
* tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis2005-12-171-8/+12
* re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi...Jan Hubicka2005-10-311-2/+10
* cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka2005-09-241-2/+2
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka2005-07-281-6/+15
* re PR tree-optimization/22574 (ICE with IMA and optimization and extern inline)Jan Hubicka2005-07-271-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+1
* cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka2005-06-281-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka2005-06-241-2/+3
* cgraph.c, [...]: Fix comment typos.Kazu Hirata2005-06-031-4/+4
* cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka2005-06-021-2/+109
* cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka2005-06-021-2/+15
* cgraph.c: Include tree-gimple.hJan Hubicka2005-05-271-10/+11
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka2005-05-251-0/+1
* basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka2005-05-191-6/+28
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* [multiple changes]Jan Hubicka2005-03-301-44/+124
* re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek2005-03-291-2/+2
* cgraph.h (cgraph_node): Add prev_clone pointer.Jan Hubicka2005-03-201-5/+9
* re PR middle-end/20225 (ICE during GC)Jan Hubicka2005-03-181-0/+1
* cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether function b...Jan Hubicka2005-03-181-22/+17
* cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther2005-03-021-23/+80
* cgraph.c (cgraph_varpool_n_nodes): Remove.Kazu Hirata2005-01-231-4/+0