aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12re PR lto/47259 (LTO and global register variable)Richard Guenther1-1/+2
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka1-14/+73
2011-01-10re PR lto/46083 (gcc.dg/initpri1.c FAILs with -flto/-fwhopr (attribute constr...Jan Hubicka1-0/+2
2010-12-13re PR lto/46879 (ICE: in separate_decls_in_region_debug_bind, at tree-parloop...Jakub Jelinek1-2/+3
2010-12-10re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn1-6/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-2/+15
2010-11-19re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...Richard Guenther1-1/+2
2010-11-11lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than assembli...Dave Korn1-2/+6
2010-10-20re PR lto/45667 (ICE: verify_stmts failed: type mismatch in address expressio...Richard Guenther1-1/+1
2010-10-15lto-streamer-out.c (write_symbol): Use pointer set of seen objects instead of...Jan Hubicka1-15/+49
2010-10-08lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther1-2/+6
2010-10-08lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...Richard Guenther1-1/+2
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-0/+27
2010-09-10tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.Richard Guenther1-2/+0
2010-09-10re PR debug/44115 (gcc.dg/guality/sra-1.c failure)Richard Guenther1-0/+3
2010-09-03lto-streamer-out.c (output_function): Output function start and end loci.Richard Guenther1-0/+4
2010-09-01re PR target/45475 (target attribute use in libcpp breaks LTO bootstrap)Andi Kleen1-1/+21
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+11
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-3/+1
2010-07-24lto-streamer-out.c (write_symbol): Fix visibilities of external references.Jan Hubicka1-15/+26
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-5/+5
2010-07-14lto-streamer-in.c (maybe_fixup_handled_component): Remove.Richard Guenther1-0/+19
2010-07-10lto-streamer-out.c (produce_symtab): Do not write alias cgraph/varpool nodes.Jan Hubicka1-0/+4
2010-07-06lto-streamer.c (write_symbol_vec): Rename to ...Jan Hubicka1-129/+135
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-1/+5
2010-07-03timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka1-2/+2
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-53/+39
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-1/+2
2010-05-28re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...Richard Guenther1-2/+3
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-0/+1
2010-05-18re PR lto/44184 ("asm goto" does not work with LTO)Steven Bosscher1-0/+1
2010-05-17lto-streamer-out.c (lto_output): Fix --enable-checking=release build.Jakub Jelinek1-0/+2
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-4/+11
2010-05-10* lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited ch...Jan Hubicka1-1/+6
2010-05-10passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka1-0/+1
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-3/+19
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-57/+24
2010-04-28lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...Eric Botcazou1-5/+6
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-0/+1
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-1/+0
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-2/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+13
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-2/+2
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther1-0/+3
2010-01-1120100108_0.c: New.Rafael Avila de Espindola1-4/+7
2010-01-0420100104_0.c: New.Rafael Avila de Espindola1-1/+6