1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/LTO
Mehdi Amini 54cea79c7b [ThinLTO] Add caching to the new LTO API
Add the ability to plug a cache on the LTO API.
I tried to write such that a linker implementation can
control the cache backend. This is intrusive and I'm
not totally happy with it, but I can't figure out a
better design right now.

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

llvm-svn: 279576
2016-08-23 21:30:12 +00:00
..
legacy [LTOCodeGenerator] Reduce code duplication. NFCI. 2016-08-23 12:32:57 +00:00
Caching.h [ThinLTO] Add caching to the new LTO API 2016-08-23 21:30:12 +00:00
Config.h [ThinLTO] Add caching to the new LTO API 2016-08-23 21:30:12 +00:00
LTO.h Stop always creating and running an LTO compilation if there is not a single LTO object 2016-08-23 18:39:12 +00:00
LTOBackend.h [LTO] Introduce an Output class to wrap the output stream creation (NFC) 2016-08-17 06:23:09 +00:00