summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-36/+36
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-15/+15
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-13/+13
* LLVMFuncOp: implement addEntryBlockAlex Zinenko2019-12-191-1/+15
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-2/+2
* Replace code with equivalent satisfiesLLVMModule() function call.Tres Popp2019-12-171-3/+1
* Remove LLVM dependency on mlir::Module and instead check Traits.Tres Popp2019-12-161-3/+13
* NFC: Cleanup the various Op::print methods.River Riddle2019-12-121-11/+5
* LLVM::GlobalOp: take address space as builder argumentAlex Zinenko2019-12-061-1/+4
* LLVM::AddressOfOp: properly take into account the address spaceAlex Zinenko2019-12-061-1/+2
* Add linkage support to LLVMFuncOpAlex Zinenko2019-12-031-41/+125
* Introduce Linkage attribute to the LLVM dialectAlex Zinenko2019-12-021-7/+87
* Split out FunctionLike printing/parsing into FunctionImplementation.{h,cpp}Alex Zinenko2019-11-281-0/+1
* Allow LLVM::ExtractElementOp to have non-i32 indices.MLIR Team2019-11-251-17/+14
* [llvm] Allow GlobalOp to take a region for complex initializersJames Molloy2019-11-051-1/+23
* NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...River Riddle2019-11-051-24/+22
* Remove the need for passing a location to parseAttribute/parseType.River Riddle2019-11-011-2/+3
* Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...River Riddle2019-11-011-3/+6
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-3/+3
* Get active source lane predicate from shuffle instruction.Christian Sigg2019-10-191-0/+3
* Add support for function result attributes.Sean Silva2019-10-181-0/+15
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-3/+3
* Add LLVM IR dialect hooks for FP128 and X86_FP80 typesEric Schweitz2019-10-111-1/+10
* LLVM Dialect: introduce llvm.mlir.null operationAlex Zinenko2019-10-111-0/+27
* Add support for parsing/printing non bare-identifier SymbolRefs.River Riddle2019-10-081-2/+3
* Allow null Attribute for value when building GlobalOp.Christian Sigg2019-09-241-1/+2
* Make GlobalOp's value attribute optional.Christian Sigg2019-09-211-11/+19
* NFC: Pass OpAsmPrinter by reference instead of by pointer.River Riddle2019-09-201-103/+103
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-107/+107
* NFC: Pass OpAsmParser by reference instead of by pointer.River Riddle2019-09-201-182/+180
* LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko2019-09-031-5/+6
* ConvertLaunchFuncToCudaCalls: use LLVM dialect globalsAlex Zinenko2019-08-201-0/+31
* Add support for LLVM lowering of binary ops on n-D vector typesNicolas Vasilache2019-08-201-0/+5
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-0/+1394
OpenPOWER on IntegriCloud