aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka1-5/+4
2015-11-24tree.c (free_node): New function.Jan Hubicka1-5/+1
2015-11-21lto.c (iterative_hash_canonical_type): Always recurse for pointers.Jan Hubicka1-3/+10
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-8/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+4
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-12/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-19/+15
2015-10-10tree.c (type_with_interoperable_signedness): New.Jan Hubicka1-2/+5
2015-08-31lto.c (compare_tree_sccs_1): Compare DECL_ABSTRACT_ORIGIN.Richard Biener1-0/+1
2015-08-31lto-symtab.c (lto_symtab_prevailing_decl): Remove redundant test, do not repl...Richard Biener1-2/+4
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-3/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+8
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-14re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Jan Hubicka1-1/+0
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