aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3363/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-03c++, abi: Set DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD on C++ zero width bitfields...Jakub Jelinek1-1/+4
2021-02-03Fill up padding in lto_section struct.Martin Liska1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-2/+3
2020-09-10lto: Fix up lto BLOCK tree streamingJakub Jelinek1-1/+1
2020-09-10lto: Stream current working directory for first streamed relative filename an...Jakub Jelinek1-7/+23
2020-09-07lto: Stream edge goto_locus [PR94235]Jakub Jelinek1-4/+6
2020-09-04lto: Ensure we force a change for file/line/column after clear_line_infoJakub Jelinek1-0/+12
2020-09-03lto: Cache location_ts including BLOCKs in GIMPLE streaming [PR94311]Jakub Jelinek1-22/+58
2020-07-07fix LTO streaming order dependence on randomnessRichard Biener1-8/+21
2020-06-03Optimize ODR enum streamingJan Hubicka1-6/+2
2020-06-02Simplify streaming of tree referencesJan Hubicka1-3/+7
2020-06-01Cleanup global decl stream reference streaming, part 2Jan Hubicka1-71/+5
2020-06-01Cleanup global decl stream reference streaming, part 1Jan Hubicka1-16/+16
2020-05-31Cleanup indexable tree streaming.Jan Hubicka1-79/+130
2020-05-29Simplify tree streaming.Jan Hubicka1-3/+54
2020-05-29Fix streamer desynchornization caused by streamer debugging patchJan Hubicka1-2/+3
2020-05-25Do not stream redundant stuffJan Hubicka1-2/+3
2020-05-22Silence warning introduced by my previous change.Jan Hubicka1-2/+1
2020-05-22Avoid streaming stray references.Jan Hubicka1-1/+1
2020-05-22Improve LTO streaming dumpsJan Hubicka1-28/+67
2020-05-22Simplify streaming of SCC componentsJan Hubicka1-12/+7
2020-05-20Avoid SCC hashing on unmergeable treesJan Hubicka1-19/+127
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-02c/94392 - only enable -ffinite-loops for C++Richard Biener1-0/+1
2020-03-19API extension for binutils (type of symbols).Martin Liska1-2/+80
2020-02-27fix -fdebug-prefix-map without gas .file supportRichard Biener1-1/+2
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-4/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-20lto-streamer-out.c (DFS::sccstack): Turn into auto-vec.Jan Hubicka1-6/+2
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska1-9/+12
2019-10-23lto-streamer-out.c (cmp_symbol_files): Watch for overflow.Jan Hubicka1-1/+6
2019-10-23lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar.Jan Hubicka1-41/+68
2019-10-15lto-streamer-out.c (lto_variably_modified_type_p): New.Richard Biener1-3/+14
2019-10-13lto-streamer-out.c (collect_block_tree_leafs): Renumber statements so non-vir...Jan Hubicka1-42/+43
2019-10-11Do not allocate ggc during streaming.Jan Hubicka1-19/+24
2019-08-14Enable math functions linking with static library for LTOXiong Hu Luo1-6/+0
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-22Simplify LTO section format.Martin Liska1-1/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-03Add zstd support for LTO bytecode compression.Martin Liska1-0/+4
2019-07-03Add .gnu.lto_.lto section.Martin Liska1-15/+25
2019-06-26lto-streamer.h (lto_bitmap_alloc): Remove.Richard Biener1-12/+12
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+3
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-2/+2
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek1-0/+1