summaryrefslogtreecommitdiff
path: root/lib/ProfileData/SampleProf.cpp
AgeCommit message (Expand)Author
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-04-13SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2017-01-28Cleanup dump() functions.Matthias Braun
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland
2015-11-19SamplePGO - Tweak debugging output for function samples. NFC.Diego Novillo
2015-11-19SamplePGO - Sort samples by source location when emitting as text.Diego Novillo
2015-11-17SamplePGO - Move debug/dump function bodies out of header files. NFC.Diego Novillo
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland
2015-11-12reverting r252916 to investigate test failureNathan Slingerland
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland
2015-11-12SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo
2015-10-13Sample profiles - Add a name table to the binary encoding.Diego Novillo
2015-09-17GCC AutoFDO profile reader - Initial support.Diego Novillo
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo
2014-10-30Add profile writing capabilities for sampling profiles.Diego Novillo