aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-04[multiple changes]Martin Liska1-2/+4
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka1-0/+1
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-1/+1
2018-04-25lto-streamer.h (LTO_major_version): Bump to 8.Richard Biener1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-0/+10
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-02Remove LTO_STREAMER_DEBUG (PR lto/79489).Martin Liska1-13/+0
2017-04-28lto-streamer.h (LTO_major_version): Bump to 7.Richard Biener1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-3/+0
2016-05-19LTO: display file name if LTO version check failsMartin Liska1-1/+1
2016-05-18lto-streamer.h (LTO_major_version): Bump to 6.Richard Biener1-1/+1
2016-02-15Don't mark offload symbols with force_output in ltransTom de Vries1-1/+1
2016-01-19Merge of HSAMartin Jambor1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-13cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka1-3/+18
2015-12-11lto-streamer.h (lto_simple_header_with_strings): Remove main_size field alrea...Richard Biener1-3/+0
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-5/+0
2015-09-15re PR lto/67568 (lto-streamer-in.c sanitizer runtime error: load of value 255...Richard Biener1-1/+1
2015-08-31lto-streamer.h (lto_location_cache::cached_location::sysp): Add.Richard Biener1-0/+3
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-2/+0
2015-06-29lto-streamer.h (LTO_major_version): Bump to 5.Richard Biener1-1/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-27lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec.Jan Hubicka1-1/+1
2015-03-27re PR lto/65536 (LTO line number information garbled)Jan Hubicka1-1/+71
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-4/+13
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin1-1/+1
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20remove more ggc htabsTrevor Saunders1-4/+16
2014-11-20use vec in lto_tree_ref_tableTrevor Saunders1-16/+3
2014-11-15lto-streamer-out.c (hash_tree): Use cl_optimization_hash.Jan Hubicka1-0/+4
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-0/+8
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+3
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+0
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+1
2014-08-11lto-streamer.h (struct output_block::symbol): Change from struct symtab_node ...Gerald Pfeifer1-2/+2
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-75/+25
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-3/+3
2014-07-31lto-streamer.h (struct output_block): Remove global.Richard Biener1-13/+0
2014-07-31data-streamer.h (streamer_write_data_stream): Declare here, renamed from ...Richard Biener1-2/+0
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener1-0/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2