summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
AgeCommit message (Expand)Author
2021-04-28[MLIR] Add and propagate section attribute for LLVM_GlobalOpRanjith Kumar H
2021-04-19[mlir][llvm] Add UnnamedAddr attribute to GlobalOpclementval
2021-04-15[mlir][NFC] Add a using directive for llvm::SetVectorRiver Riddle
2021-04-08Improve error message when tring to export to LLVM IR with a dialect missing ...Mehdi Amini
2021-03-25[mlir] Translate global initializers after creating all LLVM IR globalsJean Perier
2021-03-04[mlir] Add an AccessGroup attribute to load/store LLVM dialect ops and genera...Arpith C. Jacob
2021-03-04[mlir] Add loop codegen options to some LLVM dialect ops.Arpith C. Jacob
2021-02-18[mlir] generate enum translation functions with unused attributeAlex Zinenko
2021-02-17[mlir] silence unused-function warnings in table-generated codeAlex Zinenko
2021-02-16[mlir] Simplify ModuleTranslation for LLVM IRAlex Zinenko
2021-02-15[mlir] Use the interface-based translation for LLVM "intrinsic" dialectsAlex Zinenko
2021-02-12[mlir] Use dialect interfaces to translate OpenMP dialect to LLVM IRAlex Zinenko
2021-02-12[mlir] Introduce dialect interfaces for translation to LLVM IRAlex Zinenko
2021-02-11[mlir] make ModuleTranslation mapping fields privateAlex Zinenko
2021-02-09[mlir][IR] Remove the concept of `OperationProperties`River Riddle
2021-01-26[mlir] sret and byval now require a type argument when constructed.Eric Schweitz
2021-01-12[mlir][openmp][NFCI] Rename `continuationIP` to `continuationBlock`Sourabh Singh Tomar
2021-01-08[MLIR][OpenMP] Attribute to include WsLoop upperboundKiran Chandramohan
2021-01-07[mlir] Adds argument attributes for using LLVM's sret and byval attributesEric Schweitz
2021-01-07[mlir] revert 82f5ee3c3e601daad5Eric Schweitz
2021-01-07Adds argument attributes for using LLVM's sret and byval attributes toEric Schweitz
2021-01-07[mlir] Add fastmath flags support to some LLVM dialect opsIvan Butygin
2021-01-07[mlir] Refactor translation of OpenMP dialect ops to LLVM IRAlex Zinenko
2021-01-05[mlir] Remove LLVMType, LLVM dialect types now derive Type directlyAlex Zinenko
2020-12-23[mlir] Remove static constructors from LLVMTypeAlex Zinenko
2020-12-23[mlir] Add translation of omp.wsloop to LLVM IRAlex Zinenko
2020-12-22[mlir] Remove instance methods from LLVMTypeAlex Zinenko
2020-12-17Fix NDEBUG build after https://reviews.llvm.org/D93005.Christian Sigg
2020-12-17[mlir][LLVMIR] Add 'llvm.switch' opBrian Gesiak
2020-12-10[mlir] Explicitly track branch instructions in translation to LLVM IRAlex Zinenko
2020-12-07[MLIR,OpenMP] Added support for lowering MasterOp to LLVMIRSourabh Singh Tomar
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-12-02[OpenMPIRBuilder] forward arguments as pointers to outlined functionAlex Zinenko
2020-11-30[mlir][LLVMIR] Add support for InlineAsmOpNicolas Vasilache
2020-11-27[mlir] Let ModuleTranslate propagate LLVM tripleNicolas Vasilache
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-11-11[mlir][llvm] Expose getters for alias and align attribute namesStephan Herhut
2020-11-09[OMPIRBuilder] Start 'Create' methods with lower case. NFC.Michael Kruse
2020-10-29[mlir] NFC: fix trivial typosKazuaki Ishizaki
2020-10-19[OpenMP][MLIR] Fix for nested parallel regionsKiran Chandramohan
2020-10-02[MLIR][LLVM] Fixed `topologicalSort()` to iterative versionGeorge Mitenkov
2020-09-29Remove dependency from LLVM Dialect on the OpenMP dialectMehdi Amini
2020-09-01[mlir][ODS] Use c++ types for integer attributes of fixed width when possible.River Riddle
2020-08-19[mlir] fix build after llvm made ElementCount constructor privateAlex Zinenko
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini