summaryrefslogtreecommitdiffstats
path: root/mlir/test/IR
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Enable printing of FuncOp in the generic form.River Riddle2020-01-141-1/+2
* [mlir] Use double format when parsing bfloat16 hexadecimal valuesRiver Riddle2020-01-142-7/+26
* [mlir] Add support for attaching a visibility to symbols.River Riddle2020-01-131-0/+24
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-132-8/+69
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-1311-317/+317
* [mlir] m_Constant()Lorenzo Chelini2020-01-131-0/+1
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-40/+86
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-191-0/+12
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-182-8/+41
* More affine expr simplifications for floordiv and modUday Bondhugula2019-12-101-1/+7
* Post-submit cleanups in RecursiveMatchersNicolas Vasilache2019-12-091-0/+10
* Add a layer of recursive matchers that compose.Nicolas Vasilache2019-12-081-0/+32
* minor spelling tweaksKazuaki Ishizaki2019-12-061-2/+2
* Add UnrankedMemRef Typenmostafa2019-12-052-0/+36
* Move ModuleManager functionality into mlir::SymbolTable.Tres Popp2019-12-053-1/+16
* Print out large elementsattr's such that they are parseable.Sean Silva2019-12-041-2/+10
* Added new FAbs, FCeil, Cos, Neg, Sign, Tanh operations.Julian Gross2019-12-041-1/+76
* Verifier: Better error message in case of successor operand mismatch.Sean Silva2019-12-031-1/+14
* Fix ViewOp to have at most one offset operandAlex Zinenko2019-12-031-1/+12
* Add support for AttrSizedOperandSegments/AttrSizedResultSegmentsLei Zhang2019-11-251-0/+100
* Allow memref_cast from static strides to dynamic strides.Mahesh Ravishankar2019-11-252-1/+25
* Don't force newline before function attributesAlex Zinenko2019-11-212-3/+3
* Correctly parse empty affine maps.MLIR Team2019-11-202-3/+6
* Verify subview op result has dynamic shape, when sizes are specified.Mahesh Ravishankar2019-11-201-1/+11
* Changes to SubViewOp to make it more amenable to canonicalization.Mahesh Ravishankar2019-11-202-12/+103
* Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...River Riddle2019-11-201-0/+15
* NFC: Convert CmpIPredicate in StandardOps to use EnumAttrLei Zhang2019-11-151-2/+2
* Adds canonicalizer to SubViewOp which folds constants from base memref and op...Andy Davis2019-11-141-2/+7
* Move VectorOps to Tablegen - (almost) NFCNicolas Vasilache2019-11-142-202/+0
* Do not emit aliases when printing local formJacques Pienaar2019-11-131-0/+5
* Add FuncOp::eraseArgumentSean Silva2019-11-132-0/+101
* Rename the current parseSymbolName to parseOptionalSymbolNameRiver Riddle2019-11-131-1/+1
* Add an option to print an operation if a diagnostic is emitted on itRiver Riddle2019-11-121-0/+7
* Add support for nested symbol references.River Riddle2019-11-111-0/+4
* Adds std.subview operation which takes dynamic offsets, sizes and strides and...Andy Davis2019-11-112-0/+104
* Fix asm printer for affine exprUday Bondhugula2019-11-071-0/+6
* Swap operand order in std.view operation so that offset appears before dynami...Andy Davis2019-11-072-16/+16
* Add ViewOp verification for dynamic strides, and address some comments from p...Andy Davis2019-11-062-10/+35
* Add ViewOp to the StandardOps dialect, which casts a 1D/i8 element type memre...Andy Davis2019-11-062-0/+84
* Update the SPV dialect type parser to use the methods on DialectAsmParser dir...River Riddle2019-11-011-5/+0
* Add ReferToOp attribute constraint for SymbolRefAttrLei Zhang2019-11-011-0/+16
* Add a test.symbol_scope operation that has the SymbolTable Traits to the Test...Mehdi Amini2019-10-311-0/+10
* Parse locations in parseGenericOperationSean Silva2019-10-281-6/+6
* Add support for parsing multiple result name groups.River Riddle2019-10-251-1/+8
* Add support for replacing all uses of a symbol.River Riddle2019-10-241-0/+42
* Add @below and @above directives to verify-diagnostics.River Riddle2019-10-232-5/+5
* NFC: Elide the value of a UnitAttr within nested attribute dictionaries.River Riddle2019-10-211-2/+5
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-202-3/+3
* Add support for function result attributes.Sean Silva2019-10-183-0/+34
* Allow '_' when pretty printing dialect symbolsLei Zhang2019-10-171-5/+6
OpenPOWER on IntegriCloud