summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/Value.cpp
AgeCommit message (Expand)Author
2019-03-29Define the AffineForOp and replace ForInst with it. This patch is largely mec...River Riddle
2019-03-29Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...River Riddle
2019-03-29 Automated rollback of changelist 231318632.Nicolas Vasilache
2019-03-29Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...River Riddle
2019-03-29Change the ForInst induction variable to be a block argument of the body inst...River Riddle
2019-03-29Drop all uses of the ForInst induction variable before deleting ForInstAlex Zinenko
2019-03-29Standardize naming of statements -> instructions, revisting the code base to beChris Lattner
2019-03-29Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner
2019-03-29Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),Chris Lattner
2019-03-29Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner
2019-03-29Rework inherentance hierarchy: Operation now derives from Statement, andChris Lattner
2019-03-29Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single newChris Lattner