summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Time profiler introduced.Martin Liska2013-11-111-0/+5
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-25/+25
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-139/+139
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* lto-cgraph.c: Include ipa-utils.h.Jan Hubicka2013-09-101-2/+35
* cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka2013-08-091-0/+13
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-2/+21
* cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2013-08-061-2/+11
* Handwritten part of conversion of passes to C++ classesDavid Malcolm2013-08-051-1/+1
* lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka2013-08-031-0/+14
* cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka2013-08-011-2/+0
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-2/+5
* cgraph.c (release_function_body): Break out from ...Jan Hubicka2013-07-251-9/+2
* re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor2013-06-241-1/+1
* lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka2013-06-201-2/+0
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-4/+3
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-2/+16
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-6/+8
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-1/+5
* lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.Jan Hubicka2013-06-041-3/+4
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-35/+27
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-20/+20
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-1/+1
* re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka2013-05-081-0/+4
* This patch fixes PR bootstrap/57077.Teresa Johnson2013-04-291-8/+8
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-14/+15
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-1/+1
* lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka2013-03-291-11/+20
* * lto-cgraph.c (merge_profile_summaries): Fix overflows.Jan Hubicka2013-03-281-2/+2
* data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka2013-03-281-4/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR gcov-profile/55674 (>20% size increase of lto/pgo binaries since r193747)Teresa Johnson2012-12-141-1/+3
* re PR gcov-profile/55551 (Revision 193999 breaks lto/profiledbootstrap)Teresa Johnson2012-12-021-5/+9
* Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson2012-11-301-19/+107
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-5/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-57/+52
* lto-cgraph.c: Include tree-pass.h.Martin Jambor2012-11-071-0/+23
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-20/+21
* lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus2012-10-091-5/+0
* lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka2012-10-071-6/+20
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-1/+1
* Integrate lexical block into source_location.Dehao Chen2012-09-191-0/+1
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-4/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka2012-09-101-2/+0
* passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka2012-09-091-38/+45