llvm-project/llvm/lib/LTO
Krzysztof Parzyszek 8c7c20f033 Convert Optional<CodeModel> to std::optional<CodeModel> 2022-12-03 12:08:47 -06:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp Remove TargetMachine::adjustPassManager 2022-11-28 10:24:16 +01:00
LTOBackend.cpp Convert Optional<CodeModel> to std::optional<CodeModel> 2022-12-03 12:08:47 -06:00
LTOCodeGenerator.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
LTOModule.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
SummaryBasedOptimizations.cpp Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBasedOptimizations.cpp (NFC) 2022-03-28 09:18:31 -07:00
ThinLTOCodeGenerator.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:44 -08:00
UpdateCompilerUsed.cpp