summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp
AgeCommit message (Expand)Author
2025-11-05Prototype: APFloat CPU runnerusers/matthias-springer/apfloat_runnerMatthias Springer
2025-07-19[mlir][NFC] update LLVM create APIs (2/n) (#149667)Maksim Levental
2025-06-21[MLIR] Add optional cached symbol tables to LLVM conversion patterns (#144032)Michele Scuttari
2025-04-20[mlir][LLVM] Add `OpBuilder &` to `lookupOrCreateFn` functions (#136421)Matthias Springer
2025-01-28[mlir] Fix conflict of user defined reserved functions with internal prototyp...Luohao Wang
2024-06-06NFC: resolve TODO in LLVM dialect conversions (#91497)Christopher Bate
2023-11-03[MLIR][LLVM] Remove typed pointer conversion utils (#71169)Christian Ulmann
2023-10-24[mlir][VectorOps] Support string literals in `vector.print` (#68695)Benjamin Maxwell
2023-03-03[mlir][vector] add support for printing f16 and bf16Aart Bik
2023-02-21[mlir][llvm] Add isVarArg flag to lookupOrCreateFn.Ingo Müller
2023-02-08[mlir][MemRef] Add option to `-finalize-memref-to-llvm` to emit opaque pointersMarkus Böck
2022-12-15[mlir][cf] Print message in cf.assert to LLVM loweringMatthias Springer
2022-08-11[mlir][LLVMIR] Clean up the definitions of ReturnOp/CallOpJeff Niu
2022-08-02[MLIR] Rename the generic LLVM allocation and deallocation functionsMichele Scuttari
2022-07-25[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari
2022-07-18Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions"Mehdi Amini
2022-07-18[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari
2021-08-30[Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.Chris Lattner
2021-06-30[mlir][llvm] Add a test for memref.copy lowering to llvmStephan Herhut
2021-06-28Revert "Revert "[mlir][memref] Implement lowering of memref.copy to llvm""Stephan Herhut
2021-06-28Revert "[mlir][memref] Implement lowering of memref.copy to llvm"Jacques Pienaar
2021-06-28[mlir][memref] Implement lowering of memref.copy to llvmStephan Herhut
2021-02-11[mlir][LLVM] NFC - Refactor a lookupOrCreateFn to reuse common function creat...Nicolas Vasilache