summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)Author
2020-01-19Fix ICE in speculative_call_infoJan Hubicka
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-09-20New IPA-SRAMartin Jambor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-21re PR ipa/88561 (PGO devirtualization miscompilation of firefox)Jan Hubicka
2018-12-14[offloading] Error on missing symbolsTom de Vries
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-01-03Update copyright years.Jakub Jelinek
2017-12-22[PR 82027] Also stream opt_info of former_clonesMartin Jambor
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-08-08trans.c: Include header files.Martin Liska
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-11re PR lto/79042 (LTO doesn't propagate node->dynamically_initialized bit for ...Maxim Ostapenko
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-07-25Don't call get_working_sets w/ LTO and -fauto-profile (PRMartin Liska
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka
2016-05-16lto-cgraph.c (compute_ltrans_boundary, [...]): Fix handling of inline thunksJan Hubicka
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka
2016-02-15Don't mark offload symbols with force_output in ltransTom de Vries
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries
2016-01-04Update copyright years.Jakub Jelinek
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-24re PR lto/67699 (ICE (segfault) compiling a const array with -flto)Richard Biener
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod