Merging r259696:
[oota-llvm.git] / test / Transforms / SampleProfile / Inputs /
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-28 Diego NovilloSamplePGO - Add flag to check sampling coverage.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Dehao ChenAdd unittest for new samle profile format.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Dehao ChenRevert r248810 which breaks tests.
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-05-13 Diego NovilloAdd function entry counts from sample profiles.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-03-18 Diego NovilloTolerate unmangled names in sample profiles.
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-01-10 Diego NovilloExtend and simplify the sample profile input file.
2014-01-10 Diego NovilloPropagation of profile samples through the CFG.
2013-12-02 Diego NovilloAdd tests for profile sample file parsing.
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.