Kazu Hirata
|
1ea9dd3270
|
[llvm] Use std::nullopt instead of llvm::None (NFC)
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-05 23:50:04 -08:00 |
|
Fangrui Song
|
b0df70403d
|
[Target] llvm::Optional => std::optional
The updated functions are mostly internal with a few exceptions (virtual functions in
TargetInstrInfo.h, TargetRegisterInfo.h).
To minimize changes to LLVMCodeGen, GlobalISel files are skipped.
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2022-12-04 22:43:14 +00:00 |
|
Simon Pilgrim
|
cc6d3f07f4
|
[M68k] Fix MSVC llvm::Optional<> deprecation warnings
Use has_value()/value() instead of hasValue()/getValue()
|
2022-08-14 18:54:41 +01:00 |
|
Jim Lin
|
6bf22ae4d3
|
[M68k][NFC] Fix file header
Let all file header have the same style. NFC.
|
2022-01-04 10:14:01 +08:00 |
|
Min-Yih Hsu
|
5ac19e0acf
|
[M68k](5/8) Target-specific lowering
- TargetMachine implementation for M68k
- ISel, ISched for M68k
- Other lowering (e.g. FrameLowering)
- AsmPrinter
Authors: myhsu, m4yers, glaubitz
Differential Revision: https://reviews.llvm.org/D88391
|
2021-03-08 12:30:57 -08:00 |
|