aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CachePruning.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-19[ThinLTO] Also prune Thin-* files from the ThinLTO cacheHans Wennborg1-2/+3
2020-05-08CachePruning.h - reduce StringRef.h to Optional.h include. NFCSimon Pilgrim1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-04-21[CachePruning] Simplify comparatorFangrui Song1-9/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-22[Support][CachePruning] prune least recently accessed files firstBob Haarman1-12/+35
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-13/+15
2017-12-22[ThinLTO][CachePruning] explicitly disable pruningBen Dunbobbin1-5/+5
2017-12-19[Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin1-2/+4
2017-11-22CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne1-20/+30
2017-11-17[Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin1-1/+1
2017-11-16Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola1-1/+1
2017-11-16[Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin1-1/+1
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne1-14/+8
2017-06-23Fix a misleading indentation warning.Peter Collingbourne1-3/+3
2017-06-23Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne1-1/+1
2017-06-23Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne1-15/+46
2017-03-20Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne1-2/+5
2017-03-16Fix pessimising moves.Peter Collingbourne1-2/+2
2017-03-16Support: Add a cache pruning policy parser.Peter Collingbourne1-0/+68
2017-03-15Support: Simplify the CachePruning API. NFCI.Peter Collingbourne1-8/+14
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