Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir/lib/IR
AgeCommit message (Expand)Author
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle
2022-05-16[mlir][ods] Ignore AttributeSelfTypeParameter in assembly formatsMogball
2022-05-14[DenseElementsAttr] Teach isValidRawBuffer that 1-elt values are splats.Chris Lattner
2022-05-14[mlir] Rename Zero* traits to Zero*sMogball
2022-05-13[ParseResult] Mark this as LLVM_NODISCARD (like LogicalResult) and fix issues.Chris Lattner
2022-05-12[DenseElementAttr] Silence warning in -DNDEBUG builds. NFC.Benjamin Kramer
2022-05-12Various improvements suggested by river NFC.Chris Lattner
2022-05-12[DenseElementAttr] Simplify the public API for creating these.Chris Lattner
2022-05-11[mlir] Print some message for op-printing verificationChia-hung Duan
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-05-06[mlir] Fix printer when it is a DenseElementsAttr of i1Chengji Yao
2022-05-03[mlir][MemRef] Return `0` for the canonical strided layout expr of a 0d memrefBenjamin Kramer
2022-04-29[AsmParser] Introduce a new "Argument" abstraction + supporting logicChris Lattner
2022-04-28[AsmParser] Rework logic around "region argument parsing"Chris Lattner
2022-04-27[mlir] Add extensible dialectsMathieu Fehr
2022-04-22[MLIR] Add option to print users of an operation as comment in the printercpillmayer
2022-04-21[AsmParser/Printer] Rework sourceloc support for function arguments.Chris Lattner
2022-04-21[mlir] Make `Regions`s `cloneInto` multithread-readableMarkus Böck
2022-04-16[mlir][CSE] Add ability to remove commutative operationsValentin Clement
2022-04-16[mlir] Add asserts when changing various MLIRContext configurationsRiver Riddle
2022-04-15[NFC] Update commentsWilliam S. Moses
2022-04-15[MLIR] Fix operation cloneWilliam S. Moses
2022-04-15[mlir] Fix verification order of nested ops.Chia-hung Duan
2022-03-31[mlir] Bubble up tensor.extract_slice above linalg operationOkwan Kwon
2022-03-28[mlir] Allow RegionRange to accept ArrayRef<Region *>Mogball
2022-03-24[mlir] Make OpBuilder::createOperation to accept raw inputsChia-hung Duan
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck
2022-03-18Use llvm::append_range where applicableBenjamin Kramer
2022-03-17[mlir] Refactor DialectRegistry delayed interface support into a general Dial...River Riddle
2022-03-17[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-17[mlir] Fix missing verification after running an OpToOpAdaptorPassRiver Riddle
2022-03-16[mlir][PDL] Define a new PDLInterp::FuncOp operation and drop uses of FuncOpRiver Riddle
2022-03-11[mlir] Support verification order (3/3)Chia-hung Duan
2022-03-08[mlir][NFC] Update the Builtin dialect to use "Both" accessorsRiver Riddle
2022-03-07[mlir] Fix dumping invalid opsSergei Grechanik
2022-03-07Apply clang-tidy fixes for readability-simplify-boolean-expr to MLIR (NFC)Mehdi Amini
2022-03-07Apply clang-tidy fixes for modernize-use-default-member-init to MLIR (NFC)Mehdi Amini
2022-03-03Revert "[mlir] Add extensible dialects"Andrzej Warzynski
2022-03-02[mlir] Add extensible dialectsMathieu Fehr
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-25[mlir] Support verification order (2/3)Chia-hung Duan
2022-02-23[MLIR][Arith] Canonicalize cmpf(int to fp) to cmpiWilliam S. Moses
2022-02-23Fold Tensor.extract_slice into a constant splat.Okwan Kwon
2022-02-16[mlir] Expose printer flags in AsmStateSergei Grechanik
2022-02-15[mlir][Arith] Disallow casting between scalable and fixed-length vectorsJavier Setoain
2022-02-12[AffineMap] Move result exprs into trailing storage. NFCI.Benjamin Kramer
2022-02-12Use AffineMap::getSliceMap where applicable. NFCI.Benjamin Kramer
2022-02-11Add a new interface method `getAsmBlockName()` on OpAsmOpInterface to control...Mehdi Amini
2022-02-08[mlir] Update uses of `parser`/`printer` ODS op field to `hasCustomAssemblyFo...River Riddle
2022-02-08[mlir][NFC] Remove deprecated/old build/fold/parser utilities from OpDefinitionRiver Riddle