aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2020-09-26[mlir] Fix capitalization typoJacques Pienaar1-1/+1
2020-09-26[mlir] Updates to generate dialect rather than op docsJacques Pienaar4-7/+7
2020-09-26[mlir] Fix passes.md's naming & add missingJacques Pienaar1-4/+8
2020-09-26Common code preparation for tblgen-types patchJohn Demme5-55/+66
2020-09-25[NFC] Fix comment for DataOpclementval1-13/+13
2020-09-25[MLIR] Fix for updating function signature in normalizing memrefsHaruki Imai4-10/+32
2020-09-25[NFC] Fix build warningsRahul Joshi2-2/+2
2020-09-25[NFC] Fix syntax of ranked memrefs in the MLIR Language Reference.Rahul Joshi1-6/+5
2020-09-25[NFC] Fix minor typos in comments and reuse concreteOp.Rahul Joshi2-3/+3
2020-09-25[mlir] [VectorOps] generalize printing support for integersAart Bik4-24/+242
2020-09-25[mlir][SCFToGPU] LaunchOp propagate optional attributesArtur Bialas2-0/+23
2020-09-24[mlir][NFC] Promote memory space to BaseMemRefTypeDiego Caballero3-22/+27
2020-09-24[mlir][shape] Start a pass that lowers shape constraints.Sean Silva5-0/+209
2020-09-24[MLIR][SPIRV] Fixed dialect loading in deserializationGeorge Mitenkov1-1/+1
2020-09-24[MLIR] Normalize memrefs in LoadOp and StoreOp of Standard OpsHaruki Imai2-2/+38
2020-09-24[MLIR][docs] Fix typosJunda Su1-2/+2
2020-09-24[mlir] Stop allowing LLVMType Int arguments for GPULaunchFuncOp.Alexander Belyaev2-34/+45
2020-09-24[OpenMP][MLIR] Add assembly format for master opKiran Chandramohan2-2/+5
2020-09-23[mlir][OpFormatGen] Update "custom" directives for attributes.Mike Urbach4-2/+37
2020-09-23NFC: Remove dangling dep on MLIRStandardOps.Stella Laurenzo1-1/+0
2020-09-23Remove MLIR C-API explicit registration of standard ops.Stella Laurenzo2-5/+2
2020-09-23[MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *>Rahul Joshi5-22/+24
2020-09-23Update the documentation for the MLIR Dialect class (NFC)Mehdi Amini1-5/+5
2020-09-23[MLIR][NFC] Adopt use of TypeRange in build() methods.Rahul Joshi18-100/+93
2020-09-23[MLIR] Change default builders generated by TableGen to use TypeRange for res...Rahul Joshi5-28/+37
2020-09-23[mlir] Add insert before/after to list-like constructs in C APIAlex Zinenko3-2/+160
2020-09-23[mlir] Remove unneeded OpBuilder params. NFC.Jacques Pienaar15-168/+133
2020-09-23[mlir][ods] Custom builder with no paramsJacques Pienaar1-2/+3
2020-09-23NFC: Remove unused variable.Stella Laurenzo1-1/+0
2020-09-23Add mlir python APIs for creating operations, regions and blocks.Stella Laurenzo4-2/+274
2020-09-23Implement python iteration over the operation/region/block hierarchy.Stella Laurenzo6-239/+416
2020-09-23Add Operation to python bindings.Stella Laurenzo8-58/+382
2020-09-23[mlir][openacc] Use OptionalParseResult in loop op parser instead of bool var...Valentin Clement1-50/+59
2020-09-23[mlir] Fix typos in Dialect.h. NFC.Alex Zinenko1-2/+2
2020-09-23[mlir] Added support for f64 memref printing in runner utilsJakub Lichman2-0/+13
2020-09-23[mlir][Linalg] Add pattern to fold linalg.tensor_reshape that add unit extent...MaheshRavishankar3-0/+197
2020-09-23Add a dump() method on the pass manager for debugging purpose (NFC)Mehdi Amini3-11/+22
2020-09-22Implement a new kind of Pass: dynamic pass pipelineMehdi Amini9-6/+232
2020-09-22Version 0.5 of the new "TableGen Backend Developer's Guide."Paul C. Anagnostopoulos2-6/+4
2020-09-22[mlir][ods] Make OpBuilder and OperationState optionalJacques Pienaar4-18/+40
2020-09-23[mlir] NFC: fix trivial typos under include directoryKazuaki Ishizaki22-34/+34
2020-09-22[NFC][mlir] Remove llvm:: prefix from SmallVector in parallel pretty printer.David Truby1-10/+10
2020-09-22[MLIR][Standard] Add `atan` to standard dialectFrederik Gossen1-1/+41
2020-09-22[MLIR][Linalg] Fix assertion in dependency analysisFrederik Gossen1-1/+2
2020-09-22Revert "Implement a new kind of Pass: dynamic pass pipeline"Thomas Joerg9-231/+6
2020-09-22[mlir][Linalg] Uniformize linalg.generic with named ops.Nicolas Vasilache36-1170/+1307
2020-09-22[MLIR] Add subf and rsqrt EDSC intrinsicsEugene Zhulenev1-0/+2
2020-09-22Reorder linalg.conv indexing_maps loop orderAhmed S. Taei4-60/+66
2020-09-21[mlir] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build after D85869Fangrui Song1-0/+2
2020-09-22Implement a new kind of Pass: dynamic pass pipelineMehdi Amini9-6/+231