Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mlir] Update the CallGraph for nested symbol references, and simplify Callab... | River Riddle | 2020-01-13 | 1 | -56/+25 |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -1/+1 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -1/+1 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V... | River Riddle | 2019-12-22 | 1 | -1/+1 |
* | Fix 'the the' typo. | Alexander Belyaev | 2019-11-20 | 1 | -1/+1 |
* | Add support for nested symbol references. | River Riddle | 2019-11-11 | 1 | -1/+3 |
* | Add support for canonicalizing callable regions during inlining. | River Riddle | 2019-10-10 | 1 | -11/+31 |
* | Add initial callgraph support. | River Riddle | 2019-09-23 | 1 | -0/+212 |
* | Add interfaces for call-like/callable operations. | River Riddle | 2019-09-23 | 1 | -0/+31 |