summaryrefslogtreecommitdiff
path: root/mlir/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* [mlir][LLVMIR] Add support for InlineAsmOpNicolas Vasilache2020-11-302-0/+37
* [mlir] Let ModuleTranslate propagate LLVM tripleNicolas Vasilache2020-11-271-0/+3
* [mlir][BuiltinDialect] Resolve comments from D91571River Riddle2020-11-194-4/+4
* [mlir][NFC] Remove references to Module.h and Function.hRiver Riddle2020-11-174-5/+4
* [MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC.Scott Todd2020-11-131-0/+11
* [mlir][llvm] Expose getters for alias and align attribute namesStephan Herhut2020-11-111-2/+4
* [OMPIRBuilder] Start 'Create' methods with lower case. NFC.Michael Kruse2020-11-091-5/+5
* Check for nullptr before dereferencing in translateModuleToLLVMIR()Mehdi Amini2020-11-061-1/+3
* [MLIR] NFC : Move OpenMP dialect include to translationKiran Chandramohan2020-11-031-0/+1
* [mlir] NFC: fix trivial typosKazuaki Ishizaki2020-10-291-1/+1
* [OpenMP][MLIR] Fix for nested parallel regionsKiran Chandramohan2020-10-191-12/+15
* [MLIR][LLVM] Fixed `topologicalSort()` to iterative versionGeorge Mitenkov2020-10-021-14/+8
* [MLIR] Avoid adding debuginfo for a function if it contains calls that has no...Tim Shen2020-09-292-1/+18
* [mlir] Fix shared libs buildAndrzej Warzynski2020-09-291-1/+1
* Remove dependency from LLVM Dialect on the OpenMP dialectMehdi Amini2020-09-293-4/+6
* [mlir][ODS] Use c++ types for integer attributes of fixed width when possible.River Riddle2020-09-011-1/+1
* Fix build failures caused by f4257c5832aa51e960e7351929ca3d37031985b7David Sherwood2020-08-281-4/+4
* Add a `dialect_registration` callback for "translations" registered with mlir...Mehdi Amini2020-08-234-5/+19
* [mlir] fix build after llvm made ElementCount constructor privateAlex Zinenko2020-08-191-1/+1
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-192-3/+3
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-192-3/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-182-3/+3
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-182-3/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-182-3/+3
* [mlir] Move data layout from LLVMDialect to module Op attributesAlex Zinenko2020-08-171-4/+4
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-152-3/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-152-3/+3
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-152-3/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-142-3/+3
* [MLIR,OpenMP] Lowering of parallel operation: proc_bind clause 2/nKiran Chandramohan2020-08-121-29/+29
* [OpenMP,MLIR] Translation of parallel operation: num_threads, if clauses 3/nKiran Chandramohan2020-08-071-0/+5
* [mlir][Attribute] Remove usages of Attribute::getKindRiver Riddle2020-08-071-19/+11
* [mlir] do not require LLVMDialect in conversion from LLVM IRAlex Zinenko2020-08-071-11/+5
* [mlir] take LLVMContext in MLIR-to-LLVM-IR translationAlex Zinenko2020-08-075-38/+33
* [mlir] use the new stateful LLVM type translator by defaultAlex Zinenko2020-08-063-95/+54
* [mlir] Fix GCC5 compilation problem in MLIR->LLVM type translationAlex Zinenko2020-08-041-2/+2
* [mlir] switch the modeling of LLVM types to use the new mechanismAlex Zinenko2020-08-042-24/+27
* [mlir] translate types between MLIR LLVM dialect and LLVM IRAlex Zinenko2020-08-042-0/+310
* [MLIR,OpenMP][NFCI] Removed loop for accessing regions of ParallelOpSourabh Singh Tomar2020-07-311-8/+7
* [MLIR][OpenMP] Fix OpenMPIRBuilder usage after D82470Johannes Doerfert2020-07-301-1/+5
* [mlir] LLVMType: make getUnderlyingType privateAlex Zinenko2020-07-292-14/+15
* [MLIR][LLVMDialect] Added branch weights attribute to CondBrOpGeorge Mitenkov2020-07-241-1/+15
* [mlir] Support translating function linkage between MLIR and LLVM IRAlex Zinenko2020-07-202-2/+4
* Lowering of OpenMP Parallel operation to LLVM IR 1/nKiran Chandramohan2020-07-131-71/+160
* [MLIR] Change ODS collective params build method to provide an empty default ...Rahul Joshi2020-07-131-4/+3
* [mlir] Convert function signatures before converting globalsSean Silva2020-07-071-2/+11
* [mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle2020-07-073-4/+4
* [MLIR] Add variadic isa<> for Type, Value, and AttributeRahul Joshi2020-06-291-2/+1
* [SVE] Remove calls to VectorType::getNumElements from mlirChristopher Tetreault2020-06-291-1/+1
* [mlir] LLVM dialect: use addressof instead of constant to create function poi...Alex Zinenko2020-06-292-2/+10