- 23aa5a7 [mlir] Rename the Standard dialect to the Func dialect by River Riddle · 3 years, 3 months ago
- cac7aab Apply clang-tidy fixes for readability-identifier-naming to MLIR (NFC) by Mehdi Amini · 3 years, 5 months ago
- ef97633 [mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewrite methods by River Riddle · 3 years, 8 months ago
- faf1c22 [Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr. by Chris Lattner · 3 years, 9 months ago
- 41d4aa7 [SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr. by Chris Lattner · 3 years, 9 months ago
- 75e5f0a [mlir] factor memref-to-llvm lowering out of std-to-llvm by Alex Zinenko · 3 years, 11 months ago
- dd5165a [mlir] replace LLVM dialect float types with built-ins by Alex Zinenko · 4 years, 5 months ago
- c69c9e0 [mlir] Remove LLVMType, LLVM dialect types now derive Type directly by Alex Zinenko · 4 years, 5 months ago
- 7ed9cfc [mlir] Remove static constructors from LLVMType by Alex Zinenko · 4 years, 5 months ago
- 8de43b9 [mlir] Remove instance methods from LLVMType by Alex Zinenko · 4 years, 5 months ago
- 563879b [NFC] Use ConvertOpToLLVMPattern instead of ConvertToLLVMPattern. by Rahul Joshi · 4 years, 6 months ago
- 5446ec8 [mlir] take MLIRContext instead of LLVMDialect in getters of LLVMType's by Alex Zinenko · 4 years, 10 months ago
- 2c8afe1 [mlir][gpu] Add support for f16 when lowering to nvvm intrinsics by Stephan Herhut · 5 years ago
- 2b529a3 [mlir] Removed TanHOp lowering from ConvertStandardToLLVM since there is no reasonable TanH representation in LLVM. by Marcel Koester · 5 years ago
- 3145427 [mlir][NFC] Replace all usages of PatternMatchResult with LogicalResult by River Riddle · 5 years ago
- 69d757c Move StandardOps/Ops.h to StandardOps/IR/Ops.h by Rob Suderman · 5 years ago
- 870c1fd4 [mlir] NFC: rename LLVMOpLowering to ConvertToLLVMPattern by Alex Zinenko · 5 years ago
- 0f04384 [mlir] NFC: Rename LLVMOpLowering::lowering to LLVMOpLowering::typeConverter by Alex Zinenko · 5 years ago
- 890d5e2 [MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm. by Stephan Herhut · 5 years ago
- 3085710 Mass update the MLIR license header to mention "Part of the LLVM project" by Mehdi Amini · 5 years ago
- 2bdf33c [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is properly value-typed. by River Riddle · 5 years ago
- e62a695 NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. by River Riddle · 5 years ago
- 56222a0 Adjust License.txt file to use the LLVM license by Mehdi Amini · 5 years ago
- 35807bc NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to Value being value-typed. by River Riddle · 5 years ago
- 4562e38 NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. by River Riddle · 5 years ago
- fdbb99c Add linkage support to LLVMFuncOp by Alex Zinenko · 5 years ago
- 663f9e0 Lookup function declaration in SymbolTable not ModuleOp. by Alexander Belyaev · 6 years ago
- 780a108 Fix include guards and add tests for OpToFuncCallLowering. by Alexander Belyaev · 6 years ago
- d2ce435 Add custom lowering of ExpOp for NVVM and ROCM. by Alexander Belyaev · 6 years ago