summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+3
* IPA ICF pass, part 3/5Martin Liska2014-10-161-0/+2
* cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka2014-10-031-0/+2
* Add an no_reorder attribute for LTOAndi Kleen2014-09-241-0/+4
* IPA C++ refactoring 4/NMartin Liska2014-08-251-12/+11
* lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener2014-08-081-3/+2
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-14/+9
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-4/+3
* data-streamer.h (streamer_write_data_stream): Declare here, renamed from ...Richard Biener2014-07-311-4/+4
* IPA C++ refactoring 2/NMartin Liska2014-07-241-3/+3
* IPA C++ refactoring 1/NMartin Liska2014-07-241-19/+19
* vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka2014-07-111-2/+2
* IPA REF refactoringMartin Liska2014-06-251-25/+23
* varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka2014-06-241-0/+2
* lto-cgraph.c (lto_output_node, input_node): Set/get init/fini priority directly.Jan Hubicka2014-06-231-4/+4
* cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka2014-06-201-0/+8
* c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka2014-06-151-0/+2
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-11/+11
* varasm.c (set_implicit_section): New function.Jan Hubicka2014-06-111-10/+10
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-091-7/+55
* tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka2014-05-241-20/+79
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka2014-05-161-0/+2
* lto-cgraph.c (compute_ltrans_boundary): Make node variables local to their re...Richard Sandiford2014-05-061-4/+3
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-10/+10
* re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka2014-04-041-0/+6
* re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-04-041-1/+1
* re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-03-251-0/+4
* re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka2014-02-071-6/+4
* lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka2014-02-051-1/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-0/+2
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-2/+2
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-7/+7
* cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo2013-12-061-3/+3
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-2/+0
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-4/+5
* cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-201-0/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* 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