Age | Commit message (Expand) | Author | Files | Lines |
2020-11-03 | Avoid recursion in tree-inline | Jan Hubicka | 1 | -0/+27 |
2020-10-26 | Fix simdclones | Jan Hubicka | 1 | -0/+1 |
2020-10-26 | Make default duplicate and insert methods of summaries abort; fix fallout | Jan Hubicka | 1 | -1/+9 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -6/+11 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -4/+12 |
2020-09-26 | Implement iterative dataflow in mod-ref | Jan Hubicka | 1 | -0/+3 |
2020-09-14 | options: Save and restore opts_set for Optimization and Target options | Jakub Jelinek | 1 | -4/+6 |
2020-04-30 | ipa: Cgraph verification fix (PR 94856) | Martin Jambor | 1 | -0/+2 |
2020-04-16 | ipa: Make call redirection detect already adjusted calls (PR 93621) | Martin Jambor | 1 | -0/+19 |
2020-03-20 | Fix verifier ICE on wrong comdat local flag [PR93347] | Jan Hubicka | 1 | -8/+1 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -2/+2 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-05 | Fix g++.dg/torture/pr59226.C | Jan Hubicka | 1 | -1/+2 |
2019-11-28 | Prevent inconsistent profiles to be created in inlin_transform | Jan Hubicka | 1 | -25/+26 |
2019-11-23 | ipa-fnsummary.c: Fix comment typos. | Jakub Jelinek | 1 | -3/+3 |
2019-11-21 | Incremental updating of inline summaries. | Jan Hubicka | 1 | -2/+2 |
2019-11-04 | ipa-inline-transform.c: Include ipa-utils.h | Jan Hubicka | 1 | -0/+3 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -8/+8 |
2019-10-27 | ipa-inline-transform.c (inline_call): update function summaries after expanid... | Jan Hubicka | 1 | -0/+2 |
2019-10-24 | cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary. | Jan Hubicka | 1 | -4/+4 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -2/+1 |
2019-07-26 | [PR 89330] Remove non-useful speculations from new_edges | Martin Jambor | 1 | -4/+38 |
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-06-19 | Clean-up usage of ipa_fn_summary and ipa_call_summary summaries. | Martin Liska | 1 | -6/+6 |
2018-06-08 | Rename get methods in symbol-summary.h to get_create. | Martin Liska | 1 | -6/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-18 | cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count. | Jan Hubicka | 1 | -6/+6 |
2017-11-10 | auto-profile.c (afdo_indirect_call): Drop frequency. | Jan Hubicka | 1 | -28/+11 |
2017-11-09 | re PR ipa/82879 (ICE in max, at profile-count.h:889) | Jan Hubicka | 1 | -11/+1 |
2017-11-06 | re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379) | Jan Hubicka | 1 | -8/+19 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -3/+3 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -8/+1 |
2017-06-16 | ipa-inline-transform.c (update_noncloned_frequencies): Update also counts. | Jan Hubicka | 1 | -4/+13 |
2017-06-10 | ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h | Jan Hubicka | 1 | -2/+35 |
2017-05-23 | Introduce symtab_node::dump_{asm_,}name functions. | Martin Liska | 1 | -4/+4 |
2017-05-23 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -11/+11 |
2017-05-22 | Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h | Jan Hubicka | 1 | -0/+1 |
2017-01-13 | Reload global options when strict aliasing is dropped (PR ipa/79043). | Martin Liska | 1 | -0/+8 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-30 | Introduce -fdump-ipa-clones dump output | Martin Liska | 1 | -0/+3 |
2016-09-20 | Add IPA VRP | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-07-13 | re PR ipa/71633 ([CHKP] internal compiler error: in inline_call) | Ilya Enkovich | 1 | -1/+5 |
2016-06-29 | Mark -fstack-protect as optimization flag. | Martin Liska | 1 | -2/+1 |
2016-06-03 | Add option for whether ceil etc. can raise "inexact", adjust x86 conditions. | Joseph Myers | 1 | -0/+4 |
2016-05-18 | ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c... | Jan Hubicka | 1 | -4/+22 |
2016-05-16 | ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti... | Jan Hubicka | 1 | -4/+12 |
2016-05-02 | ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions | Jan Hubicka | 1 | -0/+57 |
2016-03-26 | re PR ipa/70366 (chromium fails to build with LTO due to segfault in ipa-inli... | Richard Biener | 1 | -2/+1 |