summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/AsyncToLLVM
AgeCommit message (Expand)Author
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-23[mlir][NFC] update `Conversion` create APIs (4/n) (#149879)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
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-10-23[mlir][Transforms] Dialect Conversion: Simplify materialization fn result typ...Matthias Springer
2024-02-24[mlir] Use `OpBuilder::createBlock` in op builders and patterns (#82770)Matthias Springer
2023-10-31[MLIR][AsyncToLLVM] Remove typed pointer support (#70731)Christian Ulmann
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi
2023-09-15Extend `retcon.once` coroutines lowering to optionally produce a normal resul...Anton Korobeynikov
2023-08-14[mlir][Conversion] Store const type converter in ConversionPatternMatthias Springer
2023-08-09[mlir][Conversion] Re-submit: Implement ConvertToLLVMPatternInterface (1)Matthias Springer
2023-08-09Revert "[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)"Matthias Springer
2023-08-09[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)Matthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-02-10[mlir] Port Conversion Passes to LLVM to use TableGen generated constructors ...Markus Böck
2023-02-10[mlir][Async] Add option to LLVM lowering to use opaque pointersMarkus Böck
2023-02-08[mlir][MemRef] Add option to `-finalize-memref-to-llvm` to emit opaque pointersMarkus Böck
2022-12-19mlir/DialectConversion: use std::optional (NFC)Ramkumar Ramachandra
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-30[mlir:Async][NFC] Update Async API to use prefixed accessorsRiver Riddle
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub 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-08-30[mlir] Async: add unrealized cast materializations to AsyncToLLVM passEugene Zhulenev
2022-08-11[mlir][LLVMIR] Clean up the definitions of ReturnOp/CallOpJeff Niu
2022-08-09[mlir][LLVMIR] (NFC) Add convenience builders for ConstantOpJeff Niu
2022-08-01[mlir][flang] Make use of the new `GEPArg` builder of GEP Op to simplify codeMarkus Böck
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
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-31[async] Get the number of worker threads from the runtime.bakhtiyar
2022-01-30Apply clang-tidy fixes for readability-identifier-naming in AsyncToLLVM.cpp (...Mehdi Amini
2022-01-25[MLIR] [AsyncToLLVM] Use llvm.coro.align intrinsicChuanqi Xu
2022-01-18[mlir] Convert OpTrait::FunctionLike to FunctionOpInterfaceRiver Riddle
2022-01-17[AsyncToLLVM] aligned_alloc requires the size to be a multiple of aignment, s...Benjamin Kramer
2022-01-17[AsyncToLLVM] Align frames to 64 bytesBenjamin Kramer
2022-01-12[mlir] Remove populateFuncOpTypeConversionPatternRiver Riddle
2021-10-24[mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form.Jacques Pienaar
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-27[mlir] AsyncRuntime: use int64_t for ref counting operationsEugene Zhulenev
2021-09-24[mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of Arr...River Riddle
2021-08-30[Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.Chris Lattner
2021-08-23[mlir] Add support for VariadicOfVariadic operandsRiver Riddle
2021-07-16[mlir] replace llvm.mlir.cast with unrealized_conversion_castAlex Zinenko