platform/upstream/llvm.git
2019-05-20 River Riddle Add a utility function 'Operation::replaceUsesOfWit...
2019-05-20 River Riddle Move the ConversionListBuilder utility to PatternMa...
2019-05-20 River Riddle Add user iterators to IRObjects, i.e. Values.
2019-05-20 Geoffrey Martin... Make shape matching work for any shaped type.
2019-05-20 River Riddle Rewrite the DialectOpConversion patterns to inherit...
2019-05-20 Geoffrey Martin... Clean up tablegen vector and tensor types
2019-05-20 Stella Laurenzo Upstream the Quantizer tool (part 3).
2019-05-20 River Riddle Add support for saving and restoring the insertion...
2019-05-20 River Riddle Refactor PatternRewriter to inherit from FuncBuilde...
2019-05-20 Geoffrey Martin... Also visit memref element type in AsmPrinter
2019-05-20 Alex Zinenko Enable EDSC API test running through lit
2019-05-20 Geoffrey Martin... Allow for the case where ShapedType is a MemRef...
2019-05-20 River Riddle Refactor Attribute and Type to use 'classof' instea...
2019-05-20 MLIR Team Fix use of variables only used in asserts.
2019-05-20 Alex Zinenko Overload arithmetic operators for SDBM expressions
2019-05-20 Alex Zinenko Implement SDBM and conversion between SDBM and...
2019-05-20 MLIR Team LLVM API updates.
2019-05-20 Jacques Pienaar Update cmake dependencies.
2019-05-20 Andy Davis Fixes a small bug in computing dependence direction...
2019-05-20 Geoffrey Martin... Simplify the verification of ExtractElementop.
2019-05-20 Jacques Pienaar Expand ReturnOp error to include types. NFC.
2019-05-20 Jacques Pienaar Don't fail verifying unranked shapes as being the...
2019-05-20 River Riddle Unify the 'constantFold' and 'fold' hooks on an...
2019-05-20 Nicolas Vasilache Add linalg.range_intersect conversion to LLVM.
2019-05-20 Nicolas Vasilache Add a linalg.range_intersect op.
2019-05-20 Geoffrey Martin... Rename VectorOrTensorType to ShapedType
2019-05-20 River Riddle Store the child function analysis maps of a ModuleA...
2019-05-20 River Riddle Add a new tutorial document that details how to...
2019-05-20 Stella Laurenzo Upstreaming Quantizer tool (part 2).
2019-05-20 Rob Suderman Fixed Attributes.h comment typo from vecctor to...
2019-05-20 Nicolas Vasilache Cleanup linalg integration test
2019-05-20 River Riddle Add support for parsing/printing dialect defined...
2019-05-20 Chris Lattner Remove some extraneous const qualifiers on Type...
2019-05-20 Nicolas Vasilache Make Linalg tiling a FunctionPass instead of a...
2019-05-20 River Riddle Add a new document detailing the diagnostics infras...
2019-05-20 Stella Laurenzo Start to introduce the "Quantizer" tool, which...
2019-05-20 Nicolas Vasilache Add support for a Linalg base op class
2019-05-20 Jacques Pienaar Remove unnecessary C++ specifier in CPP files....
2019-05-20 Nicolas Vasilache Add an AffineExpr matcher
2019-05-20 Stella Laurenzo Move Quantization -> Dialect/QuantOps, FxpMathOps...
2019-05-20 River Riddle When converting a location to an SMLoc, advance...
2019-05-20 Lei Zhang [ODS] Add definition for TypeAttr
2019-05-20 Jacques Pienaar Move specification of print, parse and verify to...
2019-05-20 River Riddle Add initial support to the SourceMgrDiagnosticHandl...
2019-05-20 Stella Laurenzo Fix lingering sign compare warnings in exposed...
2019-05-20 Nicolas Vasilache Add a linalg.dim
2019-05-20 River Riddle Refactor NameLoc so that it also holds a child...
2019-05-20 Lei Zhang Update "Table-driven Op Definition Specification...
2019-05-20 Jacques Pienaar Fix -Wsign-compare in Toy LateLowering.
2019-05-20 Jacques Pienaar Remove unused function and avoid unused variable...
2019-05-20 River Riddle Add a utility method to MLIRContext get a registere...
2019-05-20 River Riddle Use the DialectSymbolRegistry to reserve space...
2019-05-20 River Riddle Move MemRefCastOp and TensorCastOp to the Op Defini...
2019-05-20 River Riddle Move the definition of Return op to the Op Definiti...
2019-05-20 River Riddle NFC: Cleanup the definitions of the Location classes.
2019-05-20 River Riddle Change a few errors emitted by the parser to be...
2019-05-20 Andy Davis Move Affine Expressions and Affine Structures docum...
2019-05-20 Nicolas Vasilache Pipe Linalg to a cblas call via mlir-cpu-runner
2019-05-20 Tamas Berghammer Add test for affine-loop-tile pass with a loop...
2019-05-20 Jacques Pienaar Update cmakelist to reflect renamed filename.
2019-05-20 River Riddle Refactor the includes of Function.h now that the...
2019-05-20 Alex Zinenko Update region documentation
2019-05-20 Andy Davis Factor out loop interchange code from LoopFusion...
2019-05-20 River Riddle Remove the explicit "friend Operation" statement...
2019-05-20 River Riddle Replace Operation::isa with llvm::isa.
2019-05-20 River Riddle Replace Operation::cast with llvm::cast.
2019-05-20 River Riddle Add support for using llvm::dyn_cast/cast/isa for...
2019-05-20 MLIR Team Automated rollback of changelist 247778391.
2019-05-20 River Riddle Add support for using llvm::dyn_cast/cast/isa for...
2019-05-20 River Riddle Rename Op::isClassFor to Op::classof to match the...
2019-05-20 River Riddle Remove several heavy includes from Diagnostics...
2019-05-20 Chris Lattner rename -memref-dependence-check to -test-memref...
2019-05-20 River Riddle Remove some unnecessary or duplicated header includ...
2019-05-20 Chris Lattner Cleanups and simplifications to code, noticed by...
2019-05-11 Mehdi AminiRevert "Pass for outlining gpu.launch operation bodies...
2019-05-11 River Riddle Change the diagnostic handler to accept Diagnostic...
2019-05-11 Lei Zhang [TableGen] Return base attribute's name for anonymo...
2019-05-11 River Riddle Move the definitions for CallOp and IndirectCallOp...
2019-05-11 River Riddle Move the definitions of BranchOp, DimOp, and Extrac...
2019-05-11 River Riddle Ensure that all attributes are registered with...
2019-05-11 River Riddle Add support to the SourceMgrDiagnosticHandlers...
2019-05-11 Mehdi Amini Add llvm_unreachable in unreachable path to silence...
2019-05-11 Mehdi Amini Fix unused variable warning in the Toy tutorial...
2019-05-11 Mehdi Amini Remove unused method `parseIntegerSetInline` and...
2019-05-11 Mehdi Amini Remove unused `signature()` from `OpMethod` class...
2019-05-11 Mehdi Amini Use `uint8_t` storage for enum class
2019-05-11 Mehdi Amini Remove extra `;` after function definition (NFC)
2019-05-11 Mehdi Amini Replace dyn_cast<> with isa<> when the returned...
2019-05-11 River Riddle Refactor the SourceMgrDiagnosticHandlers to support...
2019-05-11 Mehdi Amini Remove unused Vectorize constructor (NFC)
2019-05-11 Mehdi Amini Remove unused `hasSingleNonZeroAt` function (NFC)
2019-05-11 Mehdi Amini Make header-defined function inline instead of...
2019-05-11 River Riddle Templatize the integer constructors for DiagnosticA...
2019-05-11 Jacques Pienaar Emit cast instead of dyn_cast_or_null where attribu...
2019-05-11 Nicolas Vasilache Reorder edsc python tests - NFC
2019-05-11 River Riddle Add support to SourceMgrDiagnosticHandler for handl...
2019-05-11 Thomas Joerg Verify that kernel functions referenced by gpu...
2019-05-11 Thomas Joerg Annotate outlined kernel functions with the attribu...
2019-05-11 Thomas Joerg Add gpu.launch_func builder taking KernelDim3 argum...
2019-05-11 Thomas Joerg Pass for outlining gpu.launch operation bodies...
next