aboutsummaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Print indirect call changes in afdo dump fileAndi Kleen1-7/+63
2016-05-30Don't cause ICEs when auto profile file is not found with checkingAndi Kleen1-7/+25
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy1-4/+2
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-1/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-10/+10
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-27auto-profile.c (afdo_calculate_branch_prob): Break once has_sample is true.Aditya Kumar1-2/+7
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-26/+26
2015-01-18auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.Felix Yang1-23/+25
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-05* auto-profile.c, auto-profile.h: Fix up Copyright line.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-18auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right place.Dehao Chen1-2/+7
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-18/+25
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+11
2014-10-22auto-profile.c: Change order of header files.Dehao Chen1-2/+3
2014-10-21Add AutoFDO.Dehao Chen1-0/+1687