summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/SampleProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-2/+2
* SamplePGO - Reduce memory utilization by 10x.Diego Novillo2015-12-111-1/+1
* SamplePGO - Do not use std::to_string in diagnostics.Diego Novillo2015-11-291-12/+17
* SamplePGO - Add initial support for inliner annotations.Diego Novillo2015-11-271-1/+79
* SamplePGO - Fix default threshold for hot callsites.Diego Novillo2015-11-271-3/+4
* SamplePGO - Add test for hot/cold inlined functions.Diego Novillo2015-11-241-17/+47
* SamplePGO - Add coverage tracking for samples.Diego Novillo2015-11-231-26/+85
* SamplePGO - Clear coverage tracking when clearing per-function data.Diego Novillo2015-11-231-0/+2
* SamplePGO - Use newly introduced local variable. NFC.Diego Novillo2015-11-231-2/+2
* SamplePGO - Do not count never-executed inlined functions when computing cove...Diego Novillo2015-11-201-5/+24
* SamplePGO - Add line offset and discriminator information to sample reports.Diego Novillo2015-11-201-3/+5
* StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie2015-11-021-3/+2
* SamplePGO - Count sample records in embedded profiles when computing coverage.Diego Novillo2015-10-311-30/+54
* Fix use-after-free. Thanks ASAN for giving me a detailed report :-).Daniel Jasper2015-10-291-2/+2
* SamplePGO - Add flag to check sampling coverage.Diego Novillo2015-10-281-3/+83
* SamplePGO - Clear per-function data after applying a profile.Diego Novillo2015-10-281-4/+21
* Tidy a comment. NFC.Diego Novillo2015-10-271-1/+1
* Fix SamplePGO segfault when debug info is missing.Diego Novillo2015-10-271-2/+4
* Remove unused local variable. NFC.Diego Novillo2015-10-261-2/+0
* SamplePGO - Add optimization reports.Diego Novillo2015-10-261-6/+30
* Tolerate negative offset when matching sample profile.Dehao Chen2015-10-211-9/+20
* Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo2015-10-151-22/+29
* Make HeaderLineno a local variable.Dehao Chen2015-10-091-12/+8
* Update sample profile propagation algorithm.Dehao Chen2015-10-011-24/+14
* http://reviews.llvm.org/D13145Dehao Chen2015-09-301-1/+125
* http://reviews.llvm.org/D13231Dehao Chen2015-09-291-46/+54
* Revert r248810 which breaks tests.Dehao Chen2015-09-291-3/+2
* http://reviews.llvm.org/D13231Dehao Chen2015-09-291-2/+3
* Fix memory leak in sample profile pass.Diego Novillo2015-08-261-28/+23
* Convert SampleProfile pass into a Module pass.Diego Novillo2015-08-251-0/+794
OpenPOWER on IntegriCloud