summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/ConvertToLLVM
AgeCommit message (Expand)Author
2025-09-03[mlir][ToLLVM] Fix the index bitwidth handling for the dynamic case of `conve...Fabian Mora
2025-08-20[MLIR] Adopt LDBG() debug macro in ConvertToLLVMPass (NFC) (#154616)Mehdi Amini
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-11-24[mlir][LLVM] Add the `ConvertToLLVMAttrInterface` and `ConvertToLLVMOpInterfa...Fabian Mora
2024-10-07[CMake]: Remove unnecessary dependencies on LLVM/MLIR (#111255)BARRET
2024-10-01Revert "CMake: Remove unnecessary dependencies on LLVM/MLIR" (#110594)Mehdi Amini
2024-09-30CMake: Remove unnecessary dependencies on LLVM/MLIR (#110362)BARRET
2024-08-06[mlir] Support DialectRegistry extension comparison (#101119)Nikhil Kalra
2023-11-29[mlir] Adopt `ConvertToLLVMPatternInterface` GpuToLLVMConversionPass to align...Mehdi Amini
2023-11-20Apply clang-tidy fixes for llvm-qualified-auto in ToLLVMInterface.cpp (NFC)Mehdi Amini
2023-11-20Apply clang-tidy fixes for llvm-qualified-auto in ConvertToLLVMPass.cpp (NFC)Mehdi Amini
2023-08-14[mlir] Apply ClangTidy fix (NFC)Adrian Kuegel
2023-08-11[mlir][Conversion] Implement ConvertToLLVMPatternInterface for FuncDialectMatthias Springer
2023-08-09[mlir][Conversion] Add type converter parameter to ConvertToLLVMPatternInterfaceMatthias Springer
2023-08-07Add missing libraries dependencies to ConvertToLLVMPass to fix the shared lib...Mehdi Amini
2023-08-07Add a generic "convert-to-llvm" pass delegating to an interfaceMehdi Amini