| 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/+3 |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -14/+14 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -42/+43 |
* | Resubmit: ReImplement the Value classes as value-typed objects wrapping an in... | River Riddle | 2019-12-23 | 1 | -2/+2 |
* | Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e | MLIR Team | 2019-12-23 | 1 | -2/+2 |
* | ReImplement the Value classes as value-typed objects wrapping an internal poi... | River Riddle | 2019-12-23 | 1 | -2/+2 |
* | 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 | -47/+47 |
* | NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in... | River Riddle | 2019-12-18 | 1 | -8/+9 |
* | Replace spurious SmallVector constructions with ValueRange | Uday Bondhugula | 2019-12-09 | 1 | -3/+2 |
* | NFC - update doc, comments, vim syntax file | Uday Bondhugula | 2019-12-06 | 1 | -1/+1 |
* | Make isValidSymbol more powerful | Uday Bondhugula | 2019-11-22 | 1 | -1/+1 |
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -7/+7 |
* | Fix typos, NFC. | Christian Sigg | 2019-10-04 | 1 | -2/+2 |
* | Fix a number of Clang-Tidy warnings. | Christian Sigg | 2019-09-23 | 1 | -1/+1 |
* | Upgrade/fix/simplify store to load forwarding | Uday Bondhugula | 2019-09-21 | 1 | -45/+0 |
* | Clean up build trip count analysis method - avoid mutating IR | Uday Bondhugula | 2019-09-14 | 1 | -3/+35 |
* | Integer set + operands / affine if op canonicalization | Uday Bondhugula | 2019-09-05 | 1 | -1/+1 |
* | Utility to normalize memrefs with non-identity layout maps | Uday Bondhugula | 2019-09-03 | 1 | -1/+70 |
* | 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 |
* | LoopFusion: adds support for computing forward computation slices, which will... | Andy Davis | 2019-06-19 | 1 | -19/+36 |
* | Remove "size" property of affine maps. | MLIR Team | 2019-06-01 | 1 | -14/+9 |
* | LoopFusionUtils CL 2/n: Factor out and generalize slice union computation. | Andy Davis | 2019-06-01 | 1 | -9/+15 |
* | Address some build warnings. | Jacques Pienaar | 2019-06-01 | 1 | -1/+2 |
* | Drop AffineExpr::Null | Alex Zinenko | 2019-06-01 | 1 | -2/+2 |
* | Remove unnecessary C++ specifier in CPP files. NFC. | Jacques Pienaar | 2019-05-20 | 1 | -1/+1 |
* | Remove unused MLIRContext member from MutableAffineMap class (NFC) | Mehdi Amini | 2019-05-10 | 1 | -3/+2 |
* | Fix up some mixed sign warnings. | Jacques Pienaar | 2019-05-06 | 1 | -1/+1 |
* | Remove checks guaranteed to be true by the type | Lei Zhang | 2019-04-11 | 1 | -1/+1 |
* | Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no... | River Riddle | 2019-04-07 | 1 | -5/+2 |
* | Fix a few warnings for missing parentheses around '||' and extra semicolons. | River Riddle | 2019-04-05 | 1 | -3/+3 |
* | Adds dependence analysis support for iteration domains with local variabl... | Andy Davis | 2019-04-05 | 1 | -0/+3 |
* | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | 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 | -19/+19 |
* | Remove OpPointer, cleaning up a ton of code. This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -12/+7 |
* | Remove const from Value, Instruction, Argument, and the various methods on the | Chris Lattner | 2019-03-29 | 1 | -7/+7 |
* | Move to new `const` model, part 1: remove ConstOpPointer. | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
* | Remove some statements that required >C++11, add includes and qualify names. ... | Jacques Pienaar | 2019-03-29 | 1 | -1/+1 |
* | Fix misc bugs / TODOs / other improvements to analysis utils | Uday Bondhugula | 2019-03-29 | 1 | -47/+94 |
* | Move the success/failure functions out of LogicalResult and into the mlir nam... | River Riddle | 2019-03-29 | 1 | -25/+25 |
* | Rename Status to LogicalResult to avoid conflictions with the Status in xla/t... | River Riddle | 2019-03-29 | 1 | -46/+45 |
* | Refactor and share common code across addAffineForOpDomain / addSliceBounds | Uday Bondhugula | 2019-03-29 | 1 | -169/+123 |
* | Add a basic model to set tile sizes + some cleanup | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
* | Convert ambiguous bool returns in /Analysis to use Status instead. | River Riddle | 2019-03-29 | 1 | -68/+67 |
* | Fix unionBoundingBox bug introduced by cl/237141668 | Uday Bondhugula | 2019-03-29 | 1 | -3/+4 |
* | Adds offset argument to specified range of ids know to be aligned when callin... | MLIR Team | 2019-03-29 | 1 | -16/+18 |
* | Add FlatAffineConstraints::containsId to avoid using findId when position isn't | Uday Bondhugula | 2019-03-29 | 1 | -11/+17 |