summaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek
2020-04-17Initialize file_data->lto_section_header before lto_mode_identity_table call.Martin Liska
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska
2020-03-25middle-end: Avoid using DECL_UID in ASM_FORMAT_PRIVATE_NAME [PR94223]Jakub Jelinek
2020-03-24Fix OpenMP offload handling for target-link variables for nvptx (PR81689)Tobias Burnus
2020-03-23lto/lto.c – used $ or . in generated linkptr nameTobias Burnus
2020-03-23Set proper DECL_ALIGN in offload_handle_link_vars (PR94233)Tobias Burnus
2020-02-05Do not load body for alias symbols.Martin Liska
2020-01-16Fix noreorder symbol partitioning reversion.Martin Liska
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-08Replace node->name/node->order with node->dump_name.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19Fix symver attribute with LTOJan Hubicka
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers
2019-11-22Release memory-block-pool memory back to malloc.Jan Hubicka
2019-11-14Remove wrong lto-dump: lto1 makefile dependency.Martin Liska
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-11Relax lto-dump.o dependency.Martin Liska
2019-11-07lto-streamer-in.c: Include alloc-pool.h.Jan Hubicka
2019-11-03config.in: Regenerate.Jan Hubicka
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-29Print header in dump_memory_report.Martin Liska
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka
2019-10-23lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar.Jan Hubicka
2019-10-13lto-common.c (read_cgraph_and_symbols): Grow ggc memory use after summary str...Jan Hubicka
2019-10-13* lto.c (lto_wpa_write_files): Do not update bodies of clones.Jan Hubicka
2019-10-11ggc-page.c (release_pages): Output statistics when !quiet_flag.Jan Hubicka
2019-10-11Do not allocate ggc during streaming.Jan Hubicka
2019-10-10lto-common.c (unify_scc): Do not merge anonymous NAMESPACE_DECLs.Richard Biener
2019-10-04Mark C2x built-in functions as such.Joseph Myers
2019-09-18re PR lto/91763 (go.go-torture/execute/printnil.go FAILs)Richard Biener
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek
2019-08-01Make-lang.in (lto.install-common): Remove unnecessary slash between $(DESTDIR...Bernd Edlinger
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi
2019-07-18lto-common.c (gimple_register_canonical_type_1): Do not look for non-ODR conf...Jan Hubicka
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-04Fix loading of lto_section on strict alignment targets (PR lto/91078).Martin Liska
2019-07-03Add .gnu.lto_.lto section.Martin Liska