summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/OperationSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Fix indexed_accessor_range to properly forward the derived class.River Riddle2020-01-031-2/+2
* [mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle2020-01-021-14/+20
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-8/+7
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-7/+8
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-8/+7
* 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-6/+7
* Refactor the various operand/result/type iterators to use indexed_accessor_ra...River Riddle2019-12-101-0/+47
* Replace spurious SmallVector constructions with ValueRangeUday Bondhugula2019-12-091-1/+1
* Update the builder API to take ValueRange instead of ArrayRef<Value *>River Riddle2019-12-071-1/+13
* NFC: Remove the explicit context from Operation::create and OperationState.River Riddle2019-08-261-7/+4
* gpu::LaunchOp: canonicalize away constant kernel argumentsAlex Zinenko2019-07-011-1/+2
* NFC: Remove the 'context' parameter from OperationState.River Riddle2019-06-221-10/+9
* Rename InstOperand to OpOperand.River Riddle2019-03-291-12/+12
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-3/+78
* Allow creating standalone RegionsAlex Zinenko2019-03-291-0/+62
OpenPOWER on IntegriCloud