1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm/LTO
Ekaterina Romanova 26e5ff8165 [ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.
- thinlto_codegen_set_cache_size_bytes to control the absolute size of cache directory. 
- thinlto_codegen_set_cache_size_files the size and amount of files in cache directory. 
These functions have been supported in C++ LTO API for a long time, but were absent in C LTO API.

Differential Revision: https://reviews.llvm.org/D42446

llvm-svn: 326537
2018-03-02 03:51:27 +00:00
..
legacy [ThinLTO] Added a couple of C LTO API interfaces to control the cache policy. 2018-03-02 03:51:27 +00:00
Caching.h [LTO] Remove unused Path parameter to AddBufferFn 2018-02-20 20:21:53 +00:00
Config.h [LTO] Support filtering by hotness threshold 2018-02-26 18:37:45 +00:00
LTO.h [LTO] Support filtering by hotness threshold 2018-02-26 18:37:45 +00:00
LTOBackend.h