aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-53/+39
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-1/+2
2010-05-28re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...Richard Guenther1-2/+3
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
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-17lto-streamer-out.c (lto_output): Fix --enable-checking=release build.Jakub Jelinek1-0/+2
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-4/+11
2010-05-10* lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited ch...Jan Hubicka1-1/+6
2010-05-10passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka1-0/+1
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-3/+19
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-57/+24
2010-04-28lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...Eric Botcazou1-5/+6
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-0/+1
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-1/+0
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-2/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+13
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-0/+3
2010-01-1120100108_0.c: New.Rafael Avila de Espindola1-4/+7
2010-01-0420100104_0.c: New.Rafael Avila de Espindola1-1/+6
2010-01-01Remove asterisk in LTO section name.H.J. Lu1-11/+4
2009-12-30re PR lto/42531 (FAIL: gcc.c-torture/compile/20011119-1.c)Dave Korn1-3/+10
2009-12-19re PR lto/42401 (wrong-code with -flto)Richard Guenther1-2/+4
2009-12-15tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther1-2/+6
2009-12-11re PR lto/41658 (Execution testsuite fails with -O2 -fwhopr)Richard Guenther1-28/+13
2009-12-04lto-streamer-out.c (pack_ts_decl_common_value_fields): Revert previous change.Richard Guenther1-3/+6
2009-12-02lto-streamer-out.c (pack_ts_decl_common_value_fields): Do not pretend we have...Richard Guenther1-1/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-14/+14
2009-11-11(patch by Richard Guenther)Jan Hubicka1-3/+3
2009-11-10tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor1-0/+2
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-0/+1
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-1/+1
2009-10-16re PR middle-end/41713 (-O -flto -g: ICE in lto_output_tree_ref, at lto-strea...Richard Guenther1-0/+1
2009-10-09re PR lto/41638 (Back-end builtins are mishandled)Richard Guenther1-8/+7
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-0/+1
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+2548