llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc
Ilia Diachkov b25b507c77 [SPIRV] use tablegen to create SPIRVBaseInfo*
The patch replaces SPIRVBaseInfo.* previously created using macros by
the tablegen approach. There are many small changes in other files due to
differences in namespaces. Also, functions in SPIRVUtils are moved to
the llvm namespace.

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

Co-authored-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
Co-authored-by: Michal Paszkowski <michal.paszkowski@outlook.com>
Co-authored-by: Andrey Tretyakov <andrey1.tretyakov@intel.com>
Co-authored-by: Konrad Trifunovic <konrad.trifunovic@intel.com>
2022-08-02 01:57:23 +03:00
..
CMakeLists.txt
SPIRVAsmBackend.cpp
SPIRVBaseInfo.cpp [SPIRV] use tablegen to create SPIRVBaseInfo* 2022-08-02 01:57:23 +03:00
SPIRVBaseInfo.h [SPIRV] use tablegen to create SPIRVBaseInfo* 2022-08-02 01:57:23 +03:00
SPIRVInstPrinter.cpp [SPIRV] use tablegen to create SPIRVBaseInfo* 2022-08-02 01:57:23 +03:00
SPIRVInstPrinter.h [SPIRV] use tablegen to create SPIRVBaseInfo* 2022-08-02 01:57:23 +03:00
SPIRVMCAsmInfo.cpp
SPIRVMCAsmInfo.h
SPIRVMCCodeEmitter.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVMCTargetDesc.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVMCTargetDesc.h [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVObjectTargetWriter.cpp
SPIRVTargetStreamer.cpp
SPIRVTargetStreamer.h