aboutsummaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
AgeCommit message (Expand)AuthorFilesLines
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