| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -11/+11 |
| * | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -33/+32 |
| * | 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 | -46/+47 |
| * | NFC: Cleanup non-conforming usages of namespaces. | River Riddle | 2019-12-18 | 1 | -9/+13 |
| * | minor spelling tweaks | Kazuaki Ishizaki | 2019-12-06 | 1 | -3/+3 |
| * | AffineLoopFusion: Prevent fusion of multi-out-edge producer loops | Diego Caballero | 2019-12-03 | 1 | -3/+5 |
| * | Fix Affine Loop Fusion test case reported on github. | Andy Davis | 2019-11-18 | 1 | -18/+64 |
| * | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -10/+10 |
| * | NFC: Remove trivial builder get methods. | River Riddle | 2019-10-17 | 1 | -3/+3 |
| * | Add support for some multi-store cases in affine fusion | Diego Caballero | 2019-10-09 | 1 | -34/+66 |
| * | Support symbolic operands for memref replacement; fix memrefNormalize | Uday Bondhugula | 2019-09-18 | 1 | -0/+1 |
| * | NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. | River Riddle | 2019-09-13 | 1 | -1/+1 |
| * | Refactor / improve replaceAllMemRefUsesWith | Uday Bondhugula | 2019-08-27 | 1 | -3/+4 |
| * | 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 |
| * | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -2/+2 |
| * | Express ownership transfer in PassManager API through std::unique_ptr (NFC) | Mehdi Amini | 2019-08-12 | 1 | -4/+5 |
| * | NFC: Rename Function to FuncOp. | River Riddle | 2019-07-10 | 1 | -3/+3 |
| * | NFC: Remove the various "::getFunction" methods. | River Riddle | 2019-07-08 | 1 | -2/+2 |
| * | Globally change load/store/dma_start/dma_wait operations over to affine.load/... | Andy Davis | 2019-07-03 | 1 | -27/+27 |
| * | NFC: Refactor Function to be value typed. | River Riddle | 2019-07-01 | 1 | -6/+6 |
| * | Factor fusion compute cost calculation out of LoopFusion and into LoopFusionU... | Andy Davis | 2019-06-19 | 1 | -221/+10 |
| * | LoopFusion: adds support for computing forward computation slices, which will... | Andy Davis | 2019-06-19 | 1 | -9/+12 |
| * | Return dependence result enum to distiguish between dependence result and err... | Andy Davis | 2019-06-11 | 1 | -3/+4 |
| * | NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ... | River Riddle | 2019-06-09 | 1 | -2/+2 |
| * | Remove "size" property of affine maps. | MLIR Team | 2019-06-01 | 1 | -4/+3 |
| * | LoopFusionUtils CL 2/n: Factor out and generalize slice union computation. | Andy Davis | 2019-06-01 | 1 | -80/+6 |
| * | Affine Loop Fusion Utility Module (1/n). | Andy Davis | 2019-06-01 | 1 | -0/+8 |
| * | [LoopFusion] Don't count terminator op in compute cost. | MLIR Team | 2019-06-01 | 1 | -2/+3 |
| * | Add user iterators to IRObjects, i.e. Values. | River Riddle | 2019-05-20 | 1 | -7/+7 |
| * | Fix lingering sign compare warnings in exposed by "ninja check-mlir". | Stella Laurenzo | 2019-05-20 | 1 | -0/+1 |
| * | Factor out loop interchange code from LoopFusion into LoopUtils (NFC). | Andy Davis | 2019-05-20 | 1 | -102/+2 |
| * | Replace Operation::isa with llvm::isa. | River Riddle | 2019-05-20 | 1 | -13/+13 |
| * | Replace Operation::cast with llvm::cast. | River Riddle | 2019-05-20 | 1 | -26/+26 |
| * | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -4/+4 |
| * | Automated rollback of changelist 247778391. | MLIR Team | 2019-05-20 | 1 | -4/+4 |
| * | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -4/+4 |
| * | Cleanups and simplifications to code, noticed by inspection. NFC. | Chris Lattner | 2019-05-20 | 1 | -2/+0 |
| * | Fix up some mixed sign warnings. | Jacques Pienaar | 2019-05-06 | 1 | -1/+1 |
| * | Prepend an "affine-" prefix to Affine pass option names - NFC | Nicolas Vasilache | 2019-05-06 | 1 | -2/+3 |
| * | 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 | -35/+18 |
| * | Fix typos in LoopFusion | Amit Sabne | 2019-04-11 | 1 | -14/+17 |
| * | Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no... | River Riddle | 2019-04-07 | 1 | -6/+4 |
| * | Create a LoopUtil function to return perfectly nested loop set | MLIR Team | 2019-04-05 | 1 | -10/+1 |
| * | Enable producer-consumer fusion for liveout memrefs if consumer read regi... | Andy Davis | 2019-04-02 | 1 | -17/+23 |
| * | Enable input-reuse fusion to search function arguments for fusion candidates ... | MLIR Team | 2019-03-29 | 1 | -34/+82 |
| * | Remove overly conservative check in LoopFusion pass (enables fusion in tutori... | MLIR Team | 2019-03-29 | 1 | -8/+2 |
| * | Replace usages of Instruction with Operation in the Transforms/ directory. | River Riddle | 2019-03-29 | 1 | -136/+133 |