summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/45475 (target attribute use in libcpp breaks LTO bootstrap)Andi Kleen2010-09-011-1/+21
* lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka2010-08-211-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-13/+11
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-3/+1
* lto-streamer-out.c (write_symbol): Fix visibilities of external references.Jan Hubicka2010-07-241-15/+26
* re PR lto/44992 (ld -r breaks LTO)Andi Kleen2010-07-231-5/+5
* lto-streamer-in.c (maybe_fixup_handled_component): Remove.Richard Guenther2010-07-141-0/+19
* lto-streamer-out.c (produce_symtab): Do not write alias cgraph/varpool nodes.Jan Hubicka2010-07-101-0/+4
* lto-streamer.c (write_symbol_vec): Rename to ...Jan Hubicka2010-07-061-129/+135
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-1/+5
* timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka2010-07-031-2/+2
* lto-streamer.c (cached_bp): Remove.Richard Guenther2010-06-141-53/+39
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther2010-06-131-1/+2
* re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...Richard Guenther2010-05-281-2/+3
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-0/+1
* re PR lto/44184 ("asm goto" does not work with LTO)Steven Bosscher2010-05-181-0/+1
* lto-streamer-out.c (lto_output): Fix --enable-checking=release build.Jakub Jelinek2010-05-171-0/+2
* cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka2010-05-161-4/+11
* * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited ch...Jan Hubicka2010-05-101-1/+6
* passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka2010-05-101-0/+1
* lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka2010-05-051-3/+19
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-57/+24
* lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...Eric Botcazou2010-04-281-5/+6
* Uniquization of constants at the Tree levelEric Botcazou2010-04-281-0/+1
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-1/+0
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-2/+4
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-0/+13
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-2/+2
* re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther2010-01-131-0/+3
* 20100108_0.c: New.Rafael Avila de Espindola2010-01-111-4/+7
* 20100104_0.c: New.Rafael Avila de Espindola2010-01-041-1/+6
* Remove asterisk in LTO section name.H.J. Lu2010-01-011-11/+4
* re PR lto/42531 (FAIL: gcc.c-torture/compile/20011119-1.c)Dave Korn2009-12-301-3/+10
* re PR lto/42401 (wrong-code with -flto)Richard Guenther2009-12-191-2/+4
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-151-2/+6
* re PR lto/41658 (Execution testsuite fails with -O2 -fwhopr)Richard Guenther2009-12-111-28/+13
* lto-streamer-out.c (pack_ts_decl_common_value_fields): Revert previous change.Richard Guenther2009-12-041-3/+6
* lto-streamer-out.c (pack_ts_decl_common_value_fields): Do not pretend we have...Richard Guenther2009-12-021-1/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-14/+14
* (patch by Richard Guenther)Jan Hubicka2009-11-111-3/+3
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+2
* lto-streamer-in.c (unpack_ts_decl_common_value_fields): Stream DECL_RESTRICTE...Richard Guenther2009-10-251-0/+1
* re PR lto/41791 (LTO warnings with -Winline)Richard Guenther2009-10-221-0/+1
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-1/+1
* re PR middle-end/41713 (-O -flto -g: ICE in lto_output_tree_ref, at lto-strea...Richard Guenther2009-10-161-0/+1
* re PR lto/41638 (Back-end builtins are mishandled)Richard Guenther2009-10-091-8/+7
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-0/+1
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+2548