summaryrefslogtreecommitdiffstats
path: root/mlir/lib/EDSC
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-062-5/+5
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-112-9/+9
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-233-20/+21
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-234-52/+16
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-223-21/+20
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-2/+2
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-182-14/+14
* Add support for float and string attributes to the C API and python bindingsMLIR Team2019-12-171-0/+12
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-131-2/+0
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-1/+0
* NFC: Convert CmpIPredicate in StandardOps to use EnumAttrLei Zhang2019-11-151-6/+6
* Add missing dependency on MLIRIR on MLIREDSCInterfaceMehdi Amini2019-10-241-0/+1
* Lower vector transfer ops to loop.for operations.Nicolas Vasilache2019-10-182-5/+1
* Automated rollback of commit 575405f4d6762830c1c4520569de4e4ed3c8eed5Nicolas Vasilache2019-10-182-17/+57
* Automated rollback of commit b65c8bb5d6ab418bb3fcd0302aee19d3615d90f1River Riddle2019-10-172-57/+17
* Add EDSC support for loop.for operationsNicolas Vasilache2019-10-172-17/+57
* Rename LoopNestBuilder to AffineLoopNestBuilder - NFCNicolas Vasilache2019-10-171-6/+5
* Expose mlir::parseType to bindingsAlex Zinenko2019-10-152-26/+33
* Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache2019-08-191-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-192-2/+2
* Add support for floating-point comparison 'fcmp' to the LLVM dialect.Nagy Mostafa2019-08-081-9/+43
* Remove the 'region' field from OpBuilder.River Riddle2019-07-121-1/+1
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Remove the various "::getFunction" methods.River Riddle2019-07-081-2/+2
* Add a folder-based EDSC intrinsics constructor (NFC)Nicolas Vasilache2019-07-011-0/+1
* NFC: Remove the 'context' parameter from OperationState.River Riddle2019-06-221-2/+1
* Uniformize usage of OpBuilder& (NFC)Nicolas Vasilache2019-06-221-16/+14
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-5/+4
* Don't use ShapedType to indicate vector or tensor typeGeoffrey Martin-Noble2019-06-011-1/+2
* Remove "size" property of affine maps.MLIR Team2019-06-011-1/+1
* EDSC: use llvm::function_ref instead of std::functionAlex Zinenko2019-06-011-3/+4
* Use lambdas for nesting edsc constructs.Nicolas Vasilache2019-05-202-8/+13
* Add support for saving and restoring the insertion point of a FuncBuilder...River Riddle2019-05-201-4/+14
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-1/+1
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-203-3/+3
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-3/+3
* Automated rollback of changelist 247778391.MLIR Team2019-05-201-3/+3
* Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...River Riddle2019-05-201-3/+3
* Add missing dependencies for EDSC and linalg librariesLei Zhang2019-04-111-0/+6
* Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no...River Riddle2019-04-071-3/+1
* Add missing source file in CMakeLists.txtMehdi Amini2019-04-031-0/+1
* Fix CMake buildMehdi Amini2019-04-032-603/+0
* Drop MLIREmitter-based version of the EDSCAlex Zinenko2019-04-032-1382/+103
* Add build files and update README.Jacques Pienaar2019-03-301-0/+11
* Cleanup SuperVectorization dialect printing and parsing.Nicolas Vasilache2019-03-293-3/+3
* Remove the LowerEDSCTestPass.River Riddle2019-03-291-61/+0
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-295-36/+36
* Introduce affine terminatorAlex Zinenko2019-03-292-5/+1
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-292-11/+10
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-1/+1
OpenPOWER on IntegriCloud