aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-7/+7
2013-11-27re PR middle-end/58723 (ICE in lto_output_edge, at lto-cgraph.c:300 for OpenM...Richard Biener1-0/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-8/+8
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-5/+5
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-23/+23
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+0
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