aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2015-12-16re PR middle-end/68878 (471.omnetpp in SPEC CPU 2006 is miscompiled with LTO)Jan Hubicka3-1/+54
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin2-0/+41
2015-12-13cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka2-0/+6
2015-12-10re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2-6/+52
2015-12-09re PR lto/68811 (ICE: in get, at cgraph.h:1218)Jan Hubicka2-2/+12
2015-12-09re PR lto/68811 (ICE: in get, at cgraph.h:1218)Jan Hubicka2-2/+9
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka4-58/+184
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2-5/+47
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2-1/+15
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka2-2/+8
2015-12-01lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET.Jan Hubicka2-1/+7
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka3-0/+58
2015-11-25lto-symtab.c: Include alias.hJan Hubicka2-70/+117
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka2-5/+13
2015-11-24tree.c (free_node): New function.Jan Hubicka2-5/+5
2015-11-21lto.c (iterative_hash_canonical_type): Always recurse for pointers.Jan Hubicka2-4/+18
2015-11-21lto-symtab.c (warn_type_compatibility_p): Do not set ODR mismatch flag for ty...Jan Hubicka2-10/+22
2015-11-11decl.c: Remove unused header files.Andrew MacLeod6-42/+8
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou2-1/+8
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford2-1/+4
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod6-47/+45
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2-19/+24
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-1/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2-0/+29
2015-10-10tree.c (type_with_interoperable_signedness): New.Jan Hubicka2-2/+10
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell2-8/+12
2015-08-31lto.c (compare_tree_sccs_1): Compare DECL_ABSTRACT_ORIGIN.Richard Biener3-0/+25
2015-08-31lto-symtab.c (lto_symtab_prevailing_decl): Remove redundant test, do not repl...Richard Biener3-7/+15
2015-08-19remove more useless typedefsTrevor Saunders2-2/+6
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod2-3/+5
2015-07-13Fix double word typos.Aldy Hernandez2-1/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod2-1/+5
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod5-4/+12
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod2-1/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod6-47/+40
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod7-12/+9
2015-06-25hash-table.h: Update comments.Richard Sandiford2-3/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod6-15/+8
2015-06-14re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Jan Hubicka2-1/+5
2015-06-12lto-lang.c (lto_type_for_size): Include intN types.DJ Delorie2-0/+20
2015-06-08lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.Jan Hubicka2-7/+9
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod8-24/+10
2015-06-08re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka2-2/+12
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka2-3/+8
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez2-15/+5
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod6-17/+8
2015-06-04lto.c (hash_canonical_type): Use tree_code_for_canonical_type_merging.Jan Hubicka2-1/+5
2015-06-03lto.c (iterative_hash_canonical_type, [...]): only hash main variants of typesJan Hubicka2-1/+17
2015-06-03ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich1-30/+42
2015-05-27LTO balanced map: add stats about insns and symbols.Martin Liska3-1/+34