| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce a new operation hook point for implementing simple local | Chris Lattner | 2019-03-29 | 1 | -7/+44 |
* | Swap the type and attribute parameter in ConstantOp::build() | Lei Zhang | 2019-03-29 | 1 | -2/+2 |
* | Simplify GreedyPatternRewriteDriver now that functions are merged into one | Chris Lattner | 2019-03-29 | 1 | -116/+50 |
* | Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
* | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
* | Merge Operation into OperationInst and standardize nomenclature around | Chris Lattner | 2019-03-29 | 1 | -20/+19 |
* | Rework inherentance hierarchy: Operation now derives from Statement, and | Chris Lattner | 2019-03-29 | 1 | -13/+2 |
* | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new | Chris Lattner | 2019-03-29 | 1 | -8/+8 |
* | 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 | -10/+11 |
* | Refactor MLFunction to contain a StmtBlock for its body instead of inheriting | Chris Lattner | 2019-03-29 | 1 | -1/+2 |
* | Check if the operation is already in the worklist before adding it. | River Riddle | 2019-03-29 | 1 | -0/+4 |
* | Split "rewrite" functionality out of Pattern into a new RewritePattern derived | Chris Lattner | 2019-03-29 | 1 | -5/+11 |
* | [MLIR] Rename OperationInst to Instruction. | River Riddle | 2019-03-29 | 1 | -2/+2 |
* | Implement value type abstraction for types. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Add support for walking the use list of an SSAValue and converting owners to | Chris Lattner | 2019-03-29 | 1 | -50/+20 |
* | Fix two issues: | Chris Lattner | 2019-03-29 | 1 | -3/+25 |
* | Refactor all of the canonicalization patterns out of the Canonicalize pass, and | Chris Lattner | 2019-03-29 | 1 | -2/+1 |
* | Implement value type abstraction for attributes. | River Riddle | 2019-03-29 | 1 | -3/+3 |
* | Move transform utilities out to their own TransformUtils library, instead of | Chris Lattner | 2019-03-29 | 1 | -0/+343 |