| Commit message (Expand) | Author | Age | Files | Lines |
* | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -6/+7 |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -2/+2 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -24/+24 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V... | River Riddle | 2019-12-22 | 1 | -30/+30 |
* | NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in... | River Riddle | 2019-12-18 | 1 | -5/+4 |
* | Replace some remnant uses of "inst" with "op". | Sean Silva | 2019-11-06 | 1 | -2/+2 |
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -8/+8 |
* | Fix typos, NFC. | Christian Sigg | 2019-10-04 | 1 | -1/+1 |
* | NFC: Move AffineOps dialect to the Dialect sub-directory. | River Riddle | 2019-08-20 | 1 | -1/+1 |
* | NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory. | River Riddle | 2019-08-19 | 1 | -1/+1 |
* | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -2/+2 |
* | Rename FunctionAttr to SymbolRefAttr. | River Riddle | 2019-07-12 | 1 | -0/+1 |
* | NFC: Remove Region::getContainingFunction as Functions are now Operations. | River Riddle | 2019-07-04 | 1 | -1/+1 |
* | Globally change load/store/dma_start/dma_wait operations over to affine.load/... | Andy Davis | 2019-07-03 | 1 | -8/+10 |
* | Return dependence result enum to distiguish between dependence result and err... | Andy Davis | 2019-06-11 | 1 | -18/+21 |
* | Fixes a small bug in computing dependence direction vectors, where equali... | Andy Davis | 2019-05-20 | 1 | -1/+4 |
* | Replace Operation::isa with llvm::isa. | River Riddle | 2019-05-20 | 1 | -3/+3 |
* | Remove unused `hasSingleNonZeroAt` function (NFC) | Mehdi Amini | 2019-05-10 | 1 | -15/+0 |
* | Rename isa_nonnull to isa_and_nonnull to match the upstream llvm name. | River Riddle | 2019-04-23 | 1 | -1/+1 |
* | Factor code to compute dependence components out of loop fusion pass, and... | Andy Davis | 2019-04-11 | 1 | -3/+47 |
* | Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no... | River Riddle | 2019-04-07 | 1 | -7/+4 |
* | Adds dependence analysis support for iteration domains with local variabl... | Andy Davis | 2019-04-05 | 1 | -49/+56 |
* | Replace usages of Instruction with Operation in the /Analysis directory. | River Riddle | 2019-03-29 | 1 | -35/+32 |
* | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Rename the Instruction class to Operation. This just renames the class, usage... | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Replace usages of "operator->" with "." for the AffineOps. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ... | River Riddle | 2019-03-29 | 1 | -4/+4 |
* | Remove OpPointer, cleaning up a ton of code. This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -3/+3 |
* | Remove const from Value, Instruction, Argument, and the various methods on the | Chris Lattner | 2019-03-29 | 1 | -14/+14 |
* | Remove const from mlir::Block. | Chris Lattner | 2019-03-29 | 1 | -4/+4 |
* | Fix misc bugs / TODOs / other improvements to analysis utils | Uday Bondhugula | 2019-03-29 | 1 | -0/+1 |
* | Move the success/failure functions out of LogicalResult and into the mlir nam... | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Rename Status to LogicalResult to avoid conflictions with the Status in xla/t... | River Riddle | 2019-03-29 | 1 | -10/+10 |
* | Convert ambiguous bool returns in /Analysis to use Status instead. | River Riddle | 2019-03-29 | 1 | -23/+23 |
* | NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ... | River Riddle | 2019-03-29 | 1 | -1/+0 |
* | Use consistent names for dialect op source files | Lei Zhang | 2019-03-29 | 1 | -1/+1 |
* | Loop fusion for input reuse. | MLIR Team | 2019-03-29 | 1 | -3/+7 |
* | Use Instruction::isBeforeInBlock instead of a linear scan | Uday Bondhugula | 2019-03-29 | 1 | -15/+7 |
* | Refactor AffineExprFlattener and move FlatAffineConstraints out of IR into | Uday Bondhugula | 2019-03-29 | 1 | -2/+2 |
* | Update direction vector computation to use FlatAffineConstraints::getLower/Up... | MLIR Team | 2019-03-29 | 1 | -48/+8 |
* | Automated rollback of changelist 232717775. | Uday Bondhugula | 2019-03-29 | 1 | -4/+4 |
* | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The... | River Riddle | 2019-03-29 | 1 | -4/+4 |
* | NFC: Rename affine_apply to affine.apply. This is the first step to adding a ... | River Riddle | 2019-03-29 | 1 | -2/+2 |
* | Refactor the affine analysis by moving some functionality to IR and some to A... | River Riddle | 2019-03-29 | 1 | -663/+2 |
* | NFC: Move AffineApplyOp to the AffineOps dialect. This also moves the isValid... | River Riddle | 2019-03-29 | 1 | -3/+3 |
* | Refactor common code getting memref access in getMemRefRegion - NFC | Uday Bondhugula | 2019-03-29 | 1 | -1/+2 |
* | Update MemRefAccess::getAccessMap to always canonicalize map + operands | Uday Bondhugula | 2019-03-29 | 1 | -0/+1 |
* | Begin the process of fully removing OperationInst. This patch cleans up refer... | River Riddle | 2019-03-29 | 1 | -3/+3 |
* | Fold the functionality of OperationInst into Instruction. OperationInst still... | River Riddle | 2019-03-29 | 1 | -1/+1 |