Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the size specification for cache_size_bytes case insensitive. | Peter Collingbourne | 2017-06-23 | 1 | -1/+1 |
| | | | | llvm-svn: 306129 | ||||
* | Add a ThinLTO cache policy for controlling the maximum cache size in bytes. | Peter Collingbourne | 2017-06-23 | 1 | -4/+30 |
| | | | | | | | | | | | | | | This is useful when an upper limit on the cache size needs to be controlled independently of the amount of the amount of free space. One use case is a machine with a large number of cache directories (e.g. a buildbot slave hosting a large number of independent build jobs). By imposing an upper size limit on each cache directory, users can more easily estimate the server's capacity. Differential Revision: https://reviews.llvm.org/D34547 llvm-svn: 306126 | ||||
* | Support: Add a cache pruning policy parser. | Peter Collingbourne | 2017-03-16 | 1 | -0/+71 |
The idea is that the policy string fully specifies the policy and is portable between clients. Differential Revision: https://reviews.llvm.org/D31020 llvm-svn: 297927 |