aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-31Move clone_info to summaryJan Hubicka1-15/+23
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-0/+6
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-36/+30
2020-06-08openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-0/+8
2020-06-01Cleanup global decl stream reference streaming, part 1Jan Hubicka1-16/+10
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek1-0/+4
2020-01-19Fix ICE in speculative_call_infoJan Hubicka1-3/+4
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo1-13/+17
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-0/+4
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka1-0/+9
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska1-11/+7
2019-10-30Remove cgraph_local_info structure.Martin Liska1-8/+8
2019-10-30Remove cgraph_global_info.Martin Liska1-13/+13
2019-09-20New IPA-SRAMartin Jambor1-46/+75
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-15/+15
2019-02-13Clean up MPX-related stuff.Martin Liska1-5/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-21re PR ipa/88561 (PGO devirtualization miscompilation of firefox)Jan Hubicka1-2/+6
2018-12-14[offloading] Error on missing symbolsTom de Vries1-7/+32
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-1/+4
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-130/+6
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-1/+1
2018-06-08Remove MPXMartin Liska1-68/+3
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-2/+2
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-1/+4
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22[PR 82027] Also stream opt_info of former_clonesMartin Jambor1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-8/+10
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-8/+8
2017-01-11re PR lto/79042 (LTO doesn't propagate node->dynamically_initialized bit for ...Maxim Ostapenko1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-1/+1
2016-07-25Don't call get_working_sets w/ LTO and -fauto-profile (PRMartin Liska1-1/+3
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka1-2/+3
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka1-2/+2
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka1-0/+2
2016-02-15Don't mark offload symbols with force_output in ltransTom de Vries1-3/+5
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries1-0/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-0/+9
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-9/+15
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-19/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+5