summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/SampleProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-031-15/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-3/+3
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-161-0/+2
* SamplePGO - Tweak debugging output for function samples. NFC.Diego Novillo2015-11-191-9/+24
* SamplePGO - Sort samples by source location when emitting as text.Diego Novillo2015-11-191-5/+8
* SamplePGO - Move debug/dump function bodies out of header files. NFC.Diego Novillo2015-11-171-0/+43
* SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo2015-11-131-19/+16
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-4/+4
* reverting r252916 to investigate test failureNathan Slingerland2015-11-121-4/+4
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-121-4/+4
* SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo2015-11-121-0/+32
* Sample profiles - Add a name table to the binary encoding.Diego Novillo2015-10-131-0/+4
* GCC AutoFDO profile reader - Initial support.Diego Novillo2015-09-171-0/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-011-0/+2
* Add profile writing capabilities for sampling profiles.Diego Novillo2014-10-301-0/+49
OpenPOWER on IntegriCloud