platform/upstream/llvm.git
2019-09-15 River RiddleNFC: Update the expected outputs of pass-timing.
2019-09-15 River RiddleUpdate the IRPrinter instrumentation to work on non...
2019-09-15 River RiddleNFC: Pass PassInstrumentations by unique_ptr instead...
2019-09-15 River RiddleNFC: Merge OpPass with OperationPass into just Operatio...
2019-09-15 Jing PuAdd convenience methods to create i8 and i16 attributes...
2019-09-14 Uday BondhugulaNFC - Move explicit copy/dma generation utility out...
2019-09-14 Uday Bondhugulaupdate normalizeMemRef utility; handle missing failure...
2019-09-14 Uday BondhugulaClean up build trip count analysis method - avoid mutat...
2019-09-14 River RiddleNFC: Fix stray character in error message: 1 -> '
2019-09-14 Lei ZhangUpdate QuickstartRewrites.md regarding op definition...
2019-09-14 Uday BondhugulaAdd pattern to canonicalize for loop bounds
2019-09-14 River RiddleVerify that ModuleOps only contain dialect specific...
2019-09-14 Uday Bondhugulaadd missing memref cast fold pattern for dim op
2019-09-14 River RiddlePublicly expose the functionality to parse a textual...
2019-09-13 Geoffrey Martin... Add type constraints for shaped types with same rank...
2019-09-13 Lei ZhangUpdate SPIR-V symbols and use GLSL450 instead of VulkanKHR
2019-09-13 River RiddleNFC: Finish replacing FunctionPassBase/ModulePassBase...
2019-09-13 Geoffrey Martin... Add tablegen class for memrefs with rank constraints
2019-09-13 River RiddleForward diagnostics from untracked threads in ParallelD...
2019-09-13 MLIR TeamImprove verifier error reporting on type mismatch ...
2019-09-13 River RiddleRefactor pass pipeline command line parsing to support...
2019-09-13 Geoffrey Martin... NFC: Update comments about rank constraints
2019-09-13 MLIR TeamFixing typo in documentation.
2019-09-13 Smit HinsuLog name of the generated illegal operation name in...
2019-09-12 Geoffrey Martin... Cmpf constant folding for nan and inf
2019-09-12 Geoffrey Martin... NFC: Clean up constant fold tests
2019-09-11 Lei Zhang[spirv] Add support for spv.loop (de)serialization
2019-09-11 Alex ZinenkoRename SDBMPositiveExpr to SDBMTermExpr
2019-09-11 Alex ZinenkoFix typos in SDBMTest.cpp
2019-09-11 MLIR TeamAdd logical groups to NVVM op definitions.
2019-09-11 MLIR TeamFix a typo in comments. The Inequality and Equality...
2019-09-11 MLIR TeamDon't leak TargetMachine in ExecutionEngine::setupTarge...
2019-09-11 Lei ZhangAdd folding rule for spv.CompositeExtract
2019-09-10 Feng LiuRemove the constraint that min / max should stride...
2019-09-10 Feng LiuConvert ConstFakeQuantPerAxis to qcast and dcast pair
2019-09-10 Jacques PienaarRemove unused variable
2019-09-10 Jacques PienaarRemove redundant qualification
2019-09-10 Jacques PienaarAvoid sign-compare warning
2019-09-10 Jacques PienaarAdd pass generate per block in a function a GraphViz...
2019-09-09 Feng LiuAdd quant.const_fake_quant_per_axis op
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...
next