summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
* data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka2013-03-281-1/+1
* re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener2013-02-081-29/+16
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-4/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-37/+35
* lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther2012-10-181-2/+2
* lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener2012-10-101-30/+14
* re PR lto/47799 (LTO debug info for early inlined functions missing)Richard Guenther2012-09-281-17/+0
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-1/+0
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-1/+1
* tree-into-ssa.c (mark_def_sites): Also process virtual operands.Richard Guenther2012-07-301-3/+3
* Tidy some include usage + dependenciesRichard Henderson2012-07-241-1/+0
* opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher2012-07-231-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2012-06-151-0/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther2012-05-221-1/+1
* cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka2012-05-191-48/+0
* basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz2012-05-031-3/+0
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-1/+1
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-2/+2
* re PR lto/51497 (The run time for the polyhedron test nf.f90 is ~10% slower w...Richard Guenther2011-12-141-0/+27
* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou2011-12-131-4/+4
* 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