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-05-18[mlir][ods] Simplify useDefaultType/AttributePrinterParserMogball
2022-05-16[mlir:toy][NFC] Remove unnecessary trailing return typeJakub Kuderski
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2022-04-21[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-07[MLIR] Standalone: Fix copy-and-paste typo (NFC)Lorenzo Chelini
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck
2022-03-17[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall
2022-03-16[mlir:Toy][NFC] Switch toy to use prefixed accessorsRiver Riddle
2022-03-16[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2022-03-15[mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.tdRiver Riddle
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-09[mlir:toy][NFC] Add comment blocks for toy operations.River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
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-07[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceF...Christian Sigg
2022-03-02[mlir][NFC] Remove several dead references to the old standard dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-03-01[MLIR][Standalone] Don't look for Python if bindings are OFFLorenzo Chelini
2022-02-23[mlir][NFC] Use options struct in ExecutionEngine::createEmilio Cota
2022-02-08[mlir] Update Toy operations to use the `hasCustomAssemblyFormat` fieldRiver Riddle
2022-02-07[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-02-03[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`River Riddle
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das
2022-01-31Replace OwningModuleRef with OwningOpRef<ModuleOp>Sanjoy Das
2022-01-27[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2022-01-19[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2022-01-14Apply clang-tidy fixes for performance-unnecessary-value-param in MLIRGen.cpp...Mehdi Amini
2022-01-14Apply clang-tidy fixes for readability-identifier-naming to MLIR (NFC)Mehdi Amini
2022-01-14Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini
2022-01-14Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)Mehdi Amini
2022-01-14Apply clang-tidy fixes for llvm-header-guard in MLIR (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-22[mlir] Move trait to InferTypeOpInterfaceJacques Pienaar
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-11-15Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini
2021-11-12[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball
2021-10-14[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-21[mlir] Add value_begin/value_end methods to DenseElementsAttrRiver Riddle
2021-08-31Change ASM Op printer to print the operation name in the framework instead of...Mehdi Amini
2021-08-31[Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.Chris Lattner