summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/Builders.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] m_Constant()Lorenzo Chelini2020-01-131-2/+1
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-2/+2
* 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-2/+2
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-131-19/+61
* Make OpBuilder::insert virtual instead of OpBuilder::createOperation.River Riddle2019-12-111-10/+8
* NFC: Update std.subview op to use AttrSizedOperandSegmentsLei Zhang2019-12-021-0/+8
* Add support for nested symbol references.River Riddle2019-11-111-2/+7
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-69/+3
* Add convenience methods to create i8 and i16 attributes in Builder.Jing Pu2019-09-141-0/+8
* Support bf16 in Builder::getZeroAttrSmit Hinsu2019-09-021-3/+2
* Add support for LLVM lowering of binary ops on n-D vector typesNicolas Vasilache2019-08-201-0/+9
* Fix verification of zero-dim memref in affine.load/affine.store/std.load/std....Diego Caballero2019-08-071-0/+2
* Add a generic Linalg opNicolas Vasilache2019-08-021-0/+6
* Remove the 'region' field from OpBuilder.River Riddle2019-07-121-14/+22
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-5/+8
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-1/+1
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-2/+0
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-4/+4
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-2/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-2/+2
* Allow attaching a type to StringAttr.River Riddle2019-06-271-0/+4
* NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle2019-06-251-3/+3
* Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...River Riddle2019-06-191-5/+1
* Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...River Riddle2019-06-191-6/+2
* Remove the ability to directly construct a DenseElementsAttr with a raw chara...River Riddle2019-06-091-5/+0
* Support FP16 in getZeroAttr.MLIR Team2019-06-091-0/+6
* Add new 'createOrFold' methods to FuncBuilder to immediately try to fold an o...River Riddle2019-06-091-0/+26
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-6/+6
* Abstract the internal storage of the NamedAttributeList into a new attrib...River Riddle2019-06-011-0/+4
* Remove "size" property of affine maps.MLIR Team2019-06-011-10/+8
* Refactor FunctionAttr to hold the internal function reference by name ins...River Riddle2019-06-011-0/+3
* Refactor PatternRewriter to inherit from FuncBuilder instead of Builder. ...River Riddle2019-05-201-0/+2
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-9/+7
* Simplify several usages of attributes now that they always have a type an...River Riddle2019-05-101-4/+2
* Add support for a NoneType.River Riddle2019-05-061-0/+2
* Add support for Unit Attributes.River Riddle2019-05-061-0/+2
* Add methods for building array attributes in BuilderLei Zhang2019-04-071-0/+31
* Introduce affine terminatorAlex Zinenko2019-03-291-10/+1
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-6/+6
* Allow creating standalone RegionsAlex Zinenko2019-03-291-1/+8
* Continue pushing const out of the core IR types - in this case, remove constChris Lattner2019-03-291-1/+1
* Add support for building a DenseIntElementsAttr with ArrayRef<int64_t> values.River Riddle2019-03-291-0/+5
* Add support for a standard TupleType. Though this is a standard type, it mere...River Riddle2019-03-291-0/+4
* Rename BlockList into RegionAlex Zinenko2019-03-291-4/+3
* Add an assertion on the builder to ensure that a block is set before creating...Mehdi Amini2019-03-291-0/+1
* Provide a Builder::getNamedAttr and (Instruction|Function)::setAttr(StringRef...River Riddle2019-03-291-0/+4
* Make IndexType a standard type instead of a builtin. This also cleans up some...River Riddle2019-03-291-7/+7
OpenPOWER on IntegriCloud