summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR
AgeCommit message (Expand)Author
2021-01-26[mlir] sret and byval now require a type argument when constructed.Eric Schweitz
2021-01-15[mlir] Add better support for f80 and f128Valentin Clement
2021-01-12[mlir][openmp][NFCI] Rename `continuationIP` to `continuationBlock`Sourabh Singh Tomar
2021-01-12[mlir] use built-in vector types instead of LLVM dialect types when possibleAlex Zinenko
2021-01-08[mlir] replace LLVM dialect float types with built-insAlex Zinenko
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] replace LLVMIntegerType with built-in integer typeAlex Zinenko
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-17[mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle
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-14[mlir][ArmSVE][RFC] Add an ArmSVE dialectJavier Setoain
2020-12-14[flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg
2020-12-11[mlir][ArmNeon][RFC] Add a Neon dialectNicolas Vasilache
2020-12-10[mlir] Explicitly track branch instructions in translation to LLVM IRAlex Zinenko
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
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-13[MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC.Scott Todd
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-11-06Check for nullptr before dereferencing in translateModuleToLLVMIR()Mehdi Amini
2020-11-03[MLIR] NFC : Move OpenMP dialect include to translationKiran Chandramohan
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-29[MLIR] Avoid adding debuginfo for a function if it contains calls that has no...Tim Shen
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-28Fix build failures caused by f4257c5832aa51e960e7351929ca3d37031985b7David Sherwood
2020-08-23Add a `dialect_registration` callback for "translations" registered with mlir...Mehdi Amini
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