summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/AsyncToLLVM
AgeCommit message (Expand)Author
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-08-09Revert "[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)"Matthias Springer
2023-08-09[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)Matthias Springer
2023-02-21[mlir][LLVM] Don't make `LLVM_IntPtrBase` a `BuildableType` to allow the use ...Markus Böck
2023-02-10[mlir][Async] Add option to LLVM lowering to use opaque pointersMarkus Böck
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-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-25[MLIR] [AsyncToLLVM] Use llvm.coro.align intrinsicChuanqi Xu
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
2021-11-16[MLIR][LLVM] Permit integer types in switch other than i32William S. Moses
2021-11-16Revert "[MLIR][LLVM] Permit integer types in switch other than i32"Mehdi Amini
2021-11-16[MLIR][LLVM] Permit integer types in switch other than i32William S. Moses
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-04[mlir] Async: check awaited operand error state after sync awaitEugene Zhulenev
2021-08-02[mlir] Async: clone constants into async.execute functions and parallel compu...Eugene Zhulenev
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-16[mlir] replace llvm.mlir.cast with unrealized_conversion_castAlex Zinenko
2021-06-25[mlir:Async] Add the size parameter to the async.groupEugene Zhulenev
2021-05-27[mlir] Add error state and error propagation to async runtime valuesEugene Zhulenev
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-01-26[mlir] Async: add a separate pass to lower from async to async.coro and async...Eugene Zhulenev
2021-01-25[mlir:Async] Use LLVM coro operations in async.coro loweringEugene Zhulenev
2021-01-25[mlir:Async] Add intermediate async.coro and async.runtime operations to simp...Eugene Zhulenev
2021-01-08[mlir] replace LLVM dialect float types with built-insAlex Zinenko
2020-12-25[mlir] Async: add support for lowering async value operands to LLVMEugene Zhulenev
2020-12-25[mlir] Async: lowering async.value to LLVMEugene Zhulenev
2020-11-20[mlir] Automatic reference counting for Async values + runtime support for re...Eugene Zhulenev
2020-11-13[mlir] Transform scf.parallel to scf.for + async.executeEugene Zhulenev
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi
2020-10-30[mlir] Implement lowering to LLVM of async.execute ops with token dependenciesEugene Zhulenev
2020-10-22Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines""Lei Zhang
2020-10-22Revert "[mlir] Convert from Async dialect to LLVM coroutines"Mehdi Amini
2020-10-22[mlir] Convert from Async dialect to LLVM coroutinesEugene Zhulenev