summaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
Commit message (Expand)AuthorAgeFilesLines
...
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-23/+23
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-3/+0
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-2/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-2/+9
* cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka2013-08-081-1/+6
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-51/+106
* re PR tree-optimization/57294 (ice in remove_described_reference)Martin Jambor2013-05-241-18/+14
* cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka2013-03-171-7/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-6/+6
* cgraphbuild.c (record_reference): Update.Jan Hubicka2012-05-191-1/+1
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-1/+2
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-3/+3
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-14/+0
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-5/+0
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-22/+26
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-4/+4
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-14/+0
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-8/+0
* cgraphbuild.c (record_eh_tables): Mark personality function as having address...Jan Hubicka2011-06-091-3/+7
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-6/+4
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-10/+2
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-16/+14
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-4/+4
* cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz2011-04-031-0/+6
* re PR lto/47423 (Many testsuite failures caused by missing gxx_visibility_sj0)Richard Guenther2011-01-261-0/+5
* re PR tree-optimization/47056 (10 Ada ACATS tests fail to link with undefined...Eric Botcazou2011-01-041-9/+16
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* gimple-fold.c (maybe_fold_reference): When canonicalizing MEM_REFs, preserve ...Richard Guenther2010-11-221-16/+13
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+1
* * cgraphbuild.c (build_cgraph_edges): Use ipa-reference to represent OMP.Jan Hubicka2010-10-261-3/+6
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-10/+6
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-2/+2
* cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka2010-05-121-12/+30
* cgraphbuild.c (cgraph_rebuild_references): New.Jan Hubicka2010-05-111-0/+31
* Makefile.in (cgraphbuild.o): Add dependency on except.h.Jan Hubicka2010-05-101-0/+83
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-5/+38
* Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.hJan Hubicka2010-05-041-65/+145
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.Jan Hubicka2009-11-161-1/+2
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-3/+3
* Fix 41626 from Jan HubickaJan Hubicka2009-10-081-6/+11
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+23
* cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka2009-05-101-1/+1
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-3/+8
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-4/+4