| Commit message (Expand) | Author | Age | Files | Lines |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -2/+2 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -1/+1 |
* | Resubmit: ReImplement the Value classes as value-typed objects wrapping an in... | River Riddle | 2019-12-23 | 1 | -1/+1 |
* | Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e | MLIR Team | 2019-12-23 | 1 | -1/+1 |
* | ReImplement the Value classes as value-typed objects wrapping an internal poi... | 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 |
* | Replace some remnant uses of "inst" with "op". | Sean Silva | 2019-11-06 | 1 | -6/+5 |
* | Add a pair of hooks to DominanceInfo. | Eric Schweitz | 2019-10-01 | 1 | -0/+11 |
* | Fix nested dominance relationship between parent results and child operations. | River Riddle | 2019-09-18 | 1 | -1/+7 |
* | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -1/+1 |
* | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -1/+1 |
* | Replace the implementation of Function and Module with FuncOp and ModuleOp. | River Riddle | 2019-07-03 | 1 | -33/+16 |
* | Generalize the CFG graph printing for Functions to work on Regions instead. | River Riddle | 2019-07-01 | 1 | -0/+6 |
* | NFC: Refactor Function to be value typed. | River Riddle | 2019-07-01 | 1 | -5/+4 |
* | Add a general Operation::verify that verifies an operation instance and the d... | River Riddle | 2019-06-11 | 1 | -1/+5 |
* | Support constructing DominanceInfo with an Operation. This computes the domin... | River Riddle | 2019-06-09 | 1 | -1/+19 |
* | Replace usages of Instruction with Operation in the /Analysis directory. | River Riddle | 2019-03-29 | 1 | -10/+10 |
* | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -2/+2 |
* | Rename the Instruction class to Operation. This just renames the class, usage... | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Remove const from Value, Instruction, Argument, and the various methods on the | Chris Lattner | 2019-03-29 | 1 | -6/+4 |
* | Remove const from mlir::Block. | Chris Lattner | 2019-03-29 | 1 | -2/+1 |
* | Remove some statements that required >C++11, add includes and qualify names. ... | Jacques Pienaar | 2019-03-29 | 1 | -2/+2 |
* | Rename BlockList into Region | Alex Zinenko | 2019-03-29 | 1 | -16/+16 |
* | Rewrite the dominance info classes to allow for operating on arbitrary contro... | River Riddle | 2019-03-29 | 1 | -54/+72 |
* | Fold the functionality of OperationInst into Instruction. OperationInst still... | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Change the ForInst induction variable to be a block argument of the body inst... | River Riddle | 2019-03-29 | 1 | -8/+3 |
* | Add order bit to instructions to lazily track dominance queries. This improve... | River Riddle | 2019-03-29 | 1 | -50/+6 |
* | Fix outdated comments | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
* | Introduce PostDominanceInfo, fix properlyDominates() for Instructions | Uday Bondhugula | 2019-03-29 | 1 | -5/+63 |
* | Fix dominates() for block's. | Uday Bondhugula | 2019-03-29 | 1 | -12/+15 |
* | Merge the verifier logic for all functions into a unified framework, this | Chris Lattner | 2019-03-29 | 1 | -22/+69 |
* | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ... | Chris Lattner | 2019-03-29 | 1 | -5/+5 |
* | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(), | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti... | Chris Lattner | 2019-03-29 | 1 | -1/+2 |
* | Merge OperationInst functionality into Instruction. | River Riddle | 2019-03-29 | 1 | -6/+4 |
* | Replace TerminatorInst with builtin terminator operations. | River Riddle | 2019-03-29 | 1 | -4/+4 |
* | Introduce [post]dominator tree and related infrastructure, use it in CFG func | Chris Lattner | 2019-03-29 | 1 | -0/+81 |