summaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*Trevor Saunders2015-09-201-10/+10
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-15/+5
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* auto-profile.c (afdo_calculate_branch_prob): Break once has_sample is true.Aditya Kumar2015-05-271-2/+7
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-051-26/+26
* auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.Felix Yang2015-01-181-23/+25
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* * auto-profile.c, auto-profile.h: Fix up Copyright line.Jakub Jelinek2015-01-051-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right place.Dehao Chen2014-12-181-2/+7
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-18/+25
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+5
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+11
* auto-profile.c: Change order of header files.Dehao Chen2014-10-221-2/+3
* Add AutoFDO.Dehao Chen2014-10-211-0/+1687