platform/upstream/llvm.git
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...
2019-05-11 Mehdi Amini Remove unused PassID member from PassRegistry ...
2019-05-11 Mehdi Amini Remove unused MLIRContext member from MutableAffine...
2019-05-11 Mehdi Amini Make header-defined method inline instead of static...
2019-05-11 Mehdi Amini Fix class/struct mismatch between declaration/defin...
2019-05-11 Mehdi Amini Add override keyword on overidden virtual method...
2019-05-11 River Riddle Move the diagnostic verification functionality...
2019-05-11 Lei Zhang Only forbid mixing tensor and vector when consideri...
2019-05-11 River Riddle Add support in the SourceMgrDiagnosticHandler for...
2019-05-11 Nicolas Vasilache Move edsc python tests to Filecheck
2019-05-11 Nicolas Vasilache Pipe Linalg to LLVM via mlir-cpu-runner
2019-05-11 Nicolas Vasilache Fix OSS build (Linux)
2019-05-11 River Riddle Update mlir::interleaveComma to work on ranges...
2019-05-11 Andy Davis Add memref dimension bounds as upper/lower bounds...
2019-05-11 Andy Davis Fix bug in DmaGenerate pass where MemRefRegion...
2019-05-11 Alex Zinenko Conversion to LLVM Dialect: integrate TypeConverter...
2019-05-11 Stephan Herhut Fix builder for LLVM::Alloca operation.
2019-05-11 Thomas Joerg Add gpu.launch_func builder.
2019-05-11 River Riddle Simplify the emission of a few op parser diagnostic...
2019-05-11 River Riddle Move the definitions of AllocOp and DeallocOp to...
2019-05-11 River Riddle Add a utility diagnostic handler class, SourceMgrDi...
2019-05-11 River Riddle Add an AttrBase class to simplify defining derived...
2019-05-11 River Riddle Rename DialectTypeRegistry to DialectSymbolRegistry...
2019-05-11 River Riddle Simplify the parser/printer of ConstantOp now that...
2019-05-11 MLIR Team Add utility to accept any tensor type.
2019-05-11 Jacques Pienaar Verify that attribute type and constant op return...
2019-05-11 River Riddle Add support for using the new diagnostics infrastru...
2019-05-11 River Riddle Add a new ClassID utility class that allows for...
next