aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-2/+9
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-1/+6
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+106
2013-05-24re PR tree-optimization/57294 (ice in remove_described_reference)Martin Jambor1-18/+14
2013-03-17cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka1-7/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-6/+6
2012-05-19cgraphbuild.c (record_reference): Update.Jan Hubicka1-1/+1
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-1/+2
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-3/+3
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-14/+0
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-5/+0
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-22/+26
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-4/+4
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-14/+0
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