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-11-08[mlir][llvm] Update insertion point handling in LLVM import.Tobias Gysi
2022-10-21[mlir-translate] Support parsing operations other than 'builtin.module' as to...rkayaith
2022-10-21[LLVMIR] Use helper methods to set/check readnone attribute (NFC)Nikita Popov
2022-10-20[mlir][llvm] Use longer variable names in LLVM IR import (NFC).Tobias Gysi
2022-10-19[mlir][llvm] Ordered traversal in LLVM IR import.Tobias Gysi
2022-10-17[mlir][llvm] Add support for importing masked intrinsics from LLVM IR.Tobias Gysi
2022-10-15[mlir:ODS] Generate unwrapped operation attribute settersRiver Riddle
2022-10-14[mlir][llvm] Use tablegen to import atomic ops from LLVM IR.Tobias Gysi
2022-10-14[mlir][llvm] Use tablegen to import shufflevector from LLVM IR.Tobias Gysi
2022-10-14[mlir][llvm] Use tablegen to import extract/insert ops from LLVM IR.Tobias Gysi
2022-10-13[mlir][llvm] Use TableGen to import compare ops from LLVM IR.Tobias Gysi
2022-10-12[mlir][llvm] Tablegen based operation import from LLVM IR.Tobias Gysi
2022-10-11[mlir][llvm] Introduce a mapValue function in LLVMIR import (nfc).Tobias Gysi
2022-10-07[mlir][llvmir] Import intrinsics with attributes from LLVMIR.Tobias Gysi
2022-10-06[mlir][llvmir] Simpler error handling in ConvertFromLLVMIR (nfc).Tobias Gysi
2022-10-04[mlir][mlir-translation] patch for standalone-translation command line descri...changkaiyan
2022-10-03[mlir][llvmir] Add filename debug info when converting from LLVMIR.Tobias Gysi
2022-09-27[mlir][LLVMIR] Fix incorrect result type from llvm.fcmpMin-Yih Hsu
2022-09-27[mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IRMin-Yih Hsu
2022-09-21[mlir][LLVMIR] Do not create pseudo debug file name using llvm::InstructionMin-Yih Hsu
2022-08-25[mlir][LLVMIR] Parse some type attributes for LLVM function parametersAlexander Batashev
2022-08-24[mlir] Support llvm.readnone attribute for all FunctionOpInterface ops.Slava Zakharin
2022-08-18[mlir][LLVMIR] Change ShuffleVectorOp to use assembly formatJeff Niu
2022-08-13(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko
2022-08-12[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu
2022-07-29[mlir][LLVM] Rework the API of GEPOpMarkus Böck
2022-07-14[mlir] Use value instead of getValue (NFC)Kazu Hirata
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-16[mlir][LLVMIR] Use insertelement if needed when translating ConstantAggregateMin-Yih Hsu
2022-05-31[mlir] Support import llvm intrinsics.jacquesguan
2022-05-27[mlir][LLVM] Add support for Calling Convention in LLVMFuncOpAlexander Batashev
2022-05-21[mlir][LLVMIR] Add support for translating from some simple LLVM instructionsMin-Yih Hsu
2022-05-17[mlir][LLVMIR] Use a new way to verify GEPOp indicesMin-Yih Hsu
2022-05-17[mlir][LLVMIR] Add support for translating insertelement/extractelement.jacquesguan
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
2022-05-04[mlir][LLVMIR] Do not update instMap via assignments to entry referencesMin-Yih Hsu
2022-05-03[mlir][LLVMIR] Add support for translating Switch instructionMin-Yih Hsu
2022-05-03[mlir][LLVMIR] Add support for translating FCmp & FP constantsMin-Yih Hsu
2022-04-27[mlir][LLVMIR] Do not cache llvm::Constant into instMapMin-Yih Hsu
2022-04-27[mlir][LLVMIR] Do not cache Instruction generated on-the-flyMin-Yih Hsu
2022-04-27[mlir][LLVMIR] Add support for importing struct-type ConstantAggregate(Zero)Min-Yih Hsu
2022-04-15[mlir] Support opaque types in LLVM IR -> MLIR translationAlex Zinenko
2022-04-13[mlir][LLVM-IR] Added support for global variable attributesShraiysh Vaishay
2022-03-24[mlir] Make OpBuilder::createOperation to accept raw inputsChia-hung Duan
2022-03-07[mlir][NFC] Move Translation.h to a Tools/mlir-translate directoryRiver Riddle