| Commit message (Expand) | Author | Age | Files | Lines |
* | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -2/+2 |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -10/+10 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -16/+16 |
* | 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 | -21/+21 |
* | Minor spelling tweaks | Kazuaki Ishizaki | 2019-12-09 | 1 | -1/+1 |
* | Fix Affine Loop Fusion test case reported on github. | Andy Davis | 2019-11-18 | 1 | -1/+3 |
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -2/+2 |
* | Upgrade/fix/simplify store to load forwarding | Uday Bondhugula | 2019-09-21 | 1 | -3/+18 |
* | Unify error messages to start with lower-case. | MLIR Team | 2019-09-18 | 1 | -1/+1 |
* | Add rewrite pattern to compose maps into affine load/stores | Uday Bondhugula | 2019-09-17 | 1 | -2/+2 |
* | Add support for early exit walk methods. | River Riddle | 2019-08-30 | 1 | -19/+16 |
* | 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 | -1/+1 |
* | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -1/+1 |
* | Affine loop parallelism detection: conservatively handle unknown ops | Alex Zinenko | 2019-07-23 | 1 | -1/+9 |
* | Remove dead code. | Jacques Pienaar | 2019-07-08 | 1 | -7/+0 |
* | Globally change load/store/dma_start/dma_wait operations over to affine.load/... | Andy Davis | 2019-07-03 | 1 | -18/+18 |
* | LoopFusion: adds support for computing forward computation slices, which will... | Andy Davis | 2019-06-19 | 1 | -88/+155 |
* | Return dependence result enum to distiguish between dependence result and err... | Andy Davis | 2019-06-11 | 1 | -6/+8 |
* | NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ... | River Riddle | 2019-06-09 | 1 | -1/+1 |
* | Some cleanup of ShapedType now that MemRef subclasses it. | Geoffrey Martin-Noble | 2019-06-01 | 1 | -1/+1 |
* | Replace checks against numDynamicDims with hasStaticShape | Geoffrey Martin-Noble | 2019-06-01 | 1 | -1/+1 |
* | LoopFusionUtils CL 2/n: Factor out and generalize slice union computation. | Andy Davis | 2019-06-01 | 1 | -0/+148 |
* | Replace Operation::isa with llvm::isa. | River Riddle | 2019-05-20 | 1 | -8/+8 |
* | Replace Operation::cast with llvm::cast. | River Riddle | 2019-05-20 | 1 | -1/+1 |
* | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -6/+6 |
* | Automated rollback of changelist 247778391. | MLIR Team | 2019-05-20 | 1 | -6/+6 |
* | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -6/+6 |
* | Add memref dimension bounds as upper/lower bounds on MemRefRegion constra... | Andy Davis | 2019-05-10 | 1 | -2/+18 |
* | Simplify the emission of various diagnostics created in Analysis/ and Tra... | River Riddle | 2019-05-10 | 1 | -4/+4 |
* | Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no... | River Riddle | 2019-04-07 | 1 | -10/+6 |
* | Replace usages of Instruction with Operation in the /Analysis directory. | River Riddle | 2019-03-29 | 1 | -55/+55 |
* | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -11/+11 |
* | Replace usages of "Op::operator->" with ".". | River Riddle | 2019-03-29 | 1 | -10/+10 |
* | Replace usages of "operator->" with "." for the AffineOps. | River Riddle | 2019-03-29 | 1 | -16/+16 |
* | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ... | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Various small cleanups to the code, mostly removing const_cast's. | Chris Lattner | 2019-03-29 | 1 | -5/+4 |
* | NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Remove OpPointer, cleaning up a ton of code. This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -26/+23 |
* | Remove const from Value, Instruction, Argument, and the various methods on the | Chris Lattner | 2019-03-29 | 1 | -6/+5 |
* | Remove const from mlir::Block. | Chris Lattner | 2019-03-29 | 1 | -13/+9 |
* | Move to new `const` model, part 1: remove ConstOpPointer. | Chris Lattner | 2019-03-29 | 1 | -3/+2 |
* | Remove some statements that required >C++11, add includes and qualify names. ... | Jacques Pienaar | 2019-03-29 | 1 | -1/+1 |
* | Rename BlockList into Region | Alex Zinenko | 2019-03-29 | 1 | -2/+2 |
* | Change getMemoryFootprintBytes emitError to a warning | Uday Bondhugula | 2019-03-29 | 1 | -1/+3 |
* | Fix misc bugs / TODOs / other improvements to analysis utils | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
* | Move the success/failure functions out of LogicalResult and into the mlir nam... | River Riddle | 2019-03-29 | 1 | -11/+11 |
* | Rename Status to LogicalResult to avoid conflictions with the Status in xla/t... | River Riddle | 2019-03-29 | 1 | -25/+27 |