aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-13/+18
2017-08-16tree-core.h (tree_type_non_common): Rename binfo to lang_1.Nathan Sidwell1-3/+2
2017-08-08Add missing include of attribs.h in lto.cTom de Vries1-0/+1
2017-07-19tree.h (TYPE_MINVAL, [...]): Rename to ...Nathan Sidwell1-6/+7
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka1-1/+1
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-3/+3
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+2
2017-02-14Fix memory leak in LTOMartin Liska1-0/+2
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-7/+1
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23re PR lto/78472 (warning: type of 's' does not match original declaration fro...Richard Biener1-1/+3
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-31re PR lto/78129 (-Werror=suggest-final-types leads to -ENOSPC.)Richard Biener1-0/+4
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-09-20debug.h (gcc_debug_hooks): Add filename parameter to early_finish hook.Richard Biener1-1/+1
2016-09-19dwarf2out.c (early_dwarf_finished): New global.Richard Biener1-0/+3
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-10/+2
2016-04-27params.def (MAX_PARTITION_SIZE): New param.Prathamesh Kulkarni1-2/+3
2016-02-15Don't mark offload symbols with force_output in ltransTom de Vries1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+35
2015-12-13cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka1-0/+2
2015-12-09re PR lto/68811 (ICE: in get, at cgraph.h:1218)Jan Hubicka1-2/+5
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-0/+1
2015-12-01lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET.Jan Hubicka1-1/+3
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