aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProfWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-20[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer1-1/+1
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-3/+3
2016-05-19Move ProfileSummary to IR.Easwaran Raman1-3/+3
2016-03-28Sample profile summary cleanupEaswaran Raman1-1/+1
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen1-17/+12
2016-02-19Add profile summary support for sample profile.Easwaran Raman1-1/+30
2015-12-10[ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland1-5/+35
2015-11-19SamplePGO - Sort samples by source location when emitting as text.Diego Novillo1-7/+10
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo1-0/+7
2015-10-16Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo1-8/+13
2015-10-15Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo1-1/+1
2015-10-13Sample profiles - Add a name table to the binary encoding.Diego Novillo1-18/+65
2015-10-09Add inline stack streaming to binary sample profiles.Diego Novillo1-3/+12
2015-10-08Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo1-5/+18
2015-10-08Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo1-18/+5
2015-10-08Handle inline stacks in gcov-encoded sample profiles.Diego Novillo1-5/+18
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-11-03Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo1-5/+7
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo1-26/+40
2014-10-30Add profile writing capabilities for sampling profiles.Diego Novillo1-0/+110