| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update dma-generate: update for multiple load/store op's per memref | Uday Bondhugula | 2019-03-29 | 1 | -1/+3 |
* | Allocate private/local buffers for slices accurately during fusion | Uday Bondhugula | 2019-03-29 | 1 | -18/+10 |
* | Minor code cleanup - NFC. | Uday Bondhugula | 2019-03-29 | 1 | -8/+4 |
* | Simplify compositions of AffineApply | Nicolas Vasilache | 2019-03-29 | 1 | -81/+7 |
* | Misc readability and doc / code comment related improvements - NFC | Uday Bondhugula | 2019-03-29 | 1 | -22/+10 |
* | Update and generalize various passes to work on both CFG and ML functions, | Chris Lattner | 2019-03-29 | 1 | -2/+0 |
* | Simplify the remapFunctionAttrs logic, merging CFG/ML function handling. | Chris Lattner | 2019-03-29 | 1 | -30/+3 |
* | Introduce PostDominanceInfo, fix properlyDominates() for Instructions | Uday Bondhugula | 2019-03-29 | 1 | -1/+6 |
* | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -76/+76 |
* | 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 | -7/+7 |
* | Merge Operation into OperationInst and standardize nomenclature around | Chris Lattner | 2019-03-29 | 1 | -16/+17 |
* | Minor renamings: Trim the "Stmt" prefix off | Chris Lattner | 2019-03-29 | 1 | -4/+3 |
* | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -21/+18 |
* | Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti... | Chris Lattner | 2019-03-29 | 1 | -7/+7 |
* | Update/fix -pipeline-data-transfer; fix b/120770946 | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
* | Fix cases where unsigned / signed arithmetic was being mixed (following up on | Uday Bondhugula | 2019-03-29 | 1 | -4/+4 |
* | Minor fix for replaceAllMemRefUsesWith. | Uday Bondhugula | 2019-03-29 | 1 | -12/+10 |
* | Fix bugs in DMA generation and FlatAffineConstraints; add more test | Uday Bondhugula | 2019-03-29 | 1 | -9/+24 |
* | Updates to transformation/analysis passes/utilities. Update DMA generation pass | Uday Bondhugula | 2019-03-29 | 1 | -8/+16 |
* | ConvertToCFG: properly remap nested function attributes. | Alex Zinenko | 2019-03-29 | 1 | -0/+56 |
* | Switch IntegerAttr to use APInt. | Jacques Pienaar | 2019-03-29 | 1 | -4/+4 |
* | Implement value type abstraction for locations. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Enable constructing a FuncBuilder using a Operation*. | Jacques Pienaar | 2019-03-29 | 1 | -22/+24 |
* | Implement value type abstraction for types. | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Implement value type abstraction for attributes. | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Move transform utilities out to their own TransformUtils library, instead of | Chris Lattner | 2019-03-29 | 1 | -0/+394 |