summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/SPIRVToLLVM/ConvertLaunchFuncToLLVMCalls.cpp
AgeCommit message (Expand)Author
2025-10-03[mlir][NFC] Remove redundant insertion point changes (#161837)Markus Böck
2025-07-22[mlir][NFC] update `Conversion` create APIs (7/n) (#149889)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-07-02[mlir][SPIRVToLLVM] Set valid insertion point after op erasure (#146551)Matthias Springer
2023-10-31[MLIR][LaunchFuncToLLVM] Remove typed pointer support (#70840)Christian Ulmann
2023-06-12[mlir][llvm] Ensure immediate usage in intrinsicsChristian Ulmann
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
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
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2023-01-17[mlir] fix dereferencing of optional sym_name attributeAshay Rane
2023-01-16Fix crash in Spirv -lower-host-to-llvm passMehdi Amini
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-09-24[mlir][spirv] Switch to kEmitAccessorPrefix_PredixedJakub 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
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-17[mlir] replace 'emit_c_wrappers' func->llvm conversion option with a passAlex Zinenko
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-24[mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewri...River Riddle
2021-08-29[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.Chris Lattner
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-07-07[mlir] factor out common parts of the converstion to the LLVM dialectAlex Zinenko
2021-05-12[mlir] Support alignment in LLVM dialect GlobalOpDumitru Potop
2021-04-21[mlir] yet more iwyu fixes after ba7a92c01e8Nico Weber
2021-03-24[mlir] introduce data layout entry for index typeAlex Zinenko
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2021-03-04[MLIR][SPIRV] Rename `spv.globalVariable` to `spv.GlobalVariable`.KareemErgawy-TomTom
2021-02-04[mlir] Mark LogicalResult as LLVM_NODISCARDRiver Riddle
2021-01-11[mlir] Fix gpu-to-llvm lowering for gpu.alloc with dynamic sizes.Christian Sigg
2021-01-07[mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko
2021-01-08[mlir] NFC: fix trivial typosKazuaki Ishizaki
2021-01-05[mlir] Remove LLVMType, LLVM dialect types now derive Type directlyAlex Zinenko
2020-12-23[mlir][spirv] NFC: rename SPIR-V conversion files for consistencyLei Zhang
2020-12-23[mlir] Remove static constructors from LLVMTypeAlex Zinenko
2020-12-17[mlir][spirv] NFC: Shuffle code around to better follow conventionLei Zhang
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-12-04Remove typeConverter from ConvertToLLVMPattern and use the existing one in Co...Christian Sigg
2020-11-28[mlir] Change ConvertOpToLLVMPattern::matchAndRewrite argument to concrete op...Christian Sigg
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir] Simplify std.alloc lowering to LLVM.Christian Sigg
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle