aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Remove LTO_STREAMER_DEBUG (PR lto/79489).Martin Liska1-10/+0
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-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-8/+6
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-39/+0
2016-07-19re PR middle-end/71907 (missing buffer overflow warnings with -flto)Richard Biener1-2/+5
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek1-1/+1
2016-01-25re PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out.c:27175 with LTO)Richard Biener1-1/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17tree.h (TYPE_MODE_RAW): New macro.Christian Bruel1-1/+4
2015-12-01lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET.Jan Hubicka1-7/+3
2015-11-24alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P double check ...Jan Hubicka1-9/+11
2015-11-09re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode)Eric Botcazou1-1/+4
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+3
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+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-10/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-14re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Jan Hubicka1-1/+2
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-5/+0
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-3/+3
2015-02-09tree-streamer.h (streamer_pack_tree_bitfields): Remove.Richard Biener1-25/+32
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+3
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt1-2/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-26re PR lto/64075 (ICE: in bp_pack_value, at data-streamer.h:106)Ilya Enkovich1-1/+1
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-1/+10
2014-11-19re PR lto/63963 (LTO doesn't work with __attribute__((__target__("sse4.2"))))Jan Hubicka1-3/+2
2014-11-15lto-streamer-out.c (hash_tree): Use cl_optimization_hash.Jan Hubicka1-19/+1
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-3/+3
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-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-08-19lto-streamer-out.c (DFS::DFS_write_tree_body): Stream DECL_EXTERNALs in BLOCK...Richard Biener1-3/+3
2014-06-30revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if typ...Jan Hubicka1-105/+22
2014-06-28tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is com...Jan Hubicka1-22/+105
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-1/+1
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-4/+0
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+0
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-2/+0
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-2/+2
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+20
2014-04-03tree-streamer-out.c (streamer_write_chain): Do not temporarily set TREE_CHAIN...Richard Biener1-8/+0