summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
* lto-streamer-in.c (input_struct_function_base): Factor out of ...Lawrence Crowl2011-10-131-34/+47
* streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output...Gabriel Charette2011-10-131-4/+13
* lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka2011-10-041-2/+7
* Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich2011-09-301-0/+41
* re PR lto/50165 (Huge build time regression (Firefox lto build))Michael Matz2011-08-261-4/+5
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-66/+67
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-111-29/+109
* rebaseDiego Novillo2011-08-081-1548/+8
* dwarf2: Extract cfi creation to a new pass.Richard Henderson2011-07-071-8/+0
* tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou2011-07-021-1/+4
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-061-14/+34
* lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo2011-06-031-41/+0
* lto-streamer-in.c (get_resolution): Move to lto/lto.c.Diego Novillo2011-06-031-141/+0
* lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka2011-05-291-21/+35
* lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka2011-05-271-41/+66
* lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka2011-05-251-4/+3
* split tree_typeNathan Froyd2011-05-111-23/+37
* 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-3/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-1/+7
* 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
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor2011-04-121-1/+2
* lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz2011-04-031-75/+37
* tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener2011-03-301-1/+10
* lto-opts.c (input_data_block): Move to lto-streamer-in.c.Diego Novillo2011-03-241-5/+22
* re PR lto/46911 (ICE: SIGSEGV in add_name_and_src_coords_attributes (dwarf2ou...Richard Guenther2011-03-011-15/+12
* lto-streamer-in.c (input_bb): Do not find referenced vars in debug statements.Richard Guenther2011-02-241-2/+2
* re PR bootstrap/47820 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-02-211-1/+9
* re PR debug/47647 (BLOCKs are empty)Richard Guenther2011-02-191-9/+1
* re PR lto/47798 (LTO debuginfo for globals wrong)Richard Guenther2011-02-181-0/+2
* re PR lto/46083 (gcc.dg/initpri1.c FAILs with -flto/-fwhopr (attribute constr...Jan Hubicka2011-01-101-0/+5
* * lto-streamer-in.c (input_cfg): Fix pasto.Jan Hubicka2010-12-051-3/+3
* re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka2010-12-041-7/+13
* lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.Richard Guenther2010-11-241-3/+2
* re PR lto/46606 (ICE in input_gimple_stmt in lto1)Richard Guenther2010-11-241-11/+47
* re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...Richard Guenther2010-11-191-1/+2
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* re PR lto/45956 (Promoted statics conflict)Richard Guenther2010-10-091-21/+20
* lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther2010-10-081-1/+9
* lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...Richard Guenther2010-10-081-7/+23
* lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers): Properl...Richard Guenther2010-09-171-1/+1
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-0/+25
* tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.Richard Guenther2010-09-101-2/+0
* re PR debug/44115 (gcc.dg/guality/sra-1.c failure)Richard Guenther2010-09-101-0/+7
* lto-streamer-out.c (output_function): Output function start and end loci.Richard Guenther2010-09-031-0/+4
* re PR target/45475 (target attribute use in libcpp breaks LTO bootstrap)Andi Kleen2010-09-011-3/+18
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-1/+1