summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/Region.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* 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-3/+3
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-2/+2
* Add new indexed_accessor_range_base and indexed_accessor_range classes that s...River Riddle2019-12-091-10/+16
* Add RegionRange for when need to abstract over different region iterationJacques Pienaar2019-12-091-0/+18
* 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