summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/StandardOps/Ops.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for PatternRewriter::eraseOp.River Riddle2019-10-161-8/+6
* Add unary ops and ExpOp to Standard Dialect.Alexander Belyaev2019-10-111-2/+17
* Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...Smit Hinsu2019-10-081-18/+1
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* Add fpext and fptrunc to the Standard dialect and includes conversion to LLVMMLIR Team2019-10-031-0/+22
* NFC - clean up op accessor usage, std.load/store op verify, other stale infoUday Bondhugula2019-09-271-22/+4
* Introduce splat op + provide its LLVM loweringUday Bondhugula2019-09-241-8/+57
* Add integer sign- and zero-extension and truncation to standard.Manuel Freiberger2019-09-211-0/+67
* NFC: Pass OpAsmPrinter by reference instead of by pointer.River Riddle2019-09-201-142/+142
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-110/+110
* NFC: Pass OpAsmParser by reference instead of by pointer.River Riddle2019-09-201-195/+192
* add missing memref cast fold pattern for dim opUday Bondhugula2019-09-131-0/+6
* Cmpf constant folding for nan and infGeoffrey Martin-Noble2019-09-121-4/+4
* Add the initial inlining infrastructure.River Riddle2019-09-051-1/+50
* Add implementation for tensor_load and tensor_store operations.Stephan Herhut2019-08-281-0/+57
* Add a hook to the OpAsmDialectInterface to allow providing a special name for...River Riddle2019-08-211-0/+37
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-0/+2102
OpenPOWER on IntegriCloud