summaryrefslogtreecommitdiffstats
path: root/lib/Support/CachePruning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a misleading indentation warning.Peter Collingbourne2017-06-231-3/+3
* Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne2017-06-231-1/+1
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-231-15/+46
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-2/+5
* Fix pessimising moves.Peter Collingbourne2017-03-161-2/+2
* Support: Add a cache pruning policy parser.Peter Collingbourne2017-03-161-0/+68
* Support: Simplify the CachePruning API. NFCI.Peter Collingbourne2017-03-151-8/+14
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-12/+13
* Missing includes.Vassil Vassilev2016-09-141-0/+1
* CachePruning: correct comment about file order. NFCPawel Bylica2016-06-271-3/+3
* CachePruning.cpp: Don't use errno.NAKAMURA Takumi2016-05-141-2/+3
* CachePruning: early exit if no path suppliedMehdi Amini2016-04-211-2/+11
* Add debugging to the cache pruningMehdi Amini2016-04-181-4/+23
* CachePruning: fix typo, we accumulate file size here, not timeMehdi Amini2016-04-181-1/+1
* Add Cache Pruning supportMehdi Amini2016-04-021-0/+130