platform/upstream/llvm.git
2019-08-28 Eric SchweitzTweak to the pretty type parser to recognize that ...
2019-08-28 Stephan HerhutAdd implementation for tensor_load and tensor_store...
2019-08-28 Stephan HerhutPort mlir-cuda-runner to use dialect conversion framework.
2019-08-28 Uday BondhugulaRefactor / improve replaceAllMemRefUsesWith
2019-08-27 River RiddleUpdate Ch.2 of the Toy tutorial.
2019-08-27 MLIR TeamAdd 3 additional intrinsic ops to NVVM dialect, in...
2019-08-27 Lei Zhang[spirv] Fix the entry block to start with OpLabel
2019-08-27 Mahesh RavishankarEnhance GPU To SPIR-V conversion to support builtins...
2019-08-27 Denis Khalikov[spirv] Add Block decoration for spv.struct.
2019-08-27 River RiddleNFC: Remove the explicit context from Operation::create...
2019-08-26 Eric SchweitzAdd FPToSI/FPExt/FPTrunc cast ops to the LLVM dialect.
2019-08-26 River RiddleNFC: Remove unnecessary context parameters from several...
2019-08-26 MLIR TeamUpdate documentation for custom rewrite specs.
2019-08-26 Andy LySupport folding of ops with inner ops in GreedyPatternR...
2019-08-24 Alina SbirleaNFC: Add doc for id-punct
2019-08-24 River RiddleNFC: Update Ch.1 of the Toy tutorial.
2019-08-24 Nicolas VasilacheLower linalg.copy to LLVM dialect in the presence of...
2019-08-24 Nicolas VasilacheLower linalg.transpose to LLVM dialect
2019-08-23 Nicolas VasilacheAdd a linalg.transpose op
2019-08-23 River RiddleNFC: Add a note to 'applyPatternsGreedily' that it...
2019-08-23 Nicolas VasilacheAdd lowering of linalg.copy to an external C++ library...
2019-08-23 Nicolas VasilacheUpdate Linalg slice and subview documentation - NFC
2019-08-23 Lei Zhang[spirv] NFC: move SPIR-V control flow ops to a separate...
2019-08-23 Chris LattnerIntroduce the ability for "isolated from above" ops...
2019-08-23 MLIR TeamNFC: Update in-code documentation. Make the two grammar...
2019-08-23 Lei Zhang[spirv] NFC: move arithmetic and logical ops to separat...
2019-08-23 Nicolas VasilacheFix BufferAllocOp builder.
2019-08-23 River RiddleNFC: Move the operation, region, and block sections...
2019-08-23 MLIR TeamAdd I32ElementsAttr to OpBase
2019-08-23 River RiddleAdd iterator support to ElementsAttr and SparseElements...
2019-08-23 River RiddleNFC: Cleanup the Attribute section in the LangRef.
2019-08-22 River RiddleNFC: Cleanup the type system section of the LangRef.
2019-08-22 Lei Zhang[spirv] Add support for extension (de)serialization
2019-08-22 River RiddleNFC: Rework and cleanup the High-Level structure and...
2019-08-22 River RiddleNFC: Remove mentions of the TensorFlow dialect from...
2019-08-22 Nicolas VasilacheAvoid overflow when lowering linalg.slice
2019-08-22 River RiddleNFC: Avoid reconstructing the OpInterface methods.
2019-08-22 Lei Zhang[spirv] Add support for capability (de)serialization
2019-08-22 Logan ChienAdd Positive{I32,I64}Attr and HasAnyRankOfPred
2019-08-22 Jacques PienaarSplit out parsing location into separate functions...
2019-08-22 Nicolas VasilacheLet LLVMOpLowering specify a PatternBenefit - NFC
2019-08-22 River RiddleNFC: Fix path of LinalgLibraryOpInterfaces inc files.
2019-08-22 River RiddleAdd support for generating operation interfaces from...
2019-08-22 River RiddleAvoid assigning to an unchecked Error.
2019-08-22 Lei ZhangPoint to spv.AccessChain when reporting spv.AccessChain...
2019-08-22 Nicolas VasilacheRemove dead getLLVMLibraryCallImplDefinition in Linalg...
2019-08-22 Nicolas VasilacheReduce reliance on custom grown Jit implementation...
2019-08-22 Lei ZhangRemove the wrapping function in SPIR-V (de)serialization
2019-08-22 MLIR TeamNFC: Update in-code documentation for type.
2019-08-22 Chintan KaurFix minor typos in TestingGuide and OpDefinitions.
2019-08-21 MLIR TeamNFC: Update in-code documentation for function-type.
2019-08-21 River RiddleAdd a hook to the OpAsmDialectInterface to allow provid...
2019-08-21 MLIR Team[TableGen] Add a `StaticShapeMemRefOf` trait.
2019-08-21 River RiddleAutomated rollback of commit b9dc2e481818315f2f0d874553...
2019-08-21 River RiddleNFC: Make the ModuleState field in the ModulePrinter...
2019-08-21 River RiddleAdd iterator support to ElementsAttr and SparseElements...
2019-08-21 River RiddleMove the parser extensions for aliases currently on...
2019-08-21 Lei Zhang[spirv] Support i1 as bool type
2019-08-21 Lei ZhangSupport variadic ops in declarative rewrite rules
2019-08-21 Lei ZhangMaterialize spv.constants at use sites
2019-08-21 River RiddleNFC: Keep the dialect list in the context sorted by...
2019-08-21 River RiddleNFC: Use a DenseSet instead of a DenseMap for DialectIn...
2019-08-21 River RiddleNFC: Move the LangRef documentation on StandardOps...
2019-08-20 River RiddleNFC: Move AffineOps dialect to the Dialect sub-directory.
2019-08-20 Lei ZhangAdd spv.specConstant and spv._reference_of
2019-08-20 Denis Khalikov[spirv] Support (de)serialization of spv.struct
2019-08-20 Diego CaballeroFix build of affine load/store with empty map
2019-08-20 Andy DavisUpdate MLIR code examples in Passes.md doc to use new...
2019-08-20 ZhangUpdate Ch-2.md
2019-08-20 Alex ZinenkoConvertLaunchFuncToCudaCalls: use LLVM dialect globals
2019-08-20 Alex ZinenkoJitRunner: support entry functions returning void
2019-08-20 Alex ZinenkoLLVM dialect: prefix operations that correspond to...
2019-08-20 Nicolas VasilacheAdd support for LLVM lowering of binary ops on n-D...
2019-08-20 Uday BondhugulaFix AffineExpr::simplifyAdd bug
2019-08-20 Chintan KaurFix minor typos and add missing syntax in the documenta...
2019-08-20 Nicolas VasilacheMove Linalg and VectorOps dialects to the Dialect subdi...
2019-08-20 River RiddleAdd a DialectConversion document detailing the conversi...
2019-08-19 Rob SudermanAdd DictionaryAttr to OpBase.td
2019-08-19 River RiddleAllow isolated regions to form isolated SSA name scopes...
2019-08-19 Nicolas VasilacheAdd alignment support to linalg.buffer_alloc
2019-08-19 River RiddleAdd support for Operation interfaces.
2019-08-19 River RiddleNFC: Don't assume that all operation traits are within...
2019-08-19 Mahesh RavishankarFix parsing/printing of spv.globalVariable and spv...
2019-08-19 River RiddleNFC: Move LLVMIR, SDBM, and StandardOps to the Dialect...
2019-08-19 Lei Zhang[spirv] Add spv.ReturnValue
2019-08-19 Nicolas VasilacheRefactor linalg lowering to LLVM
2019-08-19 Nicolas VasilacheAdd alignment support for llvm.alloca
2019-08-18 Jacques PienaarInitLLVM already initializes PrettyStackTraceProgram
2019-08-17 Jacques PienaarChange from llvm::make_unique to std::make_unique
2019-08-17 River RiddleNFC: Add header blocks to improve readability.
2019-08-17 Mahesh RavishankarAdd spirv::GlobalVariableOp that allows module level...
2019-08-17 River RiddleNFC: Modernize and cleanup standard ops.
2019-08-17 River RiddleNFC: Refactor the PassInstrumentation framework to...
2019-08-16 River RiddleNFC: Move the Type::is* predicates to StandardTypes.cpp
2019-08-16 MLIR TeamFix minor typos in the documentation
2019-08-16 Denis Khalikov[spirv] Extend spv.array with Layoutinfo
2019-08-16 River RiddleRefactor DialectConversion to convert the signatures...
2019-08-16 Jacques PienaarC++14 is now default enabled in LLVM, remove obsolete...
2019-08-16 Jacques PienaarRemove C++11 requirement set in cmakelists
2019-08-16 Nicolas VasilacheExtend vector.outerproduct with an optional 3rd argument
next