aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
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