aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14re PR lto/51497 (The run time for the polyhedron test nf.f90 is ~10% slower w...Richard Guenther1-0/+27
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-4/+4
2011-10-13lto-streamer-in.c (input_struct_function_base): Factor out of ...Lawrence Crowl1-34/+47
2011-10-13streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output...Gabriel Charette1-4/+13
2011-10-04lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka1-2/+7
2011-09-30Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich1-0/+41
2011-08-26re PR lto/50165 (Huge build time regression (Firefox lto build))Michael Matz1-4/+5
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-66/+67
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-29/+109
2011-08-08rebaseDiego Novillo1-1548/+8
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-8/+0
2011-07-02tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou1-1/+4
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo1-14/+34
2011-06-03lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo1-41/+0
2011-06-03lto-streamer-in.c (get_resolution): Move to lto/lto.c.Diego Novillo1-141/+0
2011-05-29lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka1-21/+35
2011-05-27lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka1-41/+66
2011-05-25lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka1-4/+3
2011-05-11split tree_typeNathan Froyd1-23/+37
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-3/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-1/+7
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-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-12tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor1-1/+2
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-75/+37
2011-03-30tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener1-1/+10
2011-03-24lto-opts.c (input_data_block): Move to lto-streamer-in.c.Diego Novillo1-5/+22
2011-03-01re PR lto/46911 (ICE: SIGSEGV in add_name_and_src_coords_attributes (dwarf2ou...Richard Guenther1-15/+12
2011-02-24lto-streamer-in.c (input_bb): Do not find referenced vars in debug statements.Richard Guenther1-2/+2
2011-02-21re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-1/+9
2011-02-19re PR debug/47647 (BLOCKs are empty)Richard Guenther1-9/+1
2011-02-18re PR lto/47798 (LTO debuginfo for globals wrong)Richard Guenther1-0/+2
2011-01-10re PR lto/46083 (gcc.dg/initpri1.c FAILs with -flto/-fwhopr (attribute constr...Jan Hubicka1-0/+5
2010-12-05* lto-streamer-in.c (input_cfg): Fix pasto.Jan Hubicka1-3/+3
2010-12-04re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka1-7/+13
2010-11-24lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.Richard Guenther1-3/+2
2010-11-24re PR lto/46606 (ICE in input_gimple_stmt in lto1)Richard Guenther1-11/+47
2010-11-19re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...Richard Guenther1-1/+2
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-09re PR lto/45956 (Promoted statics conflict)Richard Guenther1-21/+20
2010-10-08lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther1-1/+9
2010-10-08lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...Richard Guenther1-7/+23
2010-09-17lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers): Properl...Richard Guenther1-1/+1
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-0/+25
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/+7
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-3/+18