summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Instruction] Add hasMetadata(Kind) helper [NFC]Philip Reames2019-09-041-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-12/+9
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [Transforms] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-3/+4
* [ThinLTO] Correct counting of functions in inliner statsTeresa Johnson2017-03-241-0/+2
* Imported statistics types changesPiotr Padlewski2016-08-021-23/+25
* Added ThinLTO inlining statisticsPiotr Padlewski2016-07-291-0/+201
OpenPOWER on IntegriCloud