summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/Region.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace some remnant uses of "inst" with "op".Sean Silva2019-11-061-3/+3
* Assert that region is not cloned into itself.Christian Sigg2019-10-091-0/+1
* Make isIsolatedAbove robuster to invalid IRJacques Pienaar2019-09-041-0/+9
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-7/+0
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-10/+10
* Refactor the conversion of block argument types in DialectConversion.River Riddle2019-07-191-0/+7
* FuncOp::eraseBody: drop all references before erasing blocksAlex Zinenko2019-07-121-2/+6
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+0
* NFC: Remove Region::getContainingFunction as Functions are now Operations.River Riddle2019-07-041-11/+1
* Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle2019-07-031-15/+12
* NFC: Update the Operation 'walk' methods to use llvm::function_ref instead of...River Riddle2019-07-021-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-5/+5
* Cleanup the 'clone' methods and remove the need to explicitly pass in the con...River Riddle2019-06-271-6/+11
* Factor Region::getUsedValuesDefinedAbove into Transforms/RegionUtilsAlex Zinenko2019-06-191-23/+9
* Move the Region type out to its own .h/.cpp file instead of putting it intoChris Lattner2019-06-191-0/+224
OpenPOWER on IntegriCloud