SamplePGO - Use newly introduced local variable. NFC.
[oota-llvm.git] / lib / Transforms / IPO / SampleProfile.cpp
2015-11-23 Diego NovilloSamplePGO - Use newly introduced local variable. NFC.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-11-20 Diego NovilloSamplePGO - Add line offset and discriminator informati...
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-29 Daniel JasperFix use-after-free. Thanks ASAN for giving me a detaile...
2015-10-28 Diego NovilloSamplePGO - Add flag to check sampling coverage.
2015-10-28 Diego NovilloSamplePGO - Clear per-function data after applying...
2015-10-27 Diego NovilloTidy a comment. NFC.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-26 Diego NovilloRemove unused local variable. NFC.
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-09 Dehao ChenMake HeaderLineno a local variable.
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Dehao ChenRevert r248810 which breaks tests.
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-08-26 Diego NovilloFix memory leak in sample profile pass.
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.