summaryrefslogtreecommitdiff
path: root/gcc/lto-section-out.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka2015-12-131-7/+11
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-15/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+6
* lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2015-07-091-1/+0
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-7/+8
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+4
* lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener2014-08-081-3/+2
* data-streamer.h (streamer_write_data_stream): Declare here, renamed from ...Richard Biener2014-07-311-73/+0
* lto-streamer.h (lto_write_data): New function.Richard Biener2014-07-301-12/+13
* add hash_map classTrevor Saunders2014-06-241-6/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-4/+5
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-3/+0
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener2013-06-241-7/+8
* Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener2013-06-181-82/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+7
* lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka2012-08-111-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-1/+2
* rebaseDiego Novillo2011-08-081-107/+0
* lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka2011-05-271-0/+42
* lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.hJan Hubicka2011-05-021-20/+3
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* re PR lto/44992 (ld -r breaks LTO)Andi Kleen2010-07-231-1/+1
* passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka2010-05-101-3/+0
* lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka2010-05-051-0/+1
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-42/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+652