aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-partition.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1196/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka1-0/+1
2021-11-06Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka1-1/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-2/+3
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-1/+1
2020-01-16Fix noreorder symbol partitioning reversion.Martin Liska1-0/+3
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-5/+5
2020-01-08Replace node->name/node->order with node->dump_name.Martin Liska1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka1-4/+4
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka1-37/+8
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-5/+5
2019-10-30Remove cgraph_global_info.Martin Liska1-3/+3
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka1-3/+3
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-30Minimize clone counter memory usage in LTO.Michael Ploujnikov1-2/+13
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov1-2/+2
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-3/+3
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka1-33/+33
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska1-15/+11
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-3/+3
2018-06-08Remove MPXMartin Liska1-31/+1
2018-05-15re PR lto/85583 (lto1: internal compiler error: in lto_balanced_map, at lto/l...Jan Hubicka1-4/+19
2018-04-30lto-wrapper.c (ltrans_priorities): New static var.Jan Hubicka1-0/+21
2018-04-30* lto-partition.c (lto_balanced_map): Fix sanity check.Jan Hubicka1-1/+1
2018-04-29lto-partition.c: Include sreal.hJan Hubicka1-49/+80
2018-02-23* lto-partition.c (lto_balanced_map): Watch overflow.Jan Hubicka1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-2/+2
2017-07-06cgraphunit.c (cgraph_node::finalize_function): When !flag_toplevel_reorde set...Jan Hubicka1-12/+9
2017-06-15Revert accidental checkin.Jan Hubicka1-1/+1
2017-06-15re PR lto/69866 (lto1: internal compiler error: in add_symbol_to_partition_1,...Jan Hubicka1-1/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-5/+5
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-01-06lto-partition.c (promote_symbol): Write to dump file sooner, include alias pr...Nathan Sidwell1-6/+10
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell1-10/+13
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka1-1/+1
2016-04-27params.def (MAX_PARTITION_SIZE): New param.Prathamesh Kulkarni1-2/+6
2016-01-27HSA: simplify partitioning of HSA kernels and host impls.Martin Liska1-19/+0
2016-01-19Merge of HSAMartin Jambor1-0/+19
2016-01-18re PR lto/69003 (Undefined reference with gcc -r incremental linking)Jan Hubicka1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-5/+37
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-1/+9