summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Time profiler introduced.marxin2013-11-111-0/+5
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-25/+25
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-139/+139
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+1
* gcc/rsandifo2013-09-281-2/+3
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * lto-cgraph.c: Include ipa-utils.h.hubicka2013-09-101-2/+35
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-0/+13
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-2/+21
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-2/+11
* Handwritten part of conversion of passes to C++ classesdmalcolm2013-08-051-1/+1
* * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins intohubicka2013-08-031-0/+14
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-2/+0
* Introduce beginnings of a pass_manager class.dmalcolm2013-07-301-2/+5
* * cgraph.c (release_function_body): Break out from ...hubicka2013-07-251-9/+2
* 2013-06-24 Martin Jambor <mjambor@suse.cz>jamborm2013-06-241-1/+1
* * lto-cgraph.c (input_symtab): Do not set cgraph state.hubicka2013-06-201-2/+0
* * cgraph.h (const_value_known_p): Replace by ...hubicka2013-06-191-4/+3
* * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.hubicka2013-06-121-2/+16
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-6/+8
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-1/+5
* * lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.hubicka2013-06-041-3/+4
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-35/+27
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-20/+20
* 2013-05-15 Martin Jambor <mjambor@suse.cz>jamborm2013-05-151-1/+1
* PR lto/54095hubicka2013-05-081-0/+4
* This patch fixes PR bootstrap/57077. Certain new uses of apply_probabilitytejohnson2013-04-291-8/+8
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-14/+15
* This patch enables the gcov-dump tool to optionally compute and dumptejohnson2013-04-031-1/+1
* * lto-cgraph.c (output_profile_summary, input_profile_summary): Usehubicka2013-03-291-11/+20
* * lto-cgraph.c (merge_profile_summaries): Fix overflows.hubicka2013-03-281-2/+2
* * data-streamer-in.c (streamer_read_gcov_count): New function.hubicka2013-03-281-4/+4
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* 2012-12-14 Teresa Johnson <tejohnson@google.com>tejohnson2012-12-141-1/+3
* 2012-12-02 Teresa Johnson <tejohnson@google.com>tejohnson2012-12-021-5/+9
* Revised patch to ensure that histograms from the profile summary are streamedtejohnson2012-11-301-19/+107
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-5/+4
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-57/+52
* 2012-11-07 Martin Jambor <mjambor@suse.cz>jamborm2012-11-071-0/+23
* This patch implements generic type query and conversion functions,crowl2012-10-311-20/+21
* gcc/burnus2012-10-091-5/+0
* * lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.hubicka2012-10-071-6/+20
* 2012-09-27 Dehao Chen <dehao@google.com>dehao2012-09-271-1/+1
* Integrate lexical block into source_location.dehao2012-09-191-0/+1
* * symtab.c (insert_to_assembler_name_hash): Do not inserthubicka2012-09-191-4/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-1/+1
* * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.hubicka2012-09-101-2/+0
* * passes.c (ipa_write_summaries_1): Set state;hubicka2012-09-091-38/+45