summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
Commit message (Expand)AuthorAgeFilesLines
* lto-streamer-in.c (input_struct_function_base): Factor out of ...Lawrence Crowl2011-10-131-32/+42
* streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output...Gabriel Charette2011-10-131-4/+10
* lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka2011-10-041-1/+4
* cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka2011-10-021-0/+9
* Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich2011-09-301-0/+55
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-95/+98
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-111-51/+167
* rebaseDiego Novillo2011-08-081-1383/+18
* tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou2011-07-021-1/+4
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-7/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output BINFO_V...Jan Hubicka2011-06-141-1/+5
* lto-streamer-out.c (produce_symtab): Stream out the newly represented aliases.Jan Hubicka2011-06-111-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-5/+2
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-061-36/+71
* lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo2011-06-031-39/+0
* lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call output_r...Diego Novillo2011-06-011-14/+14
* lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers): Remove asse...Diego Novillo2011-06-011-5/+0
* lto-streamer-out.c (hash_string_slot_node): Hash string based on its length.Jan Hubicka2011-05-291-50/+64
* lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka2011-05-291-18/+23
* lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka2011-05-271-31/+65
* lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka2011-05-251-5/+4
* split tree_typeNathan Froyd2011-05-111-24/+37
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-1/+2
* tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2011-05-051-1/+0
* re PR tree-optimization/48846 (Many -O2 -flto testsuite failures with -m32 -m...Richard Guenther2011-05-031-1/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-1/+6
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-131-1/+1
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-04-121-0/+2
* lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz2011-04-031-65/+22
* tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener2011-03-301-2/+13
* lto-opts.c (input_data_block): Move to lto-streamer-in.c.Diego Novillo2011-03-241-34/+29
* re PR lto/46911 (ICE: SIGSEGV in add_name_and_src_coords_attributes (dwarf2ou...Richard Guenther2011-03-011-12/+12
* re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-02-211-1/+2
* re PR debug/47647 (BLOCKs are empty)Richard Guenther2011-02-191-2/+1
* re PR lto/47274 (ICE in lto_varpool_replace_node, at lto-symtab.c:306)Jakub Jelinek2011-02-031-2/+5
* re PR lto/47259 (LTO and global register variable)Richard Guenther2011-01-121-1/+2
* re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka2011-01-111-14/+73
* re PR lto/46083 (gcc.dg/initpri1.c FAILs with -flto/-fwhopr (attribute constr...Jan Hubicka2011-01-101-0/+2
* re PR lto/46879 (ICE: in separate_decls_in_region_debug_bind, at tree-parloop...Jakub Jelinek2010-12-131-2/+3
* re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn2010-12-101-6/+4
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-2/+15
* re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...Richard Guenther2010-11-191-1/+2
* lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than assembli...Dave Korn2010-11-111-2/+6
* re PR lto/45667 (ICE: verify_stmts failed: type mismatch in address expressio...Richard Guenther2010-10-201-1/+1
* lto-streamer-out.c (write_symbol): Use pointer set of seen objects instead of...Jan Hubicka2010-10-151-15/+49
* lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther2010-10-081-2/+6
* lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...Richard Guenther2010-10-081-1/+2
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-0/+27