Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-25 | Fix wrong format for fprintf. | Martin Liska | 1 | -2/+2 |
2021-01-25 | Restore profile reproducibility. | Martin Liska | 1 | -6/+20 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -1/+1 |
2020-09-25 | gcov: fix streaming of HIST_TYPE_IOR histogram type. | Martin Liska | 1 | -1/+4 |
2020-06-02 | Make TOPN counter dynamically allocated. | Martin Liska | 1 | -20/+39 |
2020-03-11 | value-prof: Fix abs uses in value-prof.c [PR93962] | Jakub Jelinek | 1 | -2/+2 |
2020-03-04 | Fix format warning which showed up on FreeBSD 11.3. | Jeff Law | 1 | -1/+1 |
2020-02-18 | Restore LTO PGO bootstrap after ea0b12523d0d9a9059b5. | Martin Liska | 1 | -1/+1 |
2020-02-18 | Introduce -fprofile-reproducibility and support it with TOP N. | Martin Liska | 1 | -7/+22 |
2020-01-28 | ipa: fix handling of multiple speculations (PR93318) | Jan Hubicka | 1 | -35/+23 |
2020-01-16 | Fix spacing in a dump in value-prof.c. | Martin Liska | 1 | -2/+2 |
2020-01-13 | Missed function specialization + partial devirtualization | Xiong Hu Luo | 1 | -40/+47 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-07 | Remove gimple_call_types_likely_match_p (PR 70929) | Martin Jambor | 1 | -30/+0 |
2019-08-23 | Clean up value-prof.c a bit. | Martin Liska | 1 | -20/+16 |
2019-08-13 | Simplify dump_printf in value-prof.c | Martin Liska | 1 | -5/+4 |
2019-08-09 | Port value profiling to -fopt-info infrastructure. | Martin Liska | 1 | -54/+51 |
2019-07-25 | Generalize get_most_common_single_value to return n_th value & count | Xiong Hu Luo | 1 | -30/+23 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-03 | Rename SINGE_VALUE to TOPN_VALUES counters. | Martin Liska | 1 | -19/+16 |
2019-06-12 | Remove wrong assert about single value profiler. | Martin Liska | 1 | -1/+1 |
2019-06-10 | Update a bit dump format. | Martin Liska | 1 | -7/+9 |
2019-06-10 | Dump histograms only if present. | Martin Liska | 1 | -53/+40 |
2019-06-10 | Implement N disk counters for single value and indirect call counters. | Martin Liska | 1 | -58/+78 |
2019-06-07 | Remove indirect call top N counter type. | Martin Liska | 1 | -30/+2 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -2/+2 |
2019-01-01 | coverage.c (get_coverage_counts): Use current_function_decl. | Jan Hubicka | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | auto-profile.c (afdo_indirect_call): Skip generating histogram value if we ca... | Bin Cheng | 1 | -5/+0 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -4/+4 |
2018-10-04 | Fix divergence in indirect profiling (PR gcov-profile/84107). | Martin Liska | 1 | -4/+3 |
2018-08-01 | Improve dumping of value profiling transformations. | Martin Liska | 1 | -20/+9 |
2018-08-01 | Add memmove to value profiling. | Martin Liska | 1 | -5/+3 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -8/+7 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -55/+0 |
2018-01-23 | Clean-up IPA profile dump output. | Martin Liska | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-14 | auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count. | Jan Hubicka | 1 | -5/+0 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -6/+6 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -27/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -39/+37 |
2017-06-27 | value-prof.c (free_hist): Remove call to memset and the enclosing if condition. | Prathamesh Kulkarni | 1 | -2/+0 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -34/+36 |
2017-05-23 | Introduce symtab_node::dump_{asm_,}name functions. | Martin Liska | 1 | -12/+7 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-02-22 | Remove wrong assert about gcov_type (PR lto/79587). | Martin Liska | 1 | -1/+11 |
2017-01-31 | re PR c++/79267 (internal compiler error with -O3 or -O2 -finline-functions) | Jakub Jelinek | 1 | -1/+2 |