Age | Commit message (Expand) | Author | Files | Lines |
2020-10-28 | lto: LTO cgraph support for late declare variant resolution [PR96680] | Jakub Jelinek | 1 | -2/+3 |
2020-09-10 | lto: Fix up lto BLOCK tree streaming | Jakub Jelinek | 1 | -1/+1 |
2020-09-10 | lto: Stream current working directory for first streamed relative filename an... | Jakub Jelinek | 1 | -7/+23 |
2020-09-07 | lto: Stream edge goto_locus [PR94235] | Jakub Jelinek | 1 | -4/+6 |
2020-09-04 | lto: Ensure we force a change for file/line/column after clear_line_info | Jakub Jelinek | 1 | -0/+12 |
2020-09-03 | lto: Cache location_ts including BLOCKs in GIMPLE streaming [PR94311] | Jakub Jelinek | 1 | -22/+58 |
2020-07-07 | fix LTO streaming order dependence on randomness | Richard Biener | 1 | -8/+21 |
2020-06-03 | Optimize ODR enum streaming | Jan Hubicka | 1 | -6/+2 |
2020-06-02 | Simplify streaming of tree references | Jan Hubicka | 1 | -3/+7 |
2020-06-01 | Cleanup global decl stream reference streaming, part 2 | Jan Hubicka | 1 | -71/+5 |
2020-06-01 | Cleanup global decl stream reference streaming, part 1 | Jan Hubicka | 1 | -16/+16 |
2020-05-31 | Cleanup indexable tree streaming. | Jan Hubicka | 1 | -79/+130 |
2020-05-29 | Simplify tree streaming. | Jan Hubicka | 1 | -3/+54 |
2020-05-29 | Fix streamer desynchornization caused by streamer debugging patch | Jan Hubicka | 1 | -2/+3 |
2020-05-25 | Do not stream redundant stuff | Jan Hubicka | 1 | -2/+3 |
2020-05-22 | Silence warning introduced by my previous change. | Jan Hubicka | 1 | -2/+1 |
2020-05-22 | Avoid streaming stray references. | Jan Hubicka | 1 | -1/+1 |
2020-05-22 | Improve LTO streaming dumps | Jan Hubicka | 1 | -28/+67 |
2020-05-22 | Simplify streaming of SCC components | Jan Hubicka | 1 | -12/+7 |
2020-05-20 | Avoid SCC hashing on unmergeable trees | Jan Hubicka | 1 | -19/+127 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -1/+1 |
2020-04-29 | c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ... | Jakub Jelinek | 1 | -0/+1 |
2020-04-02 | c/94392 - only enable -ffinite-loops for C++ | Richard Biener | 1 | -0/+1 |
2020-03-19 | API extension for binutils (type of symbols). | Martin Liska | 1 | -2/+80 |
2020-02-27 | fix -fdebug-prefix-map without gas .file support | Richard Biener | 1 | -1/+2 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -4/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-20 | lto-streamer-out.c (DFS::sccstack): Turn into auto-vec. | Jan Hubicka | 1 | -6/+2 |
2019-10-30 | Use symtab_node::order in LTO sections with body. | Martin Liska | 1 | -9/+12 |
2019-10-23 | lto-streamer-out.c (cmp_symbol_files): Watch for overflow. | Jan Hubicka | 1 | -1/+6 |
2019-10-23 | lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar. | Jan Hubicka | 1 | -41/+68 |
2019-10-15 | lto-streamer-out.c (lto_variably_modified_type_p): New. | Richard Biener | 1 | -3/+14 |
2019-10-13 | lto-streamer-out.c (collect_block_tree_leafs): Renumber statements so non-vir... | Jan Hubicka | 1 | -42/+43 |
2019-10-11 | Do not allocate ggc during streaming. | Jan Hubicka | 1 | -19/+24 |
2019-08-14 | Enable math functions linking with static library for LTO | Xiong Hu Luo | 1 | -6/+0 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -1/+1 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -1/+1 |
2019-07-22 | Simplify LTO section format. | Martin Liska | 1 | -1/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-03 | Add zstd support for LTO bytecode compression. | Martin Liska | 1 | -0/+4 |
2019-07-03 | Add .gnu.lto_.lto section. | Martin Liska | 1 | -15/+25 |
2019-06-26 | lto-streamer.h (lto_bitmap_alloc): Remove. | Richard Biener | 1 | -12/+12 |
2019-06-24 | ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P. | Jan Hubicka | 1 | -1/+3 |
2019-05-28 | [PATCH] Commonize anon-name generation | Nathan Sidwell | 1 | -2/+2 |
2019-05-20 | re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ... | Jakub Jelinek | 1 | -0/+1 |
2019-03-08 | re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto) | Richard Biener | 1 | -0/+1 |
2019-02-13 | Clean up MPX-related stuff. | Martin Liska | 1 | -2/+1 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-22 | re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) | Richard Biener | 1 | -1/+0 |