platform/upstream/llvm.git
2019-09-03 MLIR Team Add information about the SIG + Open Design meetings...
2019-09-03 River RiddleFix an invalid assert when processing escaped strings.
2019-09-03 Alex TorresRemove unused variables
2019-09-03 Alex ZinenkoLLVM dialect: prefix auxiliary operations with "mlir."
2019-09-03 Smit HinsuSupport bf16 in Builder::getZeroAttr
2019-09-03 Mahesh RavishankarAdd Select operation to SPIR-V dialect.
2019-09-03 Smit HinsuEnable OwningRewritePatternList insert overload with...
2019-09-03 River RiddleRefactor the pass manager to support operations other...
2019-09-02 River RiddleAdd a new dialect interface for the OperationFolder...
2019-09-01 Mehdi AminiAdd a `getUsedValuesDefinedAbove()` overload that takes...
2019-09-01 Mehdi AminiAdd a convenient `clone()` method on the `Op` class...
2019-09-01 Mehdi AminiAdd missing lowering to CFG in mlir-cpu-runner + relate...
2019-08-31 Mehdi AminiAdd a link to the rational on lack of const for IR...
2019-08-31 Mehdi AminiDocument that non-IR units are passed by non-const...
2019-08-31 Mahesh RavishankarAdd floating-point comparison operations to SPIR-V...
2019-08-31 Lei ZhangAdd missing link dependency to MLIRTableGenTests
2019-08-31 Uday Bondhugulaupdate vim syntax file
2019-08-30 River RiddleAdd a canonicalization to erase empty AffineForOps.
2019-08-30 MLIR TeamSplits DictionaryAttr into DictionaryAttrBase and Dicti...
2019-08-30 Logan ChienAdd TensorRankOf for ranked tensor types with specific...
2019-08-30 Rob SudermanFix StructsGenTest.cpp CMakeFile build error
2019-08-30 River RiddleGeneralize the pass hierarchy by adding a general OpPas...
2019-08-30 Jacques PienaarAdd mechanism to dump JIT-compiled objects to files
2019-08-30 Rob SudermanAdded a TableGen generator for structured data
2019-08-30 River RiddleAdd support for early exit walk methods.
2019-08-30 Lei ZhangAdd spv.Branch and spv.BranchConditional
2019-08-30 River RiddleChange the parseSource* methods to return OwningModuleR...
2019-08-29 River RiddleRefactor the 'walk' methods for operations.
2019-08-29 Jacques PienaarMake dumping using generic form more robust when IR...
2019-08-29 Feng LiuAdd tests to verify 0.0 is quantized correctly
2019-08-29 Uday BondhugulaExtend map canonicalization to propagate constant operands
2019-08-29 Uday Bondhugulafix loop unroll and jam - operand mapping - imperfect...
2019-08-29 Stephan HerhutAdd verification for dimension attribute on GPUDialect...
2019-08-29 Uday BondhugulaAdd vim scripts for indent/syntax
2019-08-28 Feng LiuFix the equality check of two floating point values
2019-08-28 River RiddleGeneralize the analysis manager framework to work on...
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.
next