platform/upstream/llvm.git
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
2019-08-15 Mahesh RavishankarSimplify the classes that support SPIR-V conversion.
2019-08-15 Mahesh RavishankarAdd BuiltIn EnumAttr to SPIR-V dialect
2019-08-15 Alex ZinenkoExecutionEngine: fix after upstream LLVM ORC update
2019-08-15 River RiddleAdd support for Dialect interfaces.
2019-08-14 River RiddleRefactor ElementsAttr::getValue and DenseElementsAttr...
2019-08-14 Nicolas VasilacheMove remaining linalg ops to ODS - NFC
2019-08-14 Ben VanikAllow the use of the $cppClass template variable in...
2019-08-14 Nicolas VasilacheRefactor linalg.view lowering to LLVM - NFC
2019-08-14 Nicolas VasilacheMove linalg.slice to ODS
2019-08-13 River RiddleAdd a utility script to auto-generate CHECK commands...
2019-08-13 jpienaarAdd unreachable to avoid GCC -Wreturn-type warning
2019-08-13 Nicolas VasilacheFix indexing issue in lowering of linalg.slice
2019-08-13 Alex ZinenkoLLVM dialect: introduce fmuladd intrinsic as operation
2019-08-13 Alex ZinenkoGenerateCubinAccessors: use LLVM dialect constants
2019-08-13 Mehdi AminiExpress ownership transfer in PassManager API through...
2019-08-12 Jacques PienaarAdd start of textmate language grammar.
2019-08-12 Jacques PienaarUse unreachable post switch rather than default case.
next