| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | [CachePruning] Simplify comparator | Fangrui Song | 2019-04-21 | 1 | -9/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support][CachePruning] prune least recently accessed files first | Bob Haarman | 2018-08-22 | 1 | -12/+35 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -13/+15 |
| * | [ThinLTO][CachePruning] explicitly disable pruning | Ben Dunbobbin | 2017-12-22 | 1 | -5/+5 |
| * | [Support][CachePruning] Disable cache pruning regression fix | Ben Dunbobbin | 2017-12-19 | 1 | -2/+4 |
| * | CachePruning: Allow limiting the number of files in the cache directory. | Peter Collingbourne | 2017-11-22 | 1 | -20/+30 |
| * | [Support][CachePruning] Fix regression in pruning interval | Ben Dunbobbin | 2017-11-17 | 1 | -1/+1 |
| * | Revert "[Support][CachePruning] Fix regression in pruning interval" | Rafael Espindola | 2017-11-16 | 1 | -1/+1 |
| * | [Support][CachePruning] Fix regression in pruning interval | Ben Dunbobbin | 2017-11-16 | 1 | -1/+1 |
| * | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -14/+8 |
| * | Fix a misleading indentation warning. | Peter Collingbourne | 2017-06-23 | 1 | -3/+3 |
| * | Make the size specification for cache_size_bytes case insensitive. | Peter Collingbourne | 2017-06-23 | 1 | -1/+1 |
| * | Add a ThinLTO cache policy for controlling the maximum cache size in bytes. | Peter Collingbourne | 2017-06-23 | 1 | -15/+46 |
| * | Support, LTO: When pruning a directory, ignore files matching a prefix. | Peter Collingbourne | 2017-03-20 | 1 | -2/+5 |
| * | Fix pessimising moves. | Peter Collingbourne | 2017-03-16 | 1 | -2/+2 |
| * | Support: Add a cache pruning policy parser. | Peter Collingbourne | 2017-03-16 | 1 | -0/+68 |
| * | Support: Simplify the CachePruning API. NFCI. | Peter Collingbourne | 2017-03-15 | 1 | -8/+14 |
| * | Remove TimeValue usage from llvm/Support | Pavel Labath | 2016-10-24 | 1 | -12/+13 |
| * | Missing includes. | Vassil Vassilev | 2016-09-14 | 1 | -0/+1 |
| * | CachePruning: correct comment about file order. NFC | Pawel Bylica | 2016-06-27 | 1 | -3/+3 |
| * | CachePruning.cpp: Don't use errno. | NAKAMURA Takumi | 2016-05-14 | 1 | -2/+3 |
| * | CachePruning: early exit if no path supplied | Mehdi Amini | 2016-04-21 | 1 | -2/+11 |
| * | Add debugging to the cache pruning | Mehdi Amini | 2016-04-18 | 1 | -4/+23 |
| * | CachePruning: fix typo, we accumulate file size here, not time | Mehdi Amini | 2016-04-18 | 1 | -1/+1 |
| * | Add Cache Pruning support | Mehdi Amini | 2016-04-02 | 1 | -0/+130 |