llvm-project/bolt/lib/Target/X86
Kazu Hirata e324a80fab [BOLT] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-02 23:12:38 -08:00
..
CMakeLists.txt [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON 2022-09-23 07:59:30 +02:00
X86MCPlusBuilder.cpp [BOLT] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:38 -08:00
X86MCSymbolizer.cpp [BOLT] Add support for GOTPCRELX relocations 2022-06-09 13:37:04 -07:00
X86MCSymbolizer.h [BOLT] Add new class for symbolizing X86 instructions 2022-05-31 17:48:19 -07:00