summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CachePruning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support][CachePruning] prune least recently accessed files firstBob Haarman2018-08-221-12/+35
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-13/+15
* [ThinLTO][CachePruning] explicitly disable pruningBen Dunbobbin2017-12-221-5/+5
* [Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin2017-12-191-2/+4
* CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne2017-11-221-20/+30
* [Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin2017-11-171-1/+1
* Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola2017-11-161-1/+1
* [Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin2017-11-161-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-14/+8
* 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
OpenPOWER on IntegriCloud