aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10invoke.texi: (-devirtualize-at-ltrans): Document.Jan Hubicka1-4/+8
2014-12-09lto-cgraph.c (input_cgraph_1): Don't break existing instrumentation clone ref...Ilya Enkovich1-1/+12
2014-11-22ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka1-1/+2
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-0/+2
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+94
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-3/+29
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-4/+38
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+3
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+2
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka1-0/+2
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+4
2014-08-25IPA C++ refactoring 4/NMartin Liska1-12/+11
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-3/+2
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-14/+9
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+3
2014-07-31data-streamer.h (streamer_write_data_stream): Declare here, renamed from ...Richard Biener1-4/+4
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