platform/upstream/llvm.git
2019-07-19 Lei ZhangSuppress compiler warnings regarding unused variables
2019-07-19 Lei ZhangWrap op (de)serialization methods in anonymous namespace
2019-07-19 Jacques PienaarSwitch C++14 std::equal usage to for-loop.
2019-07-19 Alex ZinenkoMove loop dialect tests into separate files - NFC
2019-07-19 Lei ZhangAdd missing MLIRDialect dependency for MLIRDialect
2019-07-19 Mahesh RavishankarMake SPIR-V spv.EntryPoint and spv.ExecutionMode consis...
2019-07-19 Alex ZinenkoGeneralize implicit terminator into an OpTrait
2019-07-19 Nicolas VasilacheUniformize test name - NFC
2019-07-19 Nicolas VasilacheRefactor stripmineSink for AffineForOp - NFC
2019-07-19 Nicolas VasilacheUtility function to map a loop on a parametric grid...
2019-07-19 Nicolas VasilacheUniformize the API for the mlir::tile functions on...
2019-07-19 River RiddleAdd support for providing a legality callback for dynam...
2019-07-19 Lei Zhang[spirv] group methods better and improve comments
2019-07-19 Lei ZhangPlace generated StandardOps to SPIR-V patterns in anony...
2019-07-19 River RiddleNFC: Expose a ConversionPatternRewriter for use with...
2019-07-19 Feng LiuAdd an "is_signed" attribute to the quant_ConstFakeQuant op
2019-07-19 Mehdi AminiMinor cleanup to LangRef, MLIR stands for "Multi-Level IR"
2019-07-19 Lei ZhangFix script relative path after moving SPIR-V dialect
2019-07-19 Lei ZhangPrint boolean values in ElementsAttr as "true"/"false"
2019-07-19 Jing PuAdd UnitAttr in OpBase.td.
2019-07-19 Mahesh RavishankarAutomatically generate (de)serialization methods for...
2019-07-19 Geoffrey Martin... Add helper to get flattened tuple types
2019-07-19 Smit HinsuSimplify broadcastable traits
2019-07-19 River RiddleAdd support for parsing/printing the trailing type...
2019-07-19 Mehdi AminiUpdate Contributing.md doc to refer to the developer...
2019-07-19 Smit HinsuRelax Broadcastable trait to only reject instances...
2019-07-19 River RiddleRefactor the conversion of block argument types in...
2019-07-19 Smit HinsuAdd tests for broadcastable trait
2019-07-19 River RiddleAdd an initial TestingGuide document to describe testin...
2019-07-19 River RiddleAdd support for explicitly marking dialects and operati...
2019-07-16 River RiddleVerify that ReturnOp only appears within the region...
2019-07-16 Nicolas VasilacheMove affine.for and affine.if to ODS
2019-07-16 River RiddleRefactor DialectConversion to support different convers...
2019-07-16 Jacques PienaarAdd a TypeIsPred.
2019-07-16 Feng LiuSupport signed and unsigned quantization types
2019-07-16 Alex ZinenkoFix build by making LoopOps depend on StandardOps
2019-07-16 Stephan HerhutMove shared cpu runner library to Support/JitRunner.
2019-07-16 Lei ZhangNFC: Move SPIR-V dialect to Dialect/ subdirectory
2019-07-16 Lei ZhangBetter support for attribute wrapper classes when getti...
2019-07-16 Nicolas VasilacheReplace linalg.for by loop.for
2019-07-16 Alex ZinenkoForward-declare LogicalResult as struct rather than...
2019-07-16 River RiddleRemove lowerAffineConstructs and lowerControlFlow in...
2019-07-16 River RiddleUpdate 'applyPatternsGreedily' to work on the regions...
2019-07-16 River RiddleRefactor the traversal of operations to Convert in...
2019-07-16 Andy DavisFix opt build (unused variable in Linalg).
2019-07-16 Alex ZinenkoLinalg Utils: use Doxygen comments where appropriate
2019-07-16 Alex ZinenkoExtend linalg transformations to allow value operands...
2019-07-16 River RiddleRefactor LowerAffine to use OpRewritePattern instead...
2019-07-16 Alex ZinenkoLLVMDialect: still depend on standard types.
2019-07-16 MLIR TeamAutomated rollback of changelist 258149291.
2019-07-16 Nicolas VasilacheStart moving AffineOps to ODS
2019-07-16 Alex ZinenkoIntroduce loop coalescing utility and a simple pass
2019-07-16 Nicolas VasilacheExtend linalg transformations to allow value operands...
2019-07-16 Alex ZinenkoDecouple LLVM dialect from Standard dialect
2019-07-16 Alex ZinenkoLLVM Dialect: define ICmpPredicate in ODS
2019-07-16 Nicolas VasilacheExtract std.for std.if and std.terminator in their...
2019-07-16 River RiddleFix a bug in DialectConversion when using RewritePattern.
2019-07-13 Masaki KozukiFix typos
2019-07-13 River RiddleNFC: Add header blocks to DialectConversion.h to improv...
2019-07-13 River RiddleNFC: Don't print the location of a diagnostic if it...
2019-07-13 Mahesh RavishankarAdd serialization and deserialization of FuncOps. To...
2019-07-13 Lei Zhang[spirv] Various small code improvements
2019-07-13 River RiddleUpdate the PatternRewriter constructor to take a contex...
2019-07-13 River RiddleChange the IR printing pass instrumentation to ignore...
2019-07-13 River RiddleRemove the 'region' field from OpBuilder.
2019-07-13 Jing PuHide some public API of QuantizedType inherited from...
2019-07-13 Lei Zhang[spirv] Add script to auto-generate SPIR-V op template...
2019-07-13 River RiddleFix a bug in the canonicalizer when replacing constants...
2019-07-12 Nicolas VasilacheLower affine control flow to std control flow to LLVM...
2019-07-12 Denis Khalikov[spirv] Add CompositeExtractOp operation.
2019-07-12 Alex ZinenkoLoopsToGPU: use PassRegistration with constructor
2019-07-12 Alex ZinenkoLinalgTilingPass: use PassRegistration with a pass...
2019-07-12 Smit HinsuNFC: Remove redundant call to registerPassManagerCLOpti...
2019-07-12 River RiddleUpdate the dialect attribute verifiers related to funct...
2019-07-12 Mahesh RavishankarAdd support for serialization/deserialization of OpType...
2019-07-12 River RiddleRename FunctionAttr to SymbolRefAttr.
2019-07-12 Alex ZinenkoFuncOp::eraseBody: drop all references before erasing...
2019-07-12 Alex Zinenkoaffine.load/store: check for the right number of operands
2019-07-12 Nicolas VasilachePropagate linalg op attributes in transformations
2019-07-12 Alex ZinenkomcuMemHostRegister: take into account sizeof(float)
2019-07-12 Mahesh RavishankarUpdate the gen_spirv_dialect.py script to add opcodes...
2019-07-12 River RiddleNFC: Replace Module::getNamedFunction with lookupSymbol...
2019-07-12 River RiddleRefactor the parsing/printing of the top-level module.
2019-07-12 Nicolas VasilacheFix BufferSizeOp type lowering to LLVM.
2019-07-12 Alex ZinenkoPassRegistation: use overloads instead of a default...
2019-07-12 River RiddleDrop the trailing newline from the FuncOp syntax.
2019-07-12 Alex ZinenkoEDSC: use affine.load/store instead of std.load/store
2019-07-12 River RiddleNFC: Remove Function::getModule.
2019-07-12 Nicolas VasilacheDelete dead code
2019-07-10 River RiddleNFC: Rename Module to ModuleOp.
2019-07-10 River RiddleUpdate ModuleOp::create(...) to take a Location instead...
2019-07-10 River RiddleNFC: Rename Function to FuncOp.
2019-07-09 Jacques PienaarConstrain regex to avoid ordering issues.
2019-07-09 River RiddleRelax the restriction that Modules cannot contain opera...
2019-07-09 River RiddleStandardize the value numbering in the AsmPrinter.
2019-07-09 Alex ZinenkoAdd parentheses around boolean operators in an assertion in
2019-07-09 Alex ZinenkoFix a test broken on some systems due to a mis-rebase.
2019-07-09 Alex ZinenkoImplement parametric tiling on standard for loops
2019-07-09 Alex ZinenkoExtend AffineToGPU to support Linalg loops
2019-07-09 River RiddleNFC: Change a usage of StringLiteral to StringRef.
next