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
AgeCommit message (Expand)Author
2022-04-20Improve invalid-ir-print-after-failure.mlir to show the effects of -mlir-prin...Mehdi Amini
2022-04-20[mlir][tensor] Promote extract(from_elements(...)) to folding patternMatthias Springer
2022-04-20[mlir][linalg] Add ods-gen helper to simplify the build methods.gysit
2022-04-20[mlir][linalg] Avoid template methods for parsing and printing.gysit
2022-04-20[MLIR] NFC. Drop trailing white space in GPU async ops printUday Bondhugula
2022-04-20Add RegionBranchOpInterface on affine.for opUday Bondhugula
2022-04-20[mlir][bufferize] Fix missing copies when writing to a buffer in a loopMatthias Springer
2022-04-20[mlir][docs] Add missing parentheses in example code on walkers.Ingo Müller
2022-04-20[mlir][Vector] Add check of supported reduction kind for ScanOp.jacquesguan
2022-04-20[mlir][LLVMIR] Add vector predication type cast intrinsic ops.jacquesguan
2022-04-20Apply clang-tidy fixes for llvm-twine-local in OpenMPToLLVMIRTranslation.cpp ...Mehdi Amini
2022-04-20[MLIR] [Python] Add a method to clear live operations mapJohn Demme
2022-04-19[mlir] Adds getUpperBound() to LoopLikeInterface.Krzysztof Drewniak
2022-04-19[mlir][transform] Introduce transform.sequence opAlex Zinenko
2022-04-19[MLIR] Add function to create BFloat16 array attributeAshay Rane
2022-04-19Print custom assembly on pass failure by defaultMehdi Amini
2022-04-19Apply clang-tidy fixes for llvm-qualified-auto in OpenMPToLLVMIRTranslation.c...Mehdi Amini
2022-04-19Apply clang-tidy fixes for performance-unnecessary-value-param in ControlFlow...Mehdi Amini
2022-04-19[MLIR][GPU] Add canonicalizer for gpu.memcpyArnab Dutta
2022-04-19[mlir][emitc] Add test for invalid typeMarius Brehler
2022-04-19[mlir][interfaces] Fix infinite loop in insideMutuallyExclusiveRegionsMatthias Springer
2022-04-19Apply clang-tidy fixes for performance-unnecessary-value-param in JitRunner.c...Mehdi Amini
2022-04-19Apply clang-tidy fixes for performance-for-range-copy in MemRefOps.cpp (NFC)Mehdi Amini
2022-04-19[mlir][interfaces] Add helpers for detecting recursive regionsMatthias Springer
2022-04-19Reapply "[OpenMP] Refactor OMPScheduleType enum."Michael Kruse
2022-04-19Apply clang-tidy fixes for performance-unnecessary-copy-initialization in Mat...Mehdi Amini
2022-04-19Apply clang-tidy fixes for performance-for-range-copy in ElementwiseOpFusion....Mehdi Amini
2022-04-18[MLIR][Presburger] Remove inheritence in MultiAffineFunctionGroverkss
2022-04-18Revert "[OpenMP] Refactor OMPScheduleType enum."Michael Kruse
2022-04-18[OpenMP] Refactor OMPScheduleType enum.Michael Kruse
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-18Improve terminator doc in MLIR LangRefMehdi Amini
2022-04-18Apply clang-tidy fixes for readability-identifier-naming in GPUDialect.cpp (NFC)Mehdi Amini
2022-04-18Apply clang-tidy fixes for readability-simplify-boolean-expr in TypeConverter...Mehdi Amini
2022-04-18[mlir] Fix two AttributeParser abortsJacques Pienaar
2022-04-18[MLIR][Presburger] Make IntegerRelation::mergeLocalIds not delete duplicatesGroverkss
2022-04-18[mlir][Vector] Fold transpose splat to splat with transposed type.jacquesguan
2022-04-18[LogicalResult.h] Move ParseResult to the bottom of file and fix comment, NFC.Chris Lattner
2022-04-18[Support] Move ParseResult from OpDefinition.h to LogicalResult.hChris Lattner
2022-04-17Revert "[MLIR] Provide a way to print ops in custom form on pass failure"Mehdi Amini
2022-04-17[MLIR] Provide a way to print ops in custom form on pass failureUday Bondhugula
2022-04-17[mlir][docs] Add missing directory separatorJacques Pienaar
2022-04-16[mlir][CSE] Add ability to remove commutative operationsValentin Clement
2022-04-16Apply clang-tidy fixes for readability-identifier-naming in OpFormatGen.cpp (...Mehdi Amini
2022-04-16Apply clang-tidy fixes for llvm-qualified-auto in OpFormatGen.cpp (NFC)Mehdi Amini
2022-04-16[mlir] Add asserts when changing various MLIRContext configurationsRiver Riddle
2022-04-16[NFC] fix cmake buildMogball
2022-04-16Apply clang-tidy fixes for readability-identifier-naming in mlir-parser-fuzze...Mehdi Amini
2022-04-16Apply clang-tidy fixes for readability-identifier-naming in DummyParserFuzzer...Mehdi Amini
2022-04-16[mlir] Refactor LICM into a utilityMogball