aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/SampleProfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer1-6/+4
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-13/+10
2016-04-28Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko1-4/+18
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-3/+4
2016-03-28Sample profile summary cleanupEaswaran Raman1-1/+1
2016-03-18Interface to get/set profile summary metadata to moduleEaswaran Raman1-0/+13
2016-03-03Fix memory leak in tests.Easwaran Raman1-0/+1
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen1-0/+2
2016-03-01Metadata support for profile summary.Easwaran Raman1-24/+37
2016-02-19Add profile summary support for sample profile.Easwaran Raman1-0/+30
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland1-0/+30
2015-12-10[ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland1-0/+102