summaryrefslogtreecommitdiffstats
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-067-20/+20
* Fix x86 32bits MLIR build (NFC)Dimitry Andric2020-02-061-1/+1
* [mlir] Mark the MLIR tools for installation in CMakeKern Handa2020-02-053-3/+3
* [mlir][orc] unbreak MLIR ExecutionEngine after ORC changesAlex Zinenko2020-01-301-3/+3
* [mlir] Fix compilation with VS2019.Alexandre Ganea2020-01-231-3/+4
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-1624-235/+140
* [mlir] : Fix ViewOp shape folder for identity affine mapsAhmed Taei2020-01-152-3/+7
* [mlir][spirv] Properly support SPIR-V conversion targetLei Zhang2020-01-1413-86/+559
* [mlir] Refactor ModuleState into AsmState and expose it to users.River Riddle2020-01-147-39/+136
* [mlir] Enable printing of FuncOp in the generic form.River Riddle2020-01-142-11/+10
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-1412-312/+458
* [mlir] Use double format when parsing bfloat16 hexadecimal valuesRiver Riddle2020-01-143-14/+34
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-1425-79/+113
* [mlir] Fix translation of splat constants to LLVM IRAlex Zinenko2020-01-142-1/+36
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-1424-140/+235
* [mlir] Ran git-clang-format.Adrian2020-01-141-2/+2
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-144-4/+536
* [mlir] Fix -WunusedSam McCall2020-01-141-2/+2
* [MLIR] Fix broken link locations after move to monorepoDaniel Galvez2020-01-149-13/+13
* [mlir] [VectorOps] fixed typo in verifier of slice opAart Bik2020-01-131-1/+1
* [mlir] NFC: Remove unused variable.River Riddle2020-01-131-1/+1
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-135-3/+124
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-137-100/+82
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-135-157/+529
* [mlir] Remove unnecessary assert for single region.River Riddle2020-01-131-2/+0
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-1378-1519/+1592
* Unbreak the mlir build after 202ab273e6eca134b69882f100c666fcd3affbcfBenjamin Kramer2020-01-132-2/+2
* [mlir] m_Constant()Lorenzo Chelini2020-01-134-3/+16
* [mlir] Added missing GPU lowering ops.Julian Gross2020-01-134-2/+106
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-134-9/+82
* Add zero_extendi and sign_extendi to intrinsic namespacePruthvi2020-01-132-0/+28
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-11138-1003/+957
* Remove copy ctors identical to the default one. NFC.Benjamin Kramer2020-01-113-13/+3
* [mlir][ods] Support dialect specific content emission via hooksLei Zhang2020-01-103-7/+81
* [mlir] NFC: put C++ code emission classes in their own filesLei Zhang2020-01-104-340/+408
* [mlir][spirv] Fix typos related to (de)serialization.Denis Khalikov2020-01-102-5/+5
* Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...Benjamin Kramer2020-01-105-5/+3
* fix another typo to cycle botsNico Weber2020-01-091-1/+1
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-092-1/+12
* [mlir] add a missing dependency for Linalg conversionEric Schweitz2020-01-091-0/+1
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-095-7/+66
* [mlir] NFC: Move the state for managing SSA value names out of OperationPrint...River Riddle2020-01-091-510/+571
* [mlir] fix test failure in EDSC/builder-api-testHiroshi Inoue2020-01-091-3/+4
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-0911-2/+428
* [mlir][VectorOps] Implement insert_strided_slice conversionNicolas Vasilache2020-01-092-42/+215
* [mlir][VectorOps] Implement strided_slice conversionNicolas Vasilache2020-01-093-3/+178
* [MLIR] Don't use SSA names directly for std.view canonicalization testAhmed Taei2020-01-081-5/+5
* Canonicalize static alloc followed by memref_cast and std.viewAhmed Taei2020-01-082-4/+29
* [MLIR] Fix ML IR build on Windows with Visual StudioStella Stamenova2020-01-081-1/+1
* [mlir] NFC: Move the state for managing aliases out of ModuleState and into a...River Riddle2020-01-081-137/+185