[all-commits] [llvm/llvm-project] 3cfe41: [TableGen] llvm::Optional => std::optional
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Dec 5 23:21:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cfe412e4c90718a3c5abe0aaf2209053a490982
https://github.com/llvm/llvm-project/commit/3cfe412e4c90718a3c5abe0aaf2209053a490982
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/unittests/TableGen/ParserEntryPointTest.cpp
M llvm/utils/TableGen/CodeGenRegisters.cpp
M llvm/utils/TableGen/CodeGenRegisters.h
M llvm/utils/TableGen/CodeGenSchedule.cpp
M llvm/utils/TableGen/CodeGenTarget.cpp
M llvm/utils/TableGen/CodeGenTarget.h
M llvm/utils/TableGen/GICombinerEmitter.cpp
M llvm/utils/TableGen/GlobalISel/GIMatchTree.h
M llvm/utils/TableGen/GlobalISelEmitter.cpp
M llvm/utils/TableGen/IntrinsicEmitter.cpp
M llvm/utils/TableGen/OptParserEmitter.cpp
M llvm/utils/TableGen/RegisterInfoEmitter.cpp
M llvm/utils/TableGen/X86RecognizableInstr.cpp
M mlir/include/mlir/TableGen/AttrOrTypeDef.h
M mlir/include/mlir/TableGen/Attribute.h
M mlir/include/mlir/TableGen/Builder.h
M mlir/include/mlir/TableGen/CodeGenHelpers.h
M mlir/include/mlir/TableGen/Constraint.h
M mlir/include/mlir/TableGen/Dialect.h
M mlir/include/mlir/TableGen/Format.h
M mlir/include/mlir/TableGen/Interfaces.h
M mlir/include/mlir/TableGen/Operator.h
M mlir/include/mlir/TableGen/Pass.h
M mlir/include/mlir/TableGen/Pattern.h
M mlir/include/mlir/TableGen/Type.h
M mlir/lib/TableGen/AttrOrTypeDef.cpp
M mlir/lib/TableGen/Attribute.cpp
M mlir/lib/TableGen/Builder.cpp
M mlir/lib/TableGen/CodeGenHelpers.cpp
M mlir/lib/TableGen/Constraint.cpp
M mlir/lib/TableGen/Dialect.cpp
M mlir/lib/TableGen/Format.cpp
M mlir/lib/TableGen/Interfaces.cpp
M mlir/lib/TableGen/Pass.cpp
M mlir/lib/TableGen/Pattern.cpp
M mlir/lib/TableGen/Type.cpp
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
M mlir/tools/mlir-tblgen/DialectGen.cpp
M mlir/tools/mlir-tblgen/DialectGenUtilities.h
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/OpDocGen.cpp
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp
M mlir/tools/mlir-tblgen/PassGen.cpp
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
[TableGen] llvm::Optional => std::optional
More information about the All-commits
mailing list