summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
AgeCommit message (Expand)Author
2020-01-14[mlir] Fix translation of splat constants to LLVM IRAlex Zinenko
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle
2020-01-01[mlir] Fix -Wrange-loo-analysis warningsFangrui Song
2019-12-23NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-22NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle
2019-12-19Detemplatize ModuleTranslation::lookupValuesAlex Zinenko
2019-12-18NFC: Cleanup non-conforming usages of namespaces.River Riddle
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle
2019-12-18Move function template definition to the header file. NFCAlex Zinenko
2019-12-16Remove LLVM dependency on mlir::Module and instead check Traits.Tres Popp
2019-12-02Introduce Linkage attribute to the LLVM dialectAlex Zinenko
2019-11-11Add support for nested symbol references.River Riddle
2019-11-05[llvm] Allow GlobalOp to take a region for complex initializersJames Molloy
2019-10-10Translation to LLVM: check the validity of module-level OpsAlex Zinenko
2019-10-10Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko
2019-09-21Make GlobalOp's value attribute optional.Christian Sigg
2019-09-19Add address space attribute to LLVMIR's GlobalOp.MLIR Team
2019-09-04Add support for array-typed constants.MLIR Team
2019-09-03LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko
2019-08-22Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle
2019-08-21Automated rollback of commit b9dc2e481818315f2f0d87455349f497f6118a4cRiver Riddle
2019-08-21Add iterator support to ElementsAttr and SparseElementsAttr.River Riddle
2019-08-19NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle
2019-08-12Use unreachable post switch rather than default case.Jacques Pienaar
2019-08-12LLVM dialect: introduce llvm.addressof to access globalsAlex Zinenko
2019-08-09Translation to LLVM IR: use LogicalResult instead of boolAlex Zinenko
2019-08-09LLVM dialect and translation: support global stringsAlex Zinenko
2019-08-09Translation to LLVM: support llvm.globalAlex Zinenko
2019-08-08Add support for floating-point comparison 'fcmp' to the LLVM dialect.Nagy Mostafa
2019-07-16Decouple LLVM dialect from Standard dialectAlex Zinenko
2019-07-12Rename FunctionAttr to SymbolRefAttr.River Riddle
2019-07-10NFC: Rename Module to ModuleOp.River Riddle
2019-07-10NFC: Rename Function to FuncOp.River Riddle
2019-07-08NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle
2019-07-02NFC: Refactor Module to be value typed.River Riddle
2019-07-01NFC: Refactor Function to be value typed.River Riddle
2019-06-26Add a new AttributeElementIterator to DenseElementsAttr.River Riddle
2019-06-25Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle
2019-06-19Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...River Riddle
2019-06-19Refactor DenseElementsAttr to support auto-splatting the dense data on constr...River Riddle
2019-06-01 Add support for llvm.constant with StringAttr as value.Stephan Herhut
2019-06-01 Refactor FunctionAttr to hold the internal function reference by name ins...River Riddle
2019-05-20 Add support for streaming an OperationName into a Diagnostic.River Riddle
2019-05-20 Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar
2019-05-20 Add a utility method to MLIRContext get a registered dialect with the der...River Riddle
2019-05-20 Replace Operation::isa with llvm::isa.River Riddle
2019-05-20 Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle
2019-05-20 Automated rollback of changelist 247778391.MLIR Team
2019-05-20 Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle