aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring 2/NMartin Liska1-3/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-19/+19
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-2/+2
2014-06-25IPA REF refactoringMartin Liska1-25/+23
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+2
2014-06-23lto-cgraph.c (lto_output_node, input_node): Set/get init/fini priority directly.Jan Hubicka1-4/+4
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-0/+8
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-0/+2
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-11/+11
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-10/+10
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-7/+55
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-20/+79
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka1-0/+2
2014-05-06lto-cgraph.c (compute_ltrans_boundary): Make node variables local to their re...Richard Sandiford1-4/+3
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-10/+10
2014-04-04re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka1-0/+6
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-1/+1
2014-03-25re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-0/+4
2014-02-07re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka1-6/+4
2014-02-05lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+2
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-2/+2
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-7/+7
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-3/+3
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-2/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+5
2013-11-20cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-0/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-11Time profiler introduced.Martin Liska1-0/+5
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-25/+25
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-139/+139
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10lto-cgraph.c: Include ipa-utils.h.Jan Hubicka1-2/+35
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+13
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-2/+21
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-2/+11
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-1/+1
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-0/+14
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-2/+0
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-2/+5
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-9/+2
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-1/+1
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka1-2/+0
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-4/+3
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-2/+16