aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-4/+3
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-6/+2
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-19/+28
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+5
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-1/+0
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-0/+1
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka1-131/+6
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-4/+3
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-3/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-25/+27
2012-01-05re PR lto/50490 (ICE when compiling libglib2.0 with LTO, tree code 'optimizat...Richard Guenther1-1/+0
2011-12-19re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p)Richard Guenther1-4/+5
2011-12-15revert: re PR lto/48437 (LTO crashes with block-local function declarations)Richard Guenther1-10/+0
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-10/+5
2011-12-08re PR lto/50747 (ICE in produce_symtab, at lto-streamer-out.c:1435)Richard Guenther1-5/+1
2011-12-08re PR middle-end/49945 (gcc.dg/guality/vla-1.c FAILs with -flto)Richard Guenther1-0/+10
2011-12-08re PR lto/48437 (LTO crashes with block-local function declarations)Richard Guenther1-0/+10
2011-10-13lto-streamer-in.c (input_struct_function_base): Factor out of ...Lawrence Crowl1-32/+42
2011-10-13streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output...Gabriel Charette1-4/+10
2011-10-04lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka1-1/+4
2011-10-02cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka1-0/+9
2011-09-30Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich1-0/+55
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-95/+98
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-51/+167
2011-08-08rebaseDiego Novillo1-1383/+18
2011-07-02tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou1-1/+4
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-7/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-06-14lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output BINFO_V...Jan Hubicka1-1/+5
2011-06-11lto-streamer-out.c (produce_symtab): Stream out the newly represented aliases.Jan Hubicka1-2/+2
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-5/+2
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo1-36/+71
2011-06-03lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo1-39/+0
2011-06-01lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call output_r...Diego Novillo1-14/+14
2011-06-01lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers): Remove asse...Diego Novillo1-5/+0
2011-05-29lto-streamer-out.c (hash_string_slot_node): Hash string based on its length.Jan Hubicka1-50/+64
2011-05-29lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka1-18/+23
2011-05-27lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka1-31/+65
2011-05-25lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka1-5/+4
2011-05-11split tree_typeNathan Froyd1-24/+37
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-1/+2
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-1/+0
2011-05-03re PR tree-optimization/48846 (Many -O2 -flto testsuite failures with -m32 -m...Richard Guenther1-1/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-1/+6
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-04-12re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther1-0/+2
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-65/+22
2011-03-30tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener1-2/+13