summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/SPIRV/TranslateRegistration.cpp
AgeCommit message (Expand)Author
2025-08-13[mlir][spirv] Add .spv extension to validation files (#153440)Igor Wodiany
2025-08-12[mlir][spirv] Enable serializer to write SPIR-V modules into separate files (...Igor Wodiany
2025-07-05[mlir] Remove unused includes (NFC) (#147158)Kazu Hirata
2025-06-03[mlir][spirv] Allow disabling control flow structurization (#140561)Igor Wodiany
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-11-08[mlir][spirv] Change translation to use spirv.modulerkayaith
2022-10-21[mlir-translate] Support parsing operations other than 'builtin.module' as to...rkayaith
2022-10-04[mlir][mlir-translation] patch for standalone-translation command line descri...changkaiyan
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-03-07[mlir][NFC] Move Translation.h to a Tools/mlir-translate directoryRiver Riddle
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle
2022-02-07[mlir][spirv] Fix verification of nested array constantsSergei Grechanik
2022-01-30Replace OwningModuleRef with OwningOpRef<ModuleOp>Sanjoy Das
2021-12-10[mlir][spirv] Add serialization control to emit symbol nameLei Zhang
2021-05-06[mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRefLei Zhang
2021-03-08[mlir][IR][NFC] Define the Location classes in ODS instead of C++River Riddle
2021-02-10[mlir] avoid exposing mutable DialectRegistry from MLIRContextAlex Zinenko
2020-12-17[mlir][spirv] NFC: Shuffle code around to better follow conventionLei Zhang
2020-12-14[MLIR][SPIRV] Refactoring serialization and deserializationergawy