summaryrefslogtreecommitdiffstats
path: root/mlir/include
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-062-5/+5
* [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-163-67/+6
* [mlir][spirv] Properly support SPIR-V conversion targetLei Zhang2020-01-143-27/+77
* [mlir] Refactor ModuleState into AsmState and expose it to users.River Riddle2020-01-146-0/+67
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-143-130/+217
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-143-6/+67
* [mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.Adrian Kuegel2020-01-141-2/+116
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-131-0/+38
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-132-33/+14
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-131-4/+20
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-132-0/+12
* [mlir] m_Constant()Lorenzo Chelini2020-01-131-1/+11
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-132-4/+12
* Add zero_extendi and sign_extendi to intrinsic namespacePruthvi2020-01-131-0/+2
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-1125-138/+121
* 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-102-6/+45
* [mlir] NFC: put C++ code emission classes in their own filesLei Zhang2020-01-101-0/+167
* Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...Benjamin Kramer2020-01-103-3/+3
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-094-0/+43
* [mlir][VectorOps] Implement strided_slice conversionNicolas Vasilache2020-01-091-0/+19
* [mlir][Linalg] Add a linalg.reshape opNicolas Vasilache2020-01-064-10/+76
* [mlir] Fix indexed_accessor_range to properly forward the derived class.River Riddle2020-01-032-23/+12
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-031-0/+15
* [mlir][spirv] Fix shader ABI attribute prefix and add verificationLei Zhang2020-01-031-0/+17
* [mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle2020-01-024-122/+210
* [mlir] Add parenthesis to avoid -WparenthesesJacques Pienaar2020-01-021-4/+4
* [mlir][spirv] Update SPIR-V enums and ops with availability specLei Zhang2020-01-023-298/+1693
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-027-83/+186
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-024-2/+36
* Fix some corner cases missed by D71955River Riddle2020-01-021-4/+7
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-022-17/+18
* [mlir][Linalg] NFC - Rename ViewTraits -> StructuredOpTraitsNicolas Vasilache2020-01-022-3/+4
* [mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalgNicolas Vasilache2020-01-021-3/+3
* [mlir][spirv] NFC: Move shader ABI attributes to a new fileLei Zhang2020-01-014-32/+59
* [mlir][spirv] Fix links in docs and update dialect docsLei Zhang2020-01-011-15/+17
* [mlir][Linalg] Delete unused LinalgLibraryOps.tdNicolas Vasilache2019-12-311-616/+0
* [mlir] Refactor operation results to use a single use list for all results of...River Riddle2019-12-304-174/+292
* [mlir] Merge the successor operand count into BlockOperand.River Riddle2019-12-273-27/+50
* [mlir][spirv] Add basic definitions for supporting availabilityLei Zhang2019-12-276-15/+278
* [mlir] fix typo in a commentwyzhao2019-12-271-1/+1
* Fix a -Wcovered-switch-default warning by moving the unreachable out of theEric Christopher2019-12-261-2/+1
* [MLIR][NFC] Insert const_cast to avoid warningHideto Ueno2019-12-252-2/+3
* NFC: Rename printOptionValue to printValue to fix MSVC build.River Riddle2019-12-231-9/+7
* Refactor the way that pass options are specified.River Riddle2019-12-233-88/+227
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-2359-498/+452
* Change the `notifyRootUpdated` API to be transaction based.River Riddle2019-12-234-14/+42
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-2315-114/+321
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-2315-321/+114
OpenPOWER on IntegriCloud