Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mlir] NFC: Remove unused variable. | River Riddle | 2020-01-13 | 1 | -1/+1 |
* | [mlir] Update the use-list algorithms in SymbolTable to support nested refere... | River Riddle | 2020-01-13 | 1 | -42/+60 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Move ModuleManager functionality into mlir::SymbolTable. | Tres Popp | 2019-12-05 | 1 | -1/+17 |
* | Add support for replacing all uses of a symbol. | River Riddle | 2019-10-24 | 1 | -0/+19 |
* | Add a Symbol trait to simplify defining operations that represent symbols. | River Riddle | 2019-10-21 | 1 | -2/+2 |
* | Update the symbol utility methods to handle the case of unknown operations. | River Riddle | 2019-10-08 | 1 | -18/+21 |
* | Add support for walking the uses of a symbol. | River Riddle | 2019-10-08 | 1 | -0/+63 |