aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-10cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka1-1/+1
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-3/+8
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-4/+4
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-0/+27
2009-03-29cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.Adam Nemet1-26/+1
2009-03-28Bring from lto-branch:Jan Hubicka1-5/+4
2008-12-06re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong b...Jan Hubicka1-4/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-33/+42
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-22/+13
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-21/+23
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek1-0/+18
2008-05-26re PR tree-optimization/36329 (latent problem with tree inlining)Eric Botcazou1-1/+1
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-5/+9
2007-11-02langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo1-4/+3
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-0/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+5
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-4/+21
2007-01-06tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka1-0/+236