summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [ProfileData] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-1/+1
* [ProfileSummary] Remove repeated cutoffs; NFCIGeorge Burgess IV2018-04-121-2/+2
* Remove redundant includes from lib/ProfileData.Michael Zolotukhin2017-12-131-1/+0
* NFC Add constPiotr Padlewski2016-09-301-3/+3
* [ProfData] Remove global constructor from ProfileSummaryBuilder.Benjamin Kramer2016-05-271-5/+7
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-201-8/+8
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-7/+8
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-0/+113
OpenPOWER on IntegriCloud