aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20re PR debug/86585 (ICE in gen_member_die, at dwarf2out.c:24935)Richard Biener1-1/+18
2018-07-13lto.c (do_stream_out): Add PART parameter; open dump file.Jan Hubicka1-8/+15
2018-07-04[multiple changes]Martin Liska1-2/+2
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka1-22/+39
2018-06-05lto.c (cmp_type_location): Expand locations only once.Richard Biener1-13/+9
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-1/+2
2018-04-30lto-wrapper.c (ltrans_priorities): New static var.Jan Hubicka1-44/+5
2018-04-18Fix coding style and typos.Martin Liska1-3/+3
2018-04-18Make Wodr warnings stable.Martin Liska1-1/+45
2018-04-18re PR lto/85391 (ICE in add_type_duplicate, at ipa-devirt.c:1887)Jan Hubicka1-6/+7
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-5/+12
2018-02-07* lto.c (register_resolution): Remove forgotten sanity check.Jan Hubicka1-1/+0
2018-02-06re PR lto/81004 (linking failed with -flto and static libboost_program_options)Jan Hubicka1-15/+42
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07New VECTOR_CST layoutRichard Sandiford1-3/+10
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+2
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-2/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
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