summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
...
* lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.Richard Guenther2010-11-241-3/+2
* re PR lto/46606 (ICE in input_gimple_stmt in lto1)Richard Guenther2010-11-241-11/+47
* re PR lto/45789 (ICE: tree code 'lang_type' is not supported in gimple stream...Richard Guenther2010-11-191-1/+2
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* re PR lto/45956 (Promoted statics conflict)Richard Guenther2010-10-091-21/+20
* lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther2010-10-081-1/+9
* lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_S...Richard Guenther2010-10-081-7/+23
* lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers): Properl...Richard Guenther2010-09-171-1/+1
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-0/+25
* tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.Richard Guenther2010-09-101-2/+0
* re PR debug/44115 (gcc.dg/guality/sra-1.c failure)Richard Guenther2010-09-101-0/+7
* lto-streamer-out.c (output_function): Output function start and end loci.Richard Guenther2010-09-031-0/+4
* re PR target/45475 (target attribute use in libcpp breaks LTO bootstrap)Andi Kleen2010-09-011-3/+18
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-1/+1
* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther2010-07-201-1/+3
* lto-streamer-in.c (maybe_fixup_handled_component): Remove.Richard Guenther2010-07-141-146/+0
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-1/+12
* re PR lto/44248 (-fcompare-debug failure with -flto/-fwhopr -g)Alexandre Oliva2010-06-201-10/+18
* lto-streamer.c (cached_bp): Remove.Richard Guenther2010-06-141-55/+32
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther2010-06-131-1/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+5
* lto-streamer-in.c (input_gimple_stmt): Fix typo.Richard Guenther2010-06-021-1/+1
* re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning:...Richard Guenther2010-05-281-2/+3
* 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
* gimple.h (compare_field_offset): Rename into...Eric Botcazou2010-05-151-1/+3
* 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-13/+0
* lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or u...Eric Botcazou2010-04-281-4/+5
* Uniquization of constants at the Tree levelEric Botcazou2010-04-281-0/+1
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-0/+2
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-1/+0
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-0/+4
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR lto/43200 ([LTO] tree check: expected array_type, have pointer_type in ...Richard Guenther2010-03-111-9/+33
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-0/+11
* re PR lto/42762 (ICE in get_resolution() when compiling a C++ program with -f...Richard Guenther2010-02-051-3/+6
* 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-8/+3
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-151-0/+1
* gimple.h (compare_field_offset): Declare.Richard Guenther2009-12-151-6/+1
* lto-streamer-in.c (lto_get_builtin_tree): fclass can only be a BUILT_IN_NORMA...Ben Elliston2009-12-141-0/+2
* lto-streamer-in.c (lto_input_tree_ref): Do not register DEBUG_EXPR_DECLs with...Richard Biener2009-12-111-1/+1
* re PR lto/41662 (FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_2008110...Richard Guenther2009-12-111-6/+14
* lto-streamer-out.c (pack_ts_decl_common_value_fields): Revert previous change.Richard Guenther2009-12-041-0/+5
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-35/+35
* lto-streamer-in.c (input_gimple_stmt): Assert that we find a valid field decl...Richard Guenther2009-11-181-1/+5
* cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka2009-11-161-9/+0