Age | Commit message (Expand) | Author | Files | Lines |
2020-11-01 | ipa: Fix segmentation fault in function_summary<clone_info*>::get(cgraph_node*) | Iain Buclaw | 1 | -3/+5 |
2020-10-31 | Move clone_info to summary | Jan Hubicka | 1 | -43/+53 |
2020-10-30 | Fix thunk info WRT PCH | Jan Hubicka | 1 | -1/+8 |
2020-10-24 | cgraph: move former_thunk_p out of CHECKING_P macro. | Martin Liska | 1 | -15/+15 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -47/+46 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -2/+13 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -51/+25 |
2020-09-25 | Add cgraph_edge::debug function. | Martin Liska | 1 | -0/+14 |
2020-09-25 | Fix spacing in cgraph_node::dump. | Martin Liska | 1 | -5/+4 |
2020-09-17 | Fix availability of functions in other partitions | Jan Hubicka | 1 | -1/+1 |
2020-05-14 | openmp: cgraph support for late declare variant resolution | Jakub Jelinek | 1 | -0/+2 |
2020-04-30 | ipa: Cgraph verification fix (PR 94856) | Martin Jambor | 1 | -3/+5 |
2020-04-16 | ipa: Make call redirection detect already adjusted calls (PR 93621) | Martin Jambor | 1 | -0/+11 |
2020-04-08 | Allow new/delete operator deletion only for replaceable. | Martin Liska | 1 | -3/+4 |
2020-03-20 | Fix verifier ICE on wrong comdat local flag [PR93347] | Jan Hubicka | 1 | -4/+60 |
2020-03-20 | Fix cgraph_node::function_symbol availability compuattion [PR94202] | Jan Hubicka | 1 | -16/+10 |
2020-02-18 | Drop MALLOC attribute for void functions. | Martin Liska | 1 | -0/+7 |
2020-02-18 | ipa: Various diagnostic fixes [PR93797] | Jakub Jelinek | 1 | -9/+9 |
2020-01-29 | ipa: Fix removal of multi-target speculation. | Jan Hubicka | 1 | -2/+6 |
2020-01-28 | ipa: fix handling of multiple speculations (PR93318) | Jan Hubicka | 1 | -174/+173 |
2020-01-21 | Fix updating of call_stmt_site_hash | Jan Hubicka | 1 | -2/+30 |
2020-01-19 | Implement speculative call verifier | Jan Hubicka | 1 | -7/+144 |
2020-01-19 | Fix ICE in speculative_call_info | Jan Hubicka | 1 | -9/+67 |
2020-01-13 | Missed function specialization + partial devirtualization | Xiong Hu Luo | 1 | -16/+101 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -64/+65 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -1/+1 |
2020-01-08 | Use dump_asm_name for Callers/Calls in dump. | Martin Liska | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-19 | Fix symver attribute with LTO | Jan Hubicka | 1 | -0/+3 |
2019-12-10 | Turn tp_first_run counts back to 32bit values. | Jan Hubicka | 1 | -0/+5 |
2019-12-09 | Come up with constructors of symtab_node, cgraph_node and varpool_node. | Martin Liska | 1 | -10/+2 |
2019-12-08 | Fix overflows in -fprofile-reorder-functions | Jan Hubicka | 1 | -1/+1 |
2019-12-03 | Clear calls_comdat_local when comdat group is dissolved | Jan Hubicka | 1 | -0/+5 |
2019-12-03 | Do not update SSA in lto-stremaer-in | Jan Hubicka | 1 | -0/+3 |
2019-11-30 | cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline. | Jan Hubicka | 1 | -0/+5 |
2019-11-29 | profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai... | Jan Hubicka | 1 | -0/+21 |
2019-11-28 | cgraph: ifunc resolvers cannot be made local (PR 92697) | Martin Jambor | 1 | -0/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-11-10 | * cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal_frequency. | Jan Hubicka | 1 | -6/+10 |
2019-11-09 | symtab.c: Fix comment typos. | Jakub Jelinek | 1 | -10/+11 |
2019-11-07 | Remove gimple_call_types_likely_match_p (PR 70929) | Martin Jambor | 1 | -136/+3 |
2019-11-07 | Clear version_info_node in delete_function_version. | Martin Liska | 1 | -0/+3 |
2019-10-30 | Edges to interposable calles are possibly_call_in_translation_unit_p | Martin Jambor | 1 | -1/+1 |
2019-10-30 | Use symtab_node::order in LTO sections with body. | Martin Liska | 1 | -4/+10 |
2019-10-30 | Remove cgraph_local_info structure. | Martin Liska | 1 | -9/+9 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -28/+28 |
2019-10-27 | fix cgraph comment | Eric Botcazou | 1 | -1/+1 |
2019-10-22 | Fix incorrect merge of conflictant names in `dump_graphviz` | Giuliano Belinassi | 1 | -1/+1 |
2019-10-10 | re PR middle-end/92037 (LTO bootstrap broken in selftests) | Jan Hubicka | 1 | -1/+1 |