aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-0/+8
2015-02-20tree-streamer.c (preload_common_nodes): Don't preload TI_VA_LIST* for offload...Bernd Schmidt1-1/+8
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR lto/64043 (ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo...Jan Hubicka1-1/+12
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-06-24add hash_map classTrevor Saunders1-11/+6
2014-04-03tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.Richard Biener1-15/+16
2014-03-06re PR middle-end/60445 (473.astar miscompares with -Ofast)Richard Biener1-8/+3
2014-03-04tree-streamer.c (record_common_node): Assert we don't record nodes with type ...Paulo Matos1-3/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener1-17/+11
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener1-5/+13
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-18/+36
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener1-0/+1
2013-04-17tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): New.Eric Botcazou1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-13re PR lto/55660 (ICE instead of some warning during lto build with supplied d...Richard Biener1-0/+10
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+7
2012-10-09tree-streamer.c (streamer_tree_cache_get): Move ...Richard Guenther1-14/+0
2012-03-20tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold1-1/+1
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-37/+37
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-1/+61
2011-08-08rebaseDiego Novillo1-0/+279