Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -1/+1 |
2020-10-22 | Strenghten bound for bulitin_constant_p hint. | Jan Hubicka | 1 | -24/+47 |
2020-10-21 | Inline functions with builtin_constant_p more agressively. | Jan Hubicka | 1 | -1/+4 |
2020-09-26 | Implement iterative dataflow in mod-ref | Jan Hubicka | 1 | -3/+0 |
2020-06-09 | sanitizer: do not inline no-sanitize into sanitizer fn | Martin Liska | 1 | -11/+19 |
2020-04-04 | ipa: Fix wrong code with failed propagation to builtin_constant_p [PR93940] | Jan Hubicka | 1 | -0/+1 |
2020-03-19 | Fix inliner ICE on alias with flatten attribute [PR92372] | Jan Hubicka | 1 | -0/+3 |
2020-01-28 | ipa: fix handling of multiple speculations (PR93318) | Jan Hubicka | 1 | -6/+4 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -3/+3 |
2020-01-09 | Add Optimization for various IPA parameters. | Martin Liska | 1 | -2/+4 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -6/+5 |
2020-01-08 | Partially revert ipa-inline caller_growth_limits | Luo Xiong Hu | 1 | -2/+2 |
2020-01-07 | Restore patch reverted on trunk instead of a branch | Michael Meissner | 1 | -2/+2 |
2020-01-07 | Revert a patch from luoxhu@linux.ibm.com | Michael Meissner | 1 | -2/+2 |
2020-01-07 | ipa-inline: Adjust condition for caller_growth_limits | Luo Xiong Hu | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-30 | ipa-inline.c (compute_max_insns): Return int64_t. | Jan Hubicka | 1 | -3/+2 |
2019-11-30 | cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline. | Jan Hubicka | 1 | -2/+3 |
2019-11-28 | Remove leftover optimize checks. | Jan Hubicka | 1 | -14/+7 |
2019-11-23 | Convert inliner to new param infrastructure | Jan Hubicka | 1 | -51/+45 |
2019-11-23 | ipa-fnsummary.c: Fix comment typos. | Jakub Jelinek | 1 | -14/+14 |
2019-11-21 | Avoid quadratic behaviour of update_callee_keys. | Jan Hubicka | 1 | -17/+56 |
2019-11-21 | ipa-fnsummary.h (enum ipa_hints_vals): Fix comment typo, preffer -> prefer. | Jakub Jelinek | 1 | -1/+1 |
2019-11-21 | Avoid quadratic behaviour of early inliner. | Jan Hubicka | 1 | -2/+17 |
2019-11-20 | Optimize updating of badness after applying inline | Jan Hubicka | 1 | -5/+27 |
2019-11-19 | Avoid redundant computations in edge_badness. | Jan Hubicka | 1 | -7/+30 |
2019-11-18 | re PR ipa/92508 (ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 s... | Jan Hubicka | 1 | -2/+1 |
2019-11-15 | ipa-inline.c (edge_badness, [...]): Revert accidental commit. | Jan Hubicka | 1 | -14/+1 |
2019-11-15 | ipa-inline.c (inline_small_functions): Move assignment to next before call de... | Richard Biener | 1 | -1/+1 |
2019-11-15 | Update iterator of next | Xiong Hu Luo | 1 | -6/+9 |
2019-11-14 | Support for value ranges in IPA predicates | Jan Hubicka | 1 | -1/+14 |
2019-11-14 | Remove usage of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT. | Martin Liska | 1 | -10/+4 |
2019-11-14 | Add Optimization keyword for param_max_inline_insns_auto param. | Martin Liska | 1 | -14/+4 |
2019-11-13 | re PR ipa/92421 (ICE in inline_small_functions, at ipa-inline.c:2001 since r2... | Jan Hubicka | 1 | -5/+5 |
2019-11-13 | ipa-inline.c (ipa_inline): Check that function is defined before flattening. | Jan Hubicka | 1 | -2/+3 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -43/+41 |
2019-11-10 | Manually CSE sreal frequency calculations | Jan Hubicka | 1 | -12/+14 |
2019-11-09 | ipa-inline-analysis.c (do_estimate_growth_1): Add support for capping the gro... | Jan Hubicka | 1 | -6/+6 |
2019-11-07 | Remove gimple_call_types_likely_match_p (PR 70929) | Martin Jambor | 1 | -8/+0 |
2019-11-04 | cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries. | Jan Hubicka | 1 | -4/+4 |
2019-11-03 | ipa-fnsummary.c (ipa_call_context::duplicate_from): New member function. | Jan Hubicka | 1 | -2/+3 |
2019-10-30 | Remove cgraph_local_info structure. | Martin Liska | 1 | -1/+1 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -42/+42 |
2019-10-24 | cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary. | Jan Hubicka | 1 | -26/+29 |
2019-10-23 | Do not ICE in IPA inliner. | Martin Liska | 1 | -1/+1 |
2019-10-05 | ipa-inline.c: Fix type; compute size rather than self_size for size of caller... | Jan Hubicka | 1 | -2/+2 |
2019-10-04 | * ipa-inline.c (inline_insns_single, inline_insns_auto): Fix typo. | Jan Hubicka | 1 | -2/+2 |
2019-10-03 | params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT, [...]): New. | Jan Hubicka | 1 | -41/+58 |
2019-10-02 | cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New. | Jan Hubicka | 1 | -28/+67 |