platform/upstream/llvm.git
2019-09-09 Feng Liu[NFC] Rename ExpressedToUniformQuantizedType to Express...
2019-09-09 Feng LiuConvert per channel fake quant attributes to type
2019-09-09 River RiddleExplicitly declare the OpPassManager move constructor...
2019-09-09 MLIR TeamOverload LLVM::TerminatorOp::build() for empty operands...
2019-09-09 MLIR TeamAdd warpsize and laneid intrinsics to NVVM dialect.
2019-09-09 River RiddleAdd support for coalescing adjacent nested pass pipelines.
2019-09-09 Stephan HerhutAddressing some late review comments on kernel inlining.
2019-09-09 Mehdi AminiAdd `parseGenericOperation()` to the OpAsmParser
2019-09-09 River RiddleRefactor PassTiming to support nested pipelines.
2019-09-08 Mehdi AminiUse "final" instead of marking method virtual in overri...
2019-09-08 Mehdi AminiRefactor getUsedValuesDefinedAbove to expose a variant...
2019-09-07 Uday BondhugulaSet mlir-cpu-runner JIT codegen opt level correctly
2019-09-07 Mehdi AminiWrap debug dump in LLVM_DEBUG
2019-09-07 Lei ZhangAdd doc for declarative rewrite rules
2019-09-06 Mehdi AminiFix typo in the documentation for tensor_cast (NFC)
2019-09-06 River RiddleRestrict affine inlining to just Function operations.
2019-09-06 Nagy MostafaAdd custom builder for AffineIfOp
2019-09-06 Nicolas VasilacheSimplify Linalg ABI integration with external function...
2019-09-06 Alex ZinenkoFix typos in Interfaces.md
2019-09-06 Uday BondhugulaInteger set + operands / affine if op canonicalization
2019-09-05 River RiddleAdd support for conservatively inlining Affine operations.
2019-09-05 Lei Zhang[spirv] Add spv.loop
2019-09-05 River RiddleAdd the initial inlining infrastructure.
2019-09-05 Stephan HerhutMake GPU kernel outlining test independent of value...
2019-09-05 Smit HinsuGeneralize I32ElementsAttr definition and introduce...
2019-09-05 Nicolas VasilacheUse transform function on llvm::Module in the Execution...
2019-09-05 Rob SudermanUpdated StructAttr to use the struct name for StorageTy...
2019-09-04 MLIR TeamRetain address space during MLIR > LLVM conversion.
2019-09-04 Alex ZinenkoMove LLVMIR dialect tests from test/LLVMIR to test...
2019-09-04 Jacques PienaarMake isIsolatedAbove robuster to invalid IR
2019-09-04 Uday Bondhugulapipeline-data-transfer: remove dead tag alloc's and...
2019-09-04 Alex ZinenkoMove Linalg dialect tests to test/Dialect/Linalg
2019-09-04 Stephan HerhutMake GPU kernel outlining inline constants.
2019-09-04 MLIR TeamAdd support for array-typed constants.
2019-09-04 Alex ZinenkoUpdate the syntax of splat attribute in LLVM.md
2019-09-04 Alex ZinenkoMention clang-format in the developer guide
2019-09-03 Nicolas VasilacheProperly clone Linalg ops with regions
2019-09-03 Uday BondhugulaUtility to normalize memrefs with non-identity layout...
2019-09-03 Lei ZhangAdd folding rule and dialect materialization hook for...
2019-09-03 Uday BondhugulaFix affine data copy generation corner cases/bugs
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...
next