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-05-19[mlir][python] Add Python bindings for ml_program dialect.Stella Laurenzo
2022-05-19[mlir] Add GlobalOp, GlobalLoadConstOp to ml_program.Stella Laurenzo
2022-05-19[mlir] Fix the error message for missing explicit TypeIDMogball
2022-05-18[mlir][ods] Simplify useDefaultType/AttributePrinterParserMogball
2022-05-18Apply clang-tidy fixes for llvm-else-after-return in OpenMPDialect.cpp (NFC)Mehdi Amini
2022-05-18Apply clang-tidy fixes for performance-for-range-copy in LinalgOps.cpp (NFC)Mehdi Amini
2022-05-18[mlir][sparse] Add support for complex.im and complex.re to the sparse compiler.Bixia Zheng
2022-05-18[mlir][complex] Add pow/sqrt/tanh ops and lowering to libmBenjamin Kramer
2022-05-18[MLIR] Make `parseDimensionListRanked` configurable wrt parsing a trailing `x`Frederik Gossen
2022-05-18[mlir:GreedyDriver] Return WalkResult::skip after deleting a known constantRiver Riddle
2022-05-18[GreedyPatternRewriter] Avoid reversing constant orderrkayaith
2022-05-18[mlir][Canonicalize] Fix command-line optionsrkayaith
2022-05-18[mlir:PDLL] Don't append / for directory code completionRiver Riddle
2022-05-18[mlir:PDLL] Improve the location ranges of several expressions during parsingRiver Riddle
2022-05-18[mlir:PDLL] Drop space as a completion commit characterRiver Riddle
2022-05-18[MLIR][Presburger] Cleanup getMaybeValues in FACVGroverkss
2022-05-18[MLIR][Presburger] Attach values only to non-local identifiers in FAVCGroverkss
2022-05-18[mlir][tosa] Rework tosa.apply_scale lowering for 32-bitRobert Suderman
2022-05-18[mlir][SCF] Fix scf.while bufferizationMatthias Springer
2022-05-17[mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionalityjfurtek
2022-05-17[mlir][LLVMIR] Use a new way to verify GEPOp indicesMin-Yih Hsu
2022-05-17[mlir] vim: add bf16 typeCullen Rhodes
2022-05-17[mlir][licm] Fix debug output with newlinesCullen Rhodes
2022-05-17[mlir][Tablegen-LSP] Don't link with llvm dylibDavid Spickett
2022-05-17[mlir] support isa/cast/dyn_cast<Operation *>(operation) againAlex Zinenko
2022-05-17[mlir][LLVMIR] Add support for translating insertelement/extractelement.jacquesguan
2022-05-17[mlir][sparse] Moved _mlir_ciface_newSparseTensor closer to its macroswren romano
2022-05-17[mlir][NFC] Fix the tags for various doc code blocksRiver Riddle
2022-05-17[mlir][PDLL] Tweak the grammar to highlight partial code betterRiver Riddle
2022-05-17[mlir][sparse] Restyling macros in the runtime librarywren romano
2022-05-17[mlir][NFC] Fix a few langref typosRiver Riddle
2022-05-17[mlir][Tablegen-LSP] Add support for a basic TableGen language serverRiver Riddle
2022-05-17[mlir][sparse] Adding "final" keyword wherever appropriatewren romano
2022-05-17[mlir][sparse] Enhancing sparse=>sparse conversion.wren romano
2022-05-17[mlir] Restrict dialect doc gen to a single dialectRiver Riddle
2022-05-17[mlir] allow for re-registering extension opsAlex Zinenko
2022-05-17[mlir][bufferize] Better propagation of errorsMatthias Springer
2022-05-17[mlir][ods] Fix verification of attribute + colon type ambiguityMogball
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle
2022-05-16[mlir][transforms] Add a topological sort utility and passMogball
2022-05-16[mlir][ods] Ignore AttributeSelfTypeParameter in assembly formatsMogball
2022-05-16[mlir][sparse] introduce complex type to sparse tensor supportAart Bik
2022-05-16[mlir][tosa] Use math.ctlz intrinsic for tosa.clzRobert Suderman
2022-05-16[mlir:toy][NFC] Remove unnecessary trailing return typeJakub Kuderski
2022-05-16[mlir][bufferize] Better user control of layout mapsMatthias Springer
2022-05-16Apply clang-tidy fixes for llvm-qualified-auto in LinalgInterfaces.cpp (NFC)Mehdi Amini
2022-05-16Apply clang-tidy fixes for performance-move-const-arg in SerializeToHsaco.cpp...Mehdi Amini
2022-05-16[mlir][bufferize] Infer memref types when possibleMatthias Springer
2022-05-15[mlir][LLVMIR] Add support for translating shufflevectorMin-Yih Hsu
2022-05-15[mlir][LLVMIR] Add support for translating insert/extractvalueMin-Yih Hsu