summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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