aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CachePruning.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath1-12/+13
2016-09-14Missing includes.Vassil Vassilev1-0/+1
2016-06-27CachePruning: correct comment about file order. NFCPawel Bylica1-3/+3
2016-05-14CachePruning.cpp: Don't use errno.NAKAMURA Takumi1-2/+3
2016-04-21CachePruning: early exit if no path suppliedMehdi Amini1-2/+11
2016-04-18Add debugging to the cache pruningMehdi Amini1-4/+23
2016-04-18CachePruning: fix typo, we accumulate file size here, not timeMehdi Amini1-1/+1
2016-04-02Add Cache Pruning supportMehdi Amini1-0/+130