summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/TestDialect
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+3
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-131-1/+7
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-131-7/+4
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-113-13/+13
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-233-22/+21
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-234-52/+16
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-223-21/+22
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-191-0/+14
* Add support for providing a default implementation for an interface method.River Riddle2019-12-181-2/+1
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-131-1/+2
* Minor spelling tweaksKazuaki Ishizaki2019-12-091-3/+3
* Add RegionRange for when need to abstract over different region iterationJacques Pienaar2019-12-091-1/+1
* Update the builder API to take ValueRange instead of ArrayRef<Value *>River Riddle2019-12-072-3/+2
* Change inferReturnTypes to return LogicalResult and valuesJacques Pienaar2019-12-062-12/+15
* Generate builder for ops that use InferTypeOpInterface trait in ODSJacques Pienaar2019-12-061-4/+15
* Move ModuleManager functionality into mlir::SymbolTable.Tres Popp2019-12-051-0/+6
* [DRR] Introduce `$_` to ignore op argument matchLei Zhang2019-12-021-0/+12
* Add support for AttrSizedOperandSegments/AttrSizedResultSegmentsLei Zhang2019-11-251-0/+24
* De-duplicate EnumAttr overrides by defining defaultsLei Zhang2019-11-254-1/+8
* Add support for using the ODS result names as the Asm result names for multi-...River Riddle2019-11-212-18/+2
* Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...River Riddle2019-11-201-0/+4
* Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...River Riddle2019-11-202-1/+44
* Fix 'the the' typo.Alexander Belyaev2019-11-201-2/+1
* Add getRemappedValue to ConversionPatternRewriterDiego Caballero2019-11-191-0/+63
* [ODS] Fix operation argument population to avoid crashLei Zhang2019-11-141-0/+24
* NFC: Refactor block signature conversion to not erase the original arguments.River Riddle2019-11-131-5/+23
* Add an option to print an operation if a diagnostic is emitted on itRiver Riddle2019-11-122-5/+13
* Add support for nested symbol references.River Riddle2019-11-111-3/+3
* Add compatible query method to infer type interfaceJacques Pienaar2019-11-073-7/+18
* Add ReferToOp attribute constraint for SymbolRefAttrLei Zhang2019-11-012-0/+12
* NFC: Use #ifndef in various .td files instead of #ifdef and #elseLei Zhang2019-10-311-2/+1
* Add a test.symbol_scope operation that has the SymbolTable Traits to the Test...Mehdi Amini2019-10-312-0/+11
* Parse locations in parseGenericOperationSean Silva2019-10-281-1/+5
* Add support for marking an operation as recursively legal.River Riddle2019-10-281-0/+6
* Define AnyRankedTensor Type in TableGenSmit Hinsu2019-10-251-0/+4
* [DRR] Allow interleaved operands and attributesLei Zhang2019-10-211-0/+22
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-3/+3
* Add support for function result attributes.Sean Silva2019-10-182-0/+26
* [DRR] Allow capturing and referencing no-result opsLei Zhang2019-10-172-0/+14
* Fix RewriterGen to support using NativeCodeCall as auxiliary patternLei Zhang2019-10-172-0/+13
* Add ComplexType to TableGen with Tensor supportRob Suderman2019-10-161-0/+9
* Add support for PatternRewriter::eraseOp.River Riddle2019-10-162-4/+4
* Allowing replacing non-root operations in DialectConversion.River Riddle2019-10-142-3/+24
* Add trait for specified shapes matchingGeoffrey Martin-Noble2019-10-101-0/+7
* NFC: Cleanup of type checking testsGeoffrey Martin-Noble2019-10-101-33/+31
* Add test for fix to tablegen for custom folders for ops that return a singleParker Schuh2019-10-092-0/+14
* Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...Smit Hinsu2019-10-081-0/+6
* Add a PatternRewriter hook for cloning a region into another.River Riddle2019-10-081-2/+6
* Allow element type traits to operate on scalarsGeoffrey Martin-Noble2019-10-051-4/+4
* NFC: Cleanup test ops and traits testsGeoffrey Martin-Noble2019-10-051-61/+61
OpenPOWER on IntegriCloud