aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-14re PR target/60179 (target optimization attribute streaming is broken)Richard Biener1-20/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-0/+71
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-09-03re PR lto/58285 (ICE in lto_output_tree, at lto-streamer-out.c:1318)Richard Biener1-0/+1
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka1-1/+10
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka1-6/+3
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-6/+1
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-7/+19
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener1-2/+3
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-2/+4
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-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou1-1/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-10-18lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther1-3/+17
2012-10-17tree-streamer-out.c (write_ts_decl_common_tree_pointers): Do not write TREE_C...Richard Biener1-4/+1
2012-10-15data-streamer.h (bp_pack_string_with_length): New function.Richard Biener1-15/+4
2012-10-15tree-streamer-out.c (streamer_pack_tree_bitfields): Back BINFO_BASE_ACCESSES ...Richard Guenther1-8/+12
2012-10-12tree-streamer-out.c (pack_ts_target_option): Rename from ...Richard Biener1-48/+42