aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.Jan Hubicka1-7/+5
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka1-3/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-04lto.c (hash_canonical_type): Use tree_code_for_canonical_type_merging.Jan Hubicka1-1/+1
2015-06-03lto.c (iterative_hash_canonical_type, [...]): only hash main variants of typesJan Hubicka1-1/+12
2015-05-23lto.c (hash_canonical_type): Be sure we hash only types that need alias set.Jan Hubicka1-1/+7
2015-05-23* lto.c (hash_canonical_type): Drop hashing of METHOD_BASETYPE.Jan Hubicka1-4/+0
2015-05-19tree.c (verify_type_variant): Fix #undef.Jan Hubicka1-202/+0
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka1-0/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-27re PR lto/65536 (LTO line number information garbled)Jan Hubicka1-3/+16
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka1-5/+12
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-1/+15
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-13/+18
2015-01-18lto.c (compare_tree_sccs_1): Add comparsion of DECL_FUNCTION_SPECIFIC_TARGETJan Hubicka1-2/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+1
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+13
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-2/+1
2014-12-09move gimple_canonical_types htab out of gc memoryTrevor Saunders1-2/+2
2014-11-20remove more ggc htabsTrevor Saunders1-15/+8
2014-11-20use vec in lto_tree_ref_tableTrevor Saunders1-11/+12
2014-11-17tree.c (free_lang_data_in_decl): Annotate all functio nbodies with DECL_FUNCT...Jan Hubicka1-9/+0
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-1/+2
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+2
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-1/+5
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-2/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-06lto.c (stream_out): ARG_UNUSED added for last argument.Martin Liska1-1/+2
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-2/+2
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-1/+6
2014-08-25IPA C++ refactoring 4/NMartin Liska1-28/+29
2014-08-21re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka1-4/+1
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-3/+6
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-3/+2
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-8/+7
2014-08-01Change inchash to name space.Andi Kleen1-5/+5
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen1-4/+2
2014-07-25Convert LTO type hashing to the new inchash interfaceAndi Kleen1-26/+28
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-6/+6
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-2/+2
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-7/+0
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-1/+1
2014-06-30revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if typ...Jan Hubicka1-93/+16
2014-06-28lto.c (lto_read_decls): Fix comment in comment.Andrew Pinski1-1/+1
2014-06-28tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is com...Jan Hubicka1-17/+93