| Age | Commit message (Expand) | Author |
| 2019-03-29 | Replace usages of "Op::operator->" with ".". | River Riddle |
| 2019-03-29 | Refactor the Pattern framework to allow for combined match/rewrite patterns. ... | River Riddle |
| 2019-03-29 | Update the constantFold/fold API to use LogicalResult instead of bool. | River Riddle |
| 2019-03-29 | NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ... | River Riddle |
| 2019-03-29 | Add a generic pattern matcher for matching constant values produced by an ope... | River Riddle |
| 2019-03-29 | Modify the canonicalizations of select and muli to use the fold hook. | River Riddle |
| 2019-03-29 | When canonicalizing only erase the operation after calling the 'fold' hook if... | River Riddle |
| 2019-03-29 | Remove remaining usages of OperationInst in lib/Transforms. | River Riddle |
| 2019-03-29 | Replace the walkOps/visitOperationInst variants from the InstWalkers with the... | River Riddle |
| 2019-03-29 | Introduce a new operation hook point for implementing simple local | Chris Lattner |
| 2019-03-29 | Swap the type and attribute parameter in ConstantOp::build() | Lei Zhang |
| 2019-03-29 | Simplify GreedyPatternRewriteDriver now that functions are merged into one | Chris Lattner |
| 2019-03-29 | Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the | Chris Lattner |
| 2019-03-29 | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner |
| 2019-03-29 | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner |
| 2019-03-29 | Merge Operation into OperationInst and standardize nomenclature around | Chris Lattner |
| 2019-03-29 | Rework inherentance hierarchy: Operation now derives from Statement, and | Chris Lattner |
| 2019-03-29 | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new | Chris Lattner |
| 2019-03-29 | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner |
| 2019-03-29 | Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti... | Chris Lattner |
| 2019-03-29 | Refactor MLFunction to contain a StmtBlock for its body instead of inheriting | Chris Lattner |
| 2019-03-29 | Check if the operation is already in the worklist before adding it. | River Riddle |
| 2019-03-29 | Split "rewrite" functionality out of Pattern into a new RewritePattern derived | Chris Lattner |
| 2019-03-29 | [MLIR] Rename OperationInst to Instruction. | River Riddle |
| 2019-03-29 | Implement value type abstraction for types. | River Riddle |
| 2019-03-29 | Add support for walking the use list of an SSAValue and converting owners to | Chris Lattner |
| 2019-03-29 | Fix two issues: | Chris Lattner |
| 2019-03-29 | Refactor all of the canonicalization patterns out of the Canonicalize pass, and | Chris Lattner |
| 2019-03-29 | Implement value type abstraction for attributes. | River Riddle |
| 2019-03-29 | Move transform utilities out to their own TransformUtils library, instead of | Chris Lattner |