aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-11re PR lto/43200 ([LTO] tree check: expected array_type, have pointer_type in ...Richard Guenther1-9/+33
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+11
2010-02-05re PR lto/42762 (ICE in get_resolution() when compiling a C++ program with -f...Richard Guenther1-3/+6
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-2/+2
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther1-8/+3
2009-12-15tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther1-0/+1
2009-12-15gimple.h (compare_field_offset): Declare.Richard Guenther1-6/+1
2009-12-14lto-streamer-in.c (lto_get_builtin_tree): fclass can only be a BUILT_IN_NORMA...Ben Elliston1-0/+2
2009-12-11lto-streamer-in.c (lto_input_tree_ref): Do not register DEBUG_EXPR_DECLs with...Richard Biener1-1/+1
2009-12-11re PR lto/41662 (FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_2008110...Richard Guenther1-6/+14
2009-12-04lto-streamer-out.c (pack_ts_decl_common_value_fields): Revert previous change.Richard Guenther1-0/+5
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-35/+35
2009-11-18lto-streamer-in.c (input_gimple_stmt): Assert that we find a valid field decl...Richard Guenther1-1/+5
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-9/+0
2009-11-11(patch by Richard Guenther)Jan Hubicka1-3/+17
2009-11-10tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor1-1/+4
2009-10-25lto-streamer-in.c (unpack_ts_decl_common_value_fields): Stream DECL_RESTRICTE...Richard Guenther1-0/+1
2009-10-22re PR lto/41791 (LTO warnings with -Winline)Richard Guenther1-1/+2
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-0/+12
2009-10-17lto-streamer-in.c (lto_input_location): Try to reuse previous maps.Richard Guenther1-8/+12
2009-10-17lto-streamer-in.c (input_gimple_stmt): Fixup FIELD_DECL operands in COMPONENT...Richard Guenther1-0/+30
2009-10-16re PR lto/41715 (VIEW_CONVERT_EXPR use for mismatched prevailing decl replace...Richard Guenther1-10/+127
2009-10-14lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther1-1/+10
2009-10-14re PR lto/41521 ([LTO] ICE verify_cgraph_node only with "-g")Richard Guenther1-9/+8
2009-10-09re PR lto/41638 (Back-end builtins are mishandled)Richard Guenther1-3/+12
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-0/+1
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-84/+18
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+2624