aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-23lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther1-1/+1
2010-07-20lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther1-1/+3
2010-07-14lto-streamer-in.c (maybe_fixup_handled_component): Remove.Richard Guenther1-146/+0
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-1/+12
2010-06-20re PR lto/44248 (-fcompare-debug failure with -flto/-fwhopr -g)Alexandre Oliva1-10/+18
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-55/+32
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-1/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-06-02lto-streamer-in.c (input_gimple_stmt): Fix typo.Richard Guenther1-1/+1
2010-05-28re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...Richard Guenther1-2/+3
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-0/+1
2010-05-18re PR lto/44184 ("asm goto" does not work with LTO)Steven Bosscher1-0/+1
2010-05-15gimple.h (compare_field_offset): Rename into...Eric Botcazou1-1/+3
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-13/+0
2010-04-28lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...Eric Botcazou1-4/+5
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-0/+1
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-0/+2
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-1/+0
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-0/+4
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1