Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-11 | Fix stack overflow with autofdo (PR83355) | Andi Kleen | 1 | -1/+1 |
2017-11-14 | auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count. | Jan Hubicka | 1 | -1/+1 |
2017-11-10 | auto-profile.c (afdo_indirect_call): Drop frequency. | Jan Hubicka | 1 | -1/+1 |
2017-10-31 | diagnostics: get rid of *_at_rich_loc in favor of overloading | David Malcolm | 1 | -1/+1 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -15/+7 |
2017-07-27 | Fix indirect call optimization done by autoFDO. | Martin Liska | 1 | -7/+7 |
2017-07-27 | Initialize counters in autoFDO to zero, not to uninitialized. | Martin Liska | 1 | -2/+4 |
2017-07-06 | auto-profile.c (afdo_set_bb_count, [...]): Set counts/probabilities as determ... | Jan Hubicka | 1 | -5/+5 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -2/+3 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -20/+21 |
2017-05-30 | Fix parenthesis in auto-profile.c (PR other/80909). | Martin Liska | 1 | -1/+1 |
2017-05-25 | auto-profile.c (afdo_propagate): Adjust T const cast to avoid warning. | Nathan Sidwell | 1 | -1/+1 |
2017-05-23 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -3/+3 |
2017-05-22 | Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h | Jan Hubicka | 1 | -0/+1 |
2017-04-19 | Update SSA after AutoPGO early inlining (PR ipa/65972). | Richard Biener | 1 | -1/+3 |
2017-03-11 | Remove trailing period from various diagnostic messages (PR translation/79923) | David Malcolm | 1 | -7/+7 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-07-14 | Print indirect call changes in afdo dump file | Andi Kleen | 1 | -7/+63 |
2016-05-30 | Don't cause ICEs when auto profile file is not found with checking | Andi Kleen | 1 | -7/+25 |
2016-04-22 | [PATCH 2/2] (header usage fix) include c++ headers in system.h | Szabolcs Nagy | 1 | -4/+2 |
2016-04-22 | [PATCH 1/2] (header usage fix) remove unused system header includes | Szabolcs Nagy | 1 | -1/+0 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -7/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -14/+12 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -10/+10 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -15/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -7/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-05-27 | auto-profile.c (afdo_calculate_branch_prob): Break once has_sample is true. | Aditya Kumar | 1 | -2/+7 |
2015-05-05 | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 1 | -26/+26 |
2015-01-18 | auto-profile.c (afdo_find_equiv_class): Remove unnecessary test. | Felix Yang | 1 | -23/+25 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | * auto-profile.c, auto-profile.h: Fix up Copyright line. | Jakub Jelinek | 1 | -1/+1 |
2014-12-22 | ipa-prop uses symbol_summary class. | Martin Liska | 1 | -0/+1 |
2014-12-18 | auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right place. | Dehao Chen | 1 | -2/+7 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -18/+25 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+5 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -2/+11 |
2014-10-22 | auto-profile.c: Change order of header files. | Dehao Chen | 1 | -2/+3 |
2014-10-21 | Add AutoFDO. | Dehao Chen | 1 | -0/+1687 |