aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProf.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen1-15/+2
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-3/+3
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland1-0/+2
2015-11-19SamplePGO - Tweak debugging output for function samples. NFC.Diego Novillo1-9/+24
2015-11-19SamplePGO - Sort samples by source location when emitting as text.Diego Novillo1-5/+8
2015-11-17SamplePGO - Move debug/dump function bodies out of header files. NFC.Diego Novillo1-0/+43
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo1-19/+16
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland1-4/+4
2015-11-12reverting r252916 to investigate test failureNathan Slingerland1-4/+4
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland1-4/+4
2015-11-12SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo1-0/+32
2015-10-13Sample profiles - Add a name table to the binary encoding.Diego Novillo1-0/+4
2015-09-17GCC AutoFDO profile reader - Initial support.Diego Novillo1-0/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo1-0/+2
2014-10-30Add profile writing capabilities for sampling profiles.Diego Novillo1-0/+49