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
AgeCommit message (Expand)Author
2022-03-11[mlir] Support verification order (3/3)Chia-hung Duan
2022-03-09[mlir][OpenMP] Generating enums in accordance with the guidelinesShraiysh Vaishay
2022-03-08[mlir][spirv] NFC: Move GLSL canonicalization pass to Transforms/Lei Zhang
2022-03-08[mlir][OpDSL] Support pointwise ops with rank zero inputs.gysit
2022-03-08[mlir][OpDSL] Add support for adding canonicalization patterns.gysit
2022-03-08[MLIR][OpDSL] Silence warning (NFC)Lorenzo Chelini
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-07[mlir] Fix dumping invalid opsSergei Grechanik
2022-03-07Apply clang-tidy fixes for modernize-use-emplace to MLIR (NFC)Mehdi Amini
2022-03-07Apply clang-tidy fixes for modernize-use-default-member-init to MLIR (NFC)Mehdi Amini
2022-03-07[mlir][NFC] Move Translation.h to a Tools/mlir-translate directoryRiver Riddle
2022-03-07[mlir][NFC] Move MlirOptMain to the Tools/ directoryRiver Riddle
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle
2022-03-04[PDLL] Add support for tablegen includes and importing ODS informationRiver Riddle
2022-03-03Revert "[mlir] Add extensible dialects"Andrzej Warzynski
2022-03-03[mlir][SPIRV] Split up StandardToSPIRV now that the Standard dialect is goneRiver Riddle
2022-03-02[mlir] Add extensible dialectsMathieu Fehr
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-03-01[mlir][OpDSL] Add arithmetic function attributes.gysit
2022-02-28[mlir-tblgen] Fix non-deterministic generating static verifier in DRR.Chia-hung Duan
2022-02-28[mlir] Purge linalg.tiled_loop.Alexander Belyaev
2022-02-26[mlir:PDLL] Add support for C++ generationRiver Riddle
2022-02-26[mlir:PDLL] Add support for PDL MLIR code generationRiver Riddle
2022-02-25[mlir] Support verification order (2/3)Chia-hung Duan
2022-02-25[mlir][OpDSL] Split arithmetic functions.gysit
2022-02-25[mlir][OpDSL] Refactor function handling.gysit
2022-02-25[mlir][OpDSL] Add type function attributes.gysit
2022-02-24[mlir][memref] Add transformation to do loop multi-bufferingThomas Raoux
2022-02-22[mlir][bufferize][NFC] Rename `comprehensive-function-bufferize` to `one-shot...Matthias Springer
2022-02-17[mlir] Added oilist primitiveShraiysh Vaishay
2022-02-16[mlir][tensor] Add a pattern to split tensor.pad opsLei Zhang
2022-02-15[mlir][ods] NFC fix compilation error on clang-8Mogball
2022-02-15[mlir][ods] Default-valued parameters in attribute or type defsMogball
2022-02-14[mlir][linalg] Add attributes to region builder (NFC).gysit
2022-02-14[mlir][OpDSL] Add default value to index attributes.gysit
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit
2022-02-09[mlir][ods] Attribute and type formats: support whitespacesMogball
2022-02-09[mlir][ods] NFC fix tblgen crash with empty assembly formatMogball
2022-02-08[mlir][ods] Optional Attribute or Type ParametersMogball
2022-02-08[mlir][Linalg] NFC: Combine elementwise fusion test passes.Mahesh Ravishankar
2022-02-08[mlir] ODS: require DefaultValuedAttr to be const-buildableAlex Zinenko
2022-02-08[mlir] Update uses of `parser`/`printer` ODS op field to `hasCustomAssemblyFo...River Riddle
2022-02-08[mlir:ODS] Deprecate Op parser/printer fields in favor of a new hasCustomAsse...River Riddle
2022-02-08Revert "[mlir][Linalg] NFC: Combine elementwise fusion test passes."Mahesh Ravishankar
2022-02-08[mlir][Linalg] NFC: Combine elementwise fusion test passes.Mahesh Ravishankar
2022-02-05[mlir][NFC] Fully qualify call to `mlir::success` in auto generated C++Markus Böck
2022-02-03[mlir][Rewrite] Add support for using an operation with no results as locationMarkus Böck
2022-02-03[mlir] Fix crash in RewriterGen when a `TypeConstraint` is not given an argumentMarkus Böck
2022-02-03[mlir] Refactor how additional verification is specified in ODSRiver Riddle
2022-02-02[mlir] Fully qualify generated C++ code in RewriterGen.cppMarkus Böck