Age | Commit message (Expand) | Author | Files | Lines |
2023-11-20 | inter-procedural value range propagation | Jan Hubicka | 1 | -0/+4 |
2023-10-05 | Revert "ipa: Self-DCE of uses of removed call LHSs (PR 108007)" | Martin Jambor | 1 | -8/+1 |
2023-10-03 | ipa: Self-DCE of uses of removed call LHSs (PR 108007) | Martin Jambor | 1 | -1/+8 |
2023-05-18 | gcc: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -2/+2 |
2023-04-17 | ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 1... | Martin Jambor | 1 | -3/+4 |
2023-03-30 | c++: lambda mangling alias issues [PR107897] | Jason Merrill | 1 | -8/+3 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -3/+3 |
2023-01-03 | OpenMP: GC unused SIMD clones | Sandra Loosemore | 1 | -1/+6 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-05-10 | Replace PTR with 'void *' in compiler. | Martin Liska | 1 | -2/+2 |
2022-01-19 | Update per-file selftest and finalization hooks for .c to .cc renaming | David Malcolm | 1 | -2/+2 |
2022-01-18 | pack fields in cgraph_simd_clone_arg and struct function | Richard Biener | 1 | -3/+3 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -11/+11 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-18 | Turn -fsemantic-interposition to optimization flag | Jan Hubicka | 1 | -0/+3 |
2021-11-11 | Fix noreturn discovery. | Jan Hubicka | 1 | -0/+4 |
2021-11-06 | Fix can_be_discarded_p wrt partitioned functions. | Jan Hubicka | 1 | -1/+2 |
2021-08-26 | Use non-numbered clones for target_clones. | Martin Liska | 1 | -1/+4 |
2021-07-27 | ipa: Adjust references to identify read-only globals | Martin Jambor | 1 | -0/+4 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -1/+1 |
2021-06-17 | return auto_vec from cgraph_node::collect_callers | Trevor Saunders | 1 | -1/+1 |
2021-03-02 | cgraph: flatten and same_body aliases [PR96078] | Jason Merrill | 1 | -0/+14 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-10 | Improve efficiency of copying section from another tree | Strager Neds | 1 | -2/+7 |
2020-11-10 | Refactor copying decl section names | Strager Neds | 1 | -1/+4 |
2020-11-06 | Move ipa-refs from ggc to heap. | Jan Hubicka | 1 | -3/+3 |
2020-11-04 | Fix copying of clone_info while reshaping clone tree. | Jan Hubicka | 1 | -2/+2 |
2020-11-03 | PR target/96342 Change field "simdlen" into poly_uint64 | Yang Yang | 1 | -3/+3 |
2020-10-31 | Move clone_info to summary | Jan Hubicka | 1 | -24/+11 |
2020-10-26 | Implement three-level optimize_for_size predicates | Jan Hubicka | 1 | -5/+7 |
2020-10-26 | Make default duplicate and insert methods of summaries abort; fix fallout | Jan Hubicka | 1 | -1/+1 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -70/+19 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -9/+4 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -11/+1 |
2020-09-25 | Add cgraph_edge::debug function. | Martin Liska | 1 | -0/+3 |
2020-07-31 | Do not allocate huge array in output_in_order. | Martin Liska | 1 | -2/+0 |
2020-05-14 | openmp: cgraph support for late declare variant resolution | Jakub Jelinek | 1 | -1/+7 |
2020-04-27 | Do not remove ifunc_resolver in LTO. | Martin Liska | 1 | -1/+1 |
2020-03-20 | Fix verifier ICE on wrong comdat local flag [PR93347] | Jan Hubicka | 1 | -13/+4 |
2020-01-28 | ipa: fix handling of multiple speculations (PR93318) | Jan Hubicka | 1 | -8/+79 |
2020-01-13 | Missed function specialization + partial devirtualization | Xiong Hu Luo | 1 | -10/+41 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -16/+23 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | Turn tp_first_run counts back to 32bit values. | Jan Hubicka | 1 | -4/+4 |
2019-12-09 | Come up with constructors of symtab_node, cgraph_node and varpool_node. | Martin Liska | 1 | -18/+45 |
2019-12-08 | Fix overflows in -fprofile-reorder-functions | Jan Hubicka | 1 | -2/+3 |
2019-11-30 | cgraph.h (symtab_node): Add symver flag. | Jan Hubicka | 1 | -0/+2 |
2019-11-30 | cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline. | Jan Hubicka | 1 | -1/+8 |
2019-11-25 | ipa: Prevent materialization of clones with removed bodies (PR 92109) | Martin Jambor | 1 | -0/+4 |
2019-11-10 | cgraph.h (struct cgraph_node): Add ipcp_clone flag. | Jan Hubicka | 1 | -0/+2 |