Remove caching in FunctionImport: a Module can't be reused after being linked from
[oota-llvm.git] / lib / Transforms / IPO / SampleProfile.cpp
2015-11-29 Diego NovilloSamplePGO - Do not use std::to_string in diagnostics.
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-27 Diego NovilloSamplePGO - Fix default threshold for hot callsites.
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Diego NovilloSamplePGO - Clear coverage tracking when clearing per...
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.