aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-object.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-10/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
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-9/+6
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-01-30Always pass explicit location to fatal_error.Joseph Myers1-7/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-2/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-10-16lto-object.c (lto_obj_begin_section): In the event that pointer sizes aren't ...DJ Delorie1-1/+1
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener1-3/+1
2014-05-22Create a new header lto-section-names.hBernd Schmidt1-5/+1
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-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-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus1-2/+7
2011-10-04Maintain order of LTO sectionsAndi Kleen1-2/+15
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-7/+0
2010-11-17simple-object.h (simple_object_attributes_merge): Declare, replacing simple_o...Ian Lance Taylor1-2/+2
2010-11-02lto-object.c: New file.Ian Lance Taylor1-0/+376