summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update dma-generate: update for multiple load/store op's per memrefUday Bondhugula2019-03-291-1/+3
* Allocate private/local buffers for slices accurately during fusionUday Bondhugula2019-03-291-18/+10
* Minor code cleanup - NFC.Uday Bondhugula2019-03-291-8/+4
* Simplify compositions of AffineApplyNicolas Vasilache2019-03-291-81/+7
* Misc readability and doc / code comment related improvements - NFCUday Bondhugula2019-03-291-22/+10
* Update and generalize various passes to work on both CFG and ML functions,Chris Lattner2019-03-291-2/+0
* Simplify the remapFunctionAttrs logic, merging CFG/ML function handling.Chris Lattner2019-03-291-30/+3
* Introduce PostDominanceInfo, fix properlyDominates() for InstructionsUday Bondhugula2019-03-291-1/+6
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-76/+76
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-1/+1
* Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),Chris Lattner2019-03-291-7/+7
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-16/+17
* Minor renamings: Trim the "Stmt" prefix offChris Lattner2019-03-291-4/+3
* Merge SSAValue, CFGValue, and MLValue together into a single Value class, whichChris Lattner2019-03-291-21/+18
* Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti...Chris Lattner2019-03-291-7/+7
* Update/fix -pipeline-data-transfer; fix b/120770946Uday Bondhugula2019-03-291-1/+1
* Fix cases where unsigned / signed arithmetic was being mixed (following up onUday Bondhugula2019-03-291-4/+4
* Minor fix for replaceAllMemRefUsesWith.Uday Bondhugula2019-03-291-12/+10
* Fix bugs in DMA generation and FlatAffineConstraints; add more testUday Bondhugula2019-03-291-9/+24
* Updates to transformation/analysis passes/utilities. Update DMA generation passUday Bondhugula2019-03-291-8/+16
* ConvertToCFG: properly remap nested function attributes.Alex Zinenko2019-03-291-0/+56
* Switch IntegerAttr to use APInt.Jacques Pienaar2019-03-291-4/+4
* Implement value type abstraction for locations.River Riddle2019-03-291-1/+1
* Enable constructing a FuncBuilder using a Operation*.Jacques Pienaar2019-03-291-22/+24
* Implement value type abstraction for types.River Riddle2019-03-291-5/+5
* Implement value type abstraction for attributes.River Riddle2019-03-291-5/+5
* Move transform utilities out to their own TransformUtils library, instead ofChris Lattner2019-03-291-0/+394
OpenPOWER on IntegriCloud