aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-2/+5
2014-06-25IPA REF refactoringMartin Liska1-1/+1
2014-06-24add hash_map classTrevor Saunders1-4/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-1/+1
2014-05-22Create a new header lto-section-names.hBernd Schmidt1-6/+0
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-4/+4
2014-04-15lto-streamer.h (LTO_major_version): Bump to 4.Richard Biener1-1/+1
2014-02-05lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka1-0/+1
2014-01-29lto-streamer.h (LTO_major_version): Bump to 3.Richard Biener1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-7/+6
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-2/+2
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-1/+2
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-0/+2
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-9/+9
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-2/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener1-1/+0
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-9/+2
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-0/+2
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener1-3/+3
2013-06-18Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener1-20/+6
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+9
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-0/+3
2013-06-06lto-streamer.h (enum LTO_tags): Move LTO_tree_pickle_reference after LTO_null.Richard Biener1-10/+10
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+46
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-0/+1
2013-02-08re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener1-4/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-07lto-streamer.h (LTO_minor_version): Bump to 2.Richard Biener1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-28/+16
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-0/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-4/+4
2012-10-18lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther1-0/+3
2012-10-10lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener1-2/+2
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-1/+1
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka1-8/+0
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-1/+0
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-1/+1
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-3/+2
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-23/+45
2012-09-07Reduce memory usage for storing LTO decl resolutionsAndi Kleen1-1/+14
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-14/+162
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-6/+4
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-50/+16
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2011-12-19re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p)Richard Guenther1-1/+1
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-5/+0