aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-24re PR lto/67699 (ICE (segfault) compiling a const array with -flto)Richard Biener1-15/+0
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich1-1/+26
2015-05-15ipa-chkp.h (chkp_wrap_function): New.Ilya Enkovich1-4/+8