summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson2005-01-011-0/+63
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* cgraph.h (cgraph_calls_p): Remove.Ben Elliston2004-11-081-15/+0
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-7/+0
* re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2004-09-201-0/+13
* New code to analyze file level static variables and to determine if...Kenneth Zadeck2004-09-131-0/+6
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-0/+1
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-20/+13
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* [multiple changes]Zack Weinberg2004-05-221-28/+22
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-201-18/+10
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-191-122/+21
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-10/+0
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-8/+8
* builtins.c, [...]: Fix comment typos.Kazu Hirata2004-04-291-5/+5
* cgraph.c: Add overall comment.Jan Hubicka2004-04-011-95/+281
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-1/+1