aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-37/+35
2012-10-18lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther1-2/+2
2012-10-10lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener1-30/+14
2012-09-28re PR lto/47799 (LTO debug info for early inlined functions missing)Richard Guenther1-17/+0
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-1/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-1/+1
2012-07-30tree-into-ssa.c (mark_def_sites): Also process virtual operands.Richard Guenther1-3/+3
2012-07-24Tidy some include usage + dependenciesRichard Henderson1-1/+0
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-1/+0
2012-07-16system.h (dump_file): Do not define.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-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-1/+1
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka1-48/+0
2012-05-03basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz1-3/+0
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-2/+2
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