aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-6/+6
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-4/+4
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-5/+35
2013-08-09lto-streamer-out.c (output_function): Renumber PHIs.Jan Hubicka1-1/+13
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-14/+21
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener1-1/+1
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-32/+117
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-2/+2
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener1-0/+54
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-6/+16
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-2/+2
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-1/+1
2013-02-08re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener1-29/+16
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-4/+2
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