aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-8/+0
2011-06-09cgraphbuild.c (record_eh_tables): Mark personality function as having address...Jan Hubicka1-3/+7
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-6/+4
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-10/+2
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-16/+14
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-4/+4
2011-04-03cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz1-0/+6
2011-01-26re PR lto/47423 (Many testsuite failures caused by missing gxx_visibility_sj0)Richard Guenther1-0/+5
2011-01-04re PR tree-optimization/47056 (10 Ada ACATS tests fail to link with undefined...Eric Botcazou1-9/+16
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-22gimple-fold.c (maybe_fold_reference): When canonicalizing MEM_REFs, preserve ...Richard Guenther1-16/+13
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+1
2010-10-26* cgraphbuild.c (build_cgraph_edges): Use ipa-reference to represent OMP.Jan Hubicka1-3/+6
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-10/+6
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-2/+2
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-12/+30
2010-05-11cgraphbuild.c (cgraph_rebuild_references): New.Jan Hubicka1-0/+31
2010-05-10Makefile.in (cgraphbuild.o): Add dependency on except.h.Jan Hubicka1-0/+83
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-5/+38
2010-05-04Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.hJan Hubicka1-65/+145
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-11-16cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.Jan Hubicka1-1/+2
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-3/+3
2009-10-08Fix 41626 from Jan HubickaJan Hubicka1-6/+11
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+23
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