aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-section-out.c
AgeCommit message (Expand)AuthorFilesLines
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-7/+11
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+6
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.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-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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/+4
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-3/+2
2014-07-31data-streamer.h (streamer_write_data_stream): Declare here, renamed from ...Richard Biener1-73/+0
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener1-12/+13
2014-06-24add hash_map classTrevor Saunders1-6/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+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/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener1-7/+8
2013-06-18Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener1-82/+6
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-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+7
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-1/+2
2011-08-08rebaseDiego Novillo1-107/+0
2011-05-27lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka1-0/+42
2011-05-02lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.hJan Hubicka1-20/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-1/+1
2010-05-10passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka1-3/+0
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-0/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-42/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+652