aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-common.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Avoid streaming stray references.Jan Hubicka1-17/+11
2020-05-20Avoid SCC hashing on unmergeable treesJan Hubicka1-96/+144
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-1/+1
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek1-0/+1
2020-04-17Initialize file_data->lto_section_header before lto_mode_identity_table call.Martin Liska1-5/+6
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19Fix symver attribute with LTOJan Hubicka1-0/+5
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-03config.in: Regenerate.Jan Hubicka1-3/+9
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska1-6/+6
2019-10-23lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar.Jan Hubicka1-4/+7
2019-10-13lto-common.c (read_cgraph_and_symbols): Grow ggc memory use after summary str...Jan Hubicka1-2/+7
2019-10-10lto-common.c (unify_scc): Do not merge anonymous NAMESPACE_DECLs.Richard Biener1-1/+3
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-07-18lto-common.c (gimple_register_canonical_type_1): Do not look for non-ODR conf...Jan Hubicka1-9/+18
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-7/+7
2019-07-04Fix loading of lto_section on strict alignment targets (PR lto/91078).Martin Liska1-1/+1
2019-07-03Add .gnu.lto_.lto section.Martin Liska1-0/+15
2019-07-02lto-common.c (lto_register_canonical_types_for_odr_types): Copy CXX_ODR_P fro...Jan Hubicka1-2/+11
2019-06-27class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.Jan Hubicka1-7/+129
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+3
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-1/+2
2019-05-07Fix Solaris bootstrap: lto-common.c, lto-dump.c format mismatchesRainer Orth1-2/+3
2019-05-06Fix GNU coding style in lto-common.c.Martin Liska1-104/+110
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni1-0/+40
2019-05-06Split part of functionality from lto.c to lto-common.c.Martin Liska1-0/+2837