summaryrefslogtreecommitdiffstats
path: root/mlir/tools
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Mark the MLIR tools for installation in CMakeKern Handa2020-02-053-3/+3
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-161-1/+1
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-141-1/+1
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-113-13/+13
* [mlir][ods] Support dialect specific content emission via hooksLei Zhang2020-01-101-1/+36
* [mlir] NFC: put C++ code emission classes in their own filesLei Zhang2020-01-101-340/+5
* [mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED following 6656e961c08393c39...Alexandre Ganea2020-01-031-6/+2
* [mlir] Enhance classof() checks in StructsGenLei Zhang2020-01-031-3/+6
* [mlir] Only generate default for uncovered casesJacques Pienaar2020-01-021-0/+4
* [mlir] Revert default case that was neededJacques Pienaar2020-01-021-0/+2
* [mlir] Remove redudant default casesJacques Pienaar2020-01-021-4/+0
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-021-3/+11
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-021-12/+258
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-011-1/+1
* [mlir] Fix compilation warningsAlexandre Ganea2020-01-011-2/+5
* [mlir][spirv] Add basic definitions for supporting availabilityLei Zhang2019-12-272-8/+321
* Add an __attribute__((unused)) to populateWithGenerated since it mightEric Christopher2019-12-261-1/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-233-15/+15
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2316-208/+64
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-223-24/+25
* Add support for providing a default implementation for an interface method.River Riddle2019-12-181-0/+26
* Fix (de)serialization generation for SPV_ScopeAttr, SPV_MemorySemanticsAttr.Mahesh Ravishankar2019-12-161-2/+14
* Remove unused variable (fix warning) NFCMehdi Amini2019-12-161-2/+1
* Skip generating C++ for "DeclareOpInterfaceMethods" in op interface gen.Jing Pu2019-12-131-6/+16
* Fix logic on when to emit collective type but separate arg builderJacques Pienaar2019-12-121-1/+1
* Add type inference variant for separate params builder generatedJacques Pienaar2019-12-121-93/+90
* ODS: Generate named accessors for raw attributesJacques Pienaar2019-12-091-21/+36
* Minor spelling tweaksKazuaki Ishizaki2019-12-091-1/+1
* Update the builder API to take ValueRange instead of ArrayRef<Value *>River Riddle2019-12-071-9/+8
* Change inferReturnTypes to return LogicalResult and valuesJacques Pienaar2019-12-061-11/+15
* Generate builder for ops that use InferTypeOpInterface trait in ODSJacques Pienaar2019-12-061-10/+38
* minor spelling tweaksKazuaki Ishizaki2019-12-063-5/+5
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-2/+3
* NFC: use `&&` instead of `and`Lei Zhang2019-12-021-1/+1
* [ODS] Generate builders taking unwrapped value and defaults for attributesLei Zhang2019-12-022-40/+167
* [DRR] Introduce `$_` to ignore op argument matchLei Zhang2019-12-021-2/+5
* mlir-tblgen: Dump input records when no generator is setJacques Pienaar2019-11-291-1/+4
* Add support for AttrSizedOperandSegments/AttrSizedResultSegmentsLei Zhang2019-11-252-28/+119
* Move Linalg Transforms that are actually Conversions - NFCNicolas Vasilache2019-11-211-1/+3
* Add support for using the ODS result names as the Asm result names for multi-...River Riddle2019-11-211-0/+36
* Change CUDA tests to use print_memref.Christian Sigg2019-11-211-13/+0
* Implement unrolling of vector ops to finer-grained vector ops as a pattern.Nicolas Vasilache2019-11-201-1/+1
* Add some CMake rules for installing headers, mlir-tblgen, and mlir-optEric Schweitz2019-11-191-1/+1
* Make type and rank explicit in mcuMemHostRegister function.Christian Sigg2019-11-191-18/+24
* Drop unnecessary dependences from mlir-translateUday Bondhugula2019-11-181-6/+0
* Use aggregate-parameter builder for ops having autogen type-deduction builderLei Zhang2019-11-152-86/+247
* NFC: Refactor Dialect Conversion targeting SPIR-V.Mahesh Ravishankar2019-11-141-1/+1
* Move Affine to Standard conversion to lib/ConversionAlex Zinenko2019-11-141-0/+1
* Make VariableOp instructions be in the first block in the function.Hanhan Wang2019-11-121-1/+1
* [spirv] Properly return when finding error in serializationLei Zhang2019-11-121-4/+3