aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19LTO: display file name if LTO version check failsMartin Liska1-3/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+2
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
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-18Add checking macro within lto_streamer_init.Martin Liska1-0/+2
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+2
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-1/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+6
2014-05-22Create a new header lto-section-names.hBernd Schmidt1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+7
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-17/+19
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-10lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener1-0/+2
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-6/+1
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-2/+2
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-4/+4
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-1/+1
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-111/+2
2011-08-08rebaseDiego Novillo1-265/+2
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo1-1/+53
2011-06-01tree.c (free_lang_data): Do not reset boolean_type_node nor char_type_node.Richard Guenther1-24/+13
2011-05-20lto-streamer.c (lto_record_common_node): Don't track seen nodes...Michael Matz1-62/+30
2011-05-11split tree_typeNathan Froyd1-1/+3
2011-05-02lto-streamer.c (lto_streamer_cache_insert_1, [...]): Use pointer map instead ...Jan Hubicka1-22/+8
2011-04-29lto-streamer.c (lto_streamer_cache_insert_1): Accept to override other trees ...Michael Matz1-12/+3
2011-04-12tree.h (struct typed_tree): New.Nathan Froyd1-0/+1
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-66/+45