Age | Commit message (Expand) | Author | Files | Lines |
2024-12-17 | ipa: Improve how we derive value ranges from IPA invariants | Martin Jambor | 1 | -14/+1 |
2024-11-14 | ipa: Introduce a one jump function dumping function | Martin Jambor | 1 | -0/+2 |
2024-11-14 | ipa-cp: Fix constant dumping | Martin Jambor | 1 | -0/+1 |
2024-06-17 | Rename Value_Range to value_range. | Aldy Hernandez | 1 | -5/+5 |
2024-04-08 | ipa: Compare jump functions in ICF (PR 113907) | Martin Jambor | 1 | -0/+3 |
2024-02-21 | ipa: Convert lattices from pure array to vector (PR 113476) | Martin Jambor | 1 | -3/+3 |
2024-01-10 | libgccjit: Fix GGC segfault when using -flto | Antoni Boucher | 1 | -0/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-20 | inter-procedural value range propagation | Jan Hubicka | 1 | -1/+4 |
2023-10-30 | ipa: Prune any IPA-CP aggregate constants known by modref to be killed (111157) | Martin Jambor | 1 | -0/+4 |
2023-10-30 | ipa-cp: Templatize filtering of m_agg_values | Martin Jambor | 1 | -0/+33 |
2023-10-06 | ipa: Remove ipa_bits | Jakub Jelinek | 1 | -24/+1 |
2023-08-15 | Feed results of IPA-CP into tree value numbering | Martin Jambor | 1 | -0/+3 |
2023-06-27 | Convert ipa_jump_func to use ipa_vr instead of a value_range. | Aldy Hernandez | 1 | -1/+4 |
2023-06-20 | ipa-cp: Avoid long linear searches through DECL_ARGUMENTS | Martin Jambor | 1 | -8/+36 |
2023-06-10 | Convert ipcp_vr_lattice to type agnostic framework. | Aldy Hernandez | 1 | -13/+8 |
2023-05-24 | Provide an API for ipa_vr. | Aldy Hernandez | 1 | -6/+19 |
2023-05-01 | Conversion to irange wide_int API. | Aldy Hernandez | 1 | -1/+4 |
2023-04-27 | Normalize addresses in IPA before calling range_op_handler [PR109639] | Aldy Hernandez | 1 | -0/+14 |
2023-04-17 | ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 1... | Martin Jambor | 1 | -0/+32 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -35/+35 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-18 | ipa-cp: Better representation of aggregate values in call contexts | Martin Jambor | 1 | -135/+37 |
2022-10-18 | ipa-cp: Better representation of aggregate values we clone for | Martin Jambor | 1 | -38/+101 |
2022-10-07 | Fix comment typos | Jakub Jelinek | 1 | -1/+1 |
2022-05-24 | ipa: add 'final' and 'override' to call_summary_base vfunc impls | David Malcolm | 1 | -13/+13 |
2022-03-31 | ipa: Careful processing ANCESTOR jump functions and NULL pointers (PR 103083) | Martin Jambor | 1 | -0/+13 |
2022-01-19 | Update per-file selftest and finalization hooks for .c to .cc renaming | David Malcolm | 1 | -1/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -4/+4 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-25 | ipa: Teach IPA-CP transformation about IPA-SRA modifications (PR 103227) | Martin Jambor | 1 | -3/+12 |
2021-11-25 | Initialize node_is_self_scc in ipa_node_params::ipa_node_params | Jan Hubicka | 1 | -2/+2 |
2021-08-05 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -4/+4 |
2021-07-27 | ipa: Adjust references to identify read-only globals | Martin Jambor | 1 | -2/+27 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -1/+1 |
2021-05-10 | ipa: Get rid of IPA_NODE_REF and IPA_EDGE_REF | Martin Jambor | 1 | -10/+0 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-23 | ipa: special pass-through op for Fortran strides | Martin Jambor | 1 | -3/+8 |
2020-11-23 | Release ipa-prop's agg.items and make alocation more careful | Jan Hubicka | 1 | -0/+5 |
2020-10-26 | Make default duplicate and insert methods of summaries abort; fix fallout | Jan Hubicka | 1 | -1/+4 |
2020-10-14 | Support ofsetted parameters in local modref | Jan Hubicka | 1 | -0/+2 |
2020-10-02 | ipa: Bundle vectors describing argument values | Martin Jambor | 1 | -5/+107 |
2020-08-03 | Multi-range implementation for value_range (irange). | Aldy Hernandez | 1 | -1/+1 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-02-25 | Fix typo: paramter -> parameter [PR93864] | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-18 | ipa-param-manipulation.h (get_original_index): Declare. | Jan Hubicka | 1 | -0/+1 |
2019-12-02 | Enable recursive function versioning | Feng Xue | 1 | -0/+2 |
2019-11-21 | Fix previous commit. | Jan Hubicka | 1 | -2/+4 |
2019-11-14 | Support for value ranges in IPA predicates | Jan Hubicka | 1 | -0/+2 |