aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-1/+38
2017-08-16tree-core.h (tree_type_non_common): Rename binfo to lang_1.Nathan Sidwell1-4/+0
2017-07-19tree.h (TYPE_MINVAL, [...]): Rename to ...Nathan Sidwell1-4/+4
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-24tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore backedges when iden...Richard Biener1-2/+3
2016-10-11lto-streamer-out.c (collect_block_tree_leafs): New helper.Richard Biener1-3/+21
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-10/+7
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-08-06data-streamer-in.c (streamer_read_wide_int): New.Kugan Vivekanandarajah1-17/+3
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-18/+7
2016-07-19re PR middle-end/71907 (missing buffer overflow warnings with -flto)Richard Biener1-1/+5
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+3
2016-04-22lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA n...Richard Biener1-1/+5
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson1-0/+1
2016-02-12re PR middle-end/69729 ([CHKP] internal compiler error: Segmentation fault)Ilya Enkovich1-1/+1
2016-01-19lto-streamer-out.c (lto_output): Do not stream instrumentation thunks.Jan Hubicka1-1/+2
2016-01-15lto-streamer-out.c (subtract_estimated_size): New function.Jan Hubicka1-2/+43
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-6/+8
2015-12-10* lto-streamer-out.c (wrap_refs): Only wrap public decls.Jan Hubicka1-1/+2
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-1/+5
2015-12-01lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET.Jan Hubicka1-4/+0
2015-11-16lto-streamer-out.c (write_global_references): Adjust integer type.Andris Pavenis1-2/+2
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+7
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-23/+21
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-15re PR lto/67568 (lto-streamer-in.c sanitizer runtime error: load of value 255...Richard Biener1-0/+1
2015-08-31lto-streamer.h (lto_location_cache::cached_location::sysp): Add.Richard Biener1-1/+5
2015-08-10Fix offloading machine mode stream readingThomas Schwinge1-2/+2
2015-07-28arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.David Sherwood1-2/+2
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-4/+0
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-30lto-streamer-out.c (class DFS): Adjust hash_scc method.Eric Botcazou1-12/+22
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25* lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.Eric Botcazou1-45/+43
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+2
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-14re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Jan Hubicka1-1/+2
2015-06-08lto-streamer-out.c (lto_output_location): Stream reserved locations correctly.Jan Hubicka1-2/+4
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-03-25re PR lto/65515 (FAIL: gcc.c-torture/compile/limits-fndefn.c -O2 -flto -flt...Jakub Jelinek1-175/+213
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-0/+92