summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVMPass.cpp
AgeCommit message (Expand)Author
2023-10-30[MLIR][SPIRVToLLVM] Remove typed pointer support (#70568)Christian Ulmann
2023-08-24[mlir][spirv] Add client-api option to -convert-spirv-to-llvmVictor Perez
2023-02-13[mlir][SPIRVToLLVM] Add pass option to emit opaque-pointersMarkus Böck
2023-02-10[mlir] Port Conversion Passes to LLVM to use TableGen generated constructors ...Markus Böck
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2020-12-23[mlir][spirv] NFC: rename SPIR-V conversion files for consistencyLei Zhang