summaryrefslogtreecommitdiffstats
path: root/mlir/include
Commit message (Expand)AuthorAgeFilesLines
...
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-2315-114/+321
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-23220-2860/+880
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-2260-511/+558
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-6/+43
* Make Type and Attribute classes trivially copyableAlex Zinenko2019-12-212-10/+4
* NFC: Move the classes related to Pass options into a new header file PassOpti...River Riddle2019-12-202-67/+98
* [VectorOps] unify vector dialect "subscripts"Aart Bik2019-12-203-15/+15
* Add gpu.shuffle op.Christian Sigg2019-12-202-0/+36
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-191-0/+5
* Unique trait list during ODS Operator trait constructionJacques Pienaar2019-12-191-0/+1
* [VectorOps] Update vector transfer_read/write ops to operatate on memrefs wit...Andy Davis2019-12-191-9/+29
* Restructure and update Linalg ODS and documentation - NFCNicolas Vasilache2019-12-1914-21/+677
* [VectorOps] Add vector ReshapeOp to the VectorOps dialect.Andy Davis2019-12-191-0/+117
* [VectorOps] minor cleanup: vector dialect "subscripts" are i32Aart Bik2019-12-192-2/+9
* Detemplatize ModuleTranslation::lookupValuesAlex Zinenko2019-12-191-10/+2
* Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...Marcel Koester2019-12-181-28/+39
* [VectorOps] Add vector.print definition, with lowering supportAart Bik2019-12-181-0/+32
* Add support for providing a default implementation for an interface method.River Riddle2019-12-183-8/+18
* Update code block designationsJacques Pienaar2019-12-183-8/+8
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-185-1/+146
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-1871-287/+271
* Move function template definition to the header file. NFCAlex Zinenko2019-12-181-1/+9
* Harden the requirements to memory attribution types in gpu.funcAlex Zinenko2019-12-181-1/+5
* Add support for float and string attributes to the C API and python bindingsMLIR Team2019-12-171-0/+6
* Add pattern rewrite which splits a vector TransferWriteOp into slices accordi...Andy Davis2019-12-171-2/+2
* Make it possible to override the lowering of MemRef to the LLVM dialect. NFC.Alex Zinenko2019-12-171-0/+11
* Add a new utility class TypeSwitch to ADT.River Riddle2019-12-172-0/+223
* Add atomic operations to SPIR-V dialect.Mahesh Ravishankar2019-12-162-8/+509
* Add edsc::ops for pointwise, conv and dilated_convNicolas Vasilache2019-12-164-12/+186
* Add InsertSlicesOp to the VectorOps dialect.Andy Davis2019-12-161-1/+53
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-162-11/+16
* Insert signature-converted blocks into a region with a parent operation.River Riddle2019-12-161-1/+5
* Make "LowerToCFG" an operation passAlex Zinenko2019-12-161-3/+2
* [Linalg] Expose subview promotion as a declarative patternJose Ignacio Gomez2019-12-163-0/+30
* [VectorOps] Add [insert/extract]element definition together with lowering to ...Aart Bik2019-12-161-0/+59
* Adds ExtractSlicesOp to the VectorOps dialect.Andy Davis2019-12-161-0/+119
* Remove LLVM dependency on mlir::Module and instead check Traits.Tres Popp2019-12-164-17/+31
* Splat op doc - fix misformat / update tablegen op desc. commentUday Bondhugula2019-12-141-1/+10
* Add verifyCompatibleShape function overload with shapesSmit Hinsu2019-12-141-0/+6
* Reconcile struct and class for NestedPatternMatchers - NFCNicolas Vasilache2019-12-131-8/+11
* Apply a level of sugaring to the linalg.generic EDSC - NFCNicolas Vasilache2019-12-131-5/+67
* Refactor various canonicalization patterns as in-place folds.River Riddle2019-12-135-14/+18
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-136-5/+75
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-134-6/+31
* Add a type range for the XLA HLO dialect.Prakalp Srivastava2019-12-131-0/+1
* NFC: Cleanup the various Op::print methods.River Riddle2019-12-122-2/+29
* Retire !linalg.buffer type - NFCNicolas Vasilache2019-12-121-22/+1
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-121-4/+4
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-121-4/+4
* Make OpBuilder::insert virtual instead of OpBuilder::createOperation.River Riddle2019-12-113-28/+15
OpenPOWER on IntegriCloud