summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/FxpMathOps/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-112-9/+9
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-232-35/+35
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-232-26/+8
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-222-35/+35
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-1/+1
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+2
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-3/+3
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-2/+2
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.River Riddle2019-08-091-2/+2
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-3/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-2/+2
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-2/+1
* Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle2019-06-191-2/+2
* Add a templated wrapper around RewritePattern that allows for defining ma...River Riddle2019-06-011-23/+16
* Allow for the case where ShapedType is a MemRef in fixed point math kerne...Geoffrey Martin-Noble2019-05-201-4/+7
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-12/+12
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-202-0/+643
OpenPOWER on IntegriCloud