Age | Commit message (Expand) | Author | Files | Lines |
2020-11-12 | cgraph: Avoid segfault when attempting to dump NULL clone_info | Martin Jambor | 1 | -2/+2 |
2020-11-10 | Refactor copying decl section names | Strager Neds | 1 | -2/+2 |
2020-11-04 | Fix copying of clone_info while reshaping clone tree. | Jan Hubicka | 1 | -3/+3 |
2020-11-03 | Add missing non-NULL check in cgraphclones | Jan Hubicka | 1 | -1/+1 |
2020-10-31 | Move clone_info to summary | Jan Hubicka | 1 | -17/+29 |
2020-10-26 | Fix simdclones | Jan Hubicka | 1 | -0/+1 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -14/+15 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -97/+40 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -6/+0 |
2020-06-01 | Fix dump in clone materialization | Feng Xue | 1 | -3/+3 |
2020-04-17 | fix PVS studio reported bugs | Richard Biener | 1 | -1/+0 |
2020-04-16 | List valid pairs for new and delete operators. | Martin Liska | 1 | -0/+2 |
2020-01-28 | ipa: fix handling of multiple speculations (PR93318) | Jan Hubicka | 1 | -7/+11 |
2020-01-19 | Fix ICE in speculative_call_info | Jan Hubicka | 1 | -1/+2 |
2020-01-13 | Missed function specialization + partial devirtualization | Xiong Hu Luo | 1 | -0/+1 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -8/+8 |
2020-01-09 | One more usage of cgraph_node::dump_name. | Martin Liska | 1 | -1/+2 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -2/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-06 | cgraphclones.c (cgraph_node::create_clone): Only localize toplevel functions,... | Jan Hubicka | 1 | -1/+2 |
2019-12-05 | cgraphclones.c (localize_profile): New function. | Jan Hubicka | 1 | -0/+26 |
2019-11-30 | cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline. | Jan Hubicka | 1 | -0/+9 |
2019-11-29 | ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functions | Martin Jambor | 1 | -0/+7 |
2019-11-28 | Fix previous commit (that included unrelated changes) | Jan Hubicka | 1 | -7/+0 |
2019-11-28 | Fix profile adjusments while cloning | Jan Hubicka | 1 | -3/+18 |
2019-11-25 | ipa: Prevent materialization of clones with removed bodies (PR 92109) | Martin Jambor | 1 | -13/+22 |
2019-11-10 | cgraph.h (struct cgraph_node): Add ipcp_clone flag. | Jan Hubicka | 1 | -0/+1 |
2019-11-09 | symtab.c: Fix comment typos. | Jakub Jelinek | 1 | -3/+3 |
2019-11-04 | cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries. | Jan Hubicka | 1 | -2/+0 |
2019-10-30 | Use symtab_node::order in LTO sections with body. | Martin Liska | 1 | -0/+5 |
2019-10-30 | Remove cgraph_local_info structure. | Martin Liska | 1 | -9/+12 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -4/+3 |
2019-10-02 | [PATCH] Do not check call type compatibility when cloning cgraph-edges | Martin Jambor | 1 | -3/+3 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -163/+50 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -4/+1 |
2019-08-08 | When cloning set operator new/delete to false. | Martin Liska | 1 | -0/+4 |
2019-05-02 | Enhance target and target_clone error messages. | Martin Liska | 1 | -1/+1 |
2019-01-18 | Reset proper type on vector types (PR middle-end/88587). | Martin Liska | 1 | -1/+19 |
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-30 | Minimize clone counter memory usage in create_virtual_clone. | Michael Ploujnikov | 1 | -5/+20 |
2018-11-30 | Make function assembly more independent. | Michael Ploujnikov | 1 | -2/+8 |
2018-11-08 | re PR middle-end/87916 (ICE in dwarf2out_abstract_function, at dwarf2out.c:22... | Eric Botcazou | 1 | -0/+4 |
2018-10-30 | Avoid unnecessarily numbering cloned symbols. | Michael Ploujnikov | 1 | -10/+59 |
2018-10-11 | re PR target/87156 (ICE building libstdc++ for mips64) | Jan Hubicka | 1 | -0/+2 |
2018-09-28 | calls.c (expand_call): Try to do a tail call for thunks at -O0 too. | Eric Botcazou | 1 | -3/+4 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -3/+2 |
2018-01-18 | re PR ipa/82256 (clones created by create_version_clone_with_body are not obs... | Jan Hubicka | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-23 | cgraphclones.c (cgraph_node::create_clone): Fix updating of profile when inli... | Jan Hubicka | 1 | -1/+4 |