platform/upstream/llvm.git
2019-10-23 River RiddleAdd @below and @above directives to verify-diagnostics.
2019-10-23 Alex ZinenkoFix "set-but-unused" warning in DialectConversion
2019-10-23 River RiddleNFC: Remove references to the toy.generic attribute.
2019-10-23 Alex ZinenkoDrop MemRefUtils from the ExecutionEngine
2019-10-22 MLIR TeamUpdate chapter 3 code snippet to match the actual outpu...
2019-10-22 Uday BondhugulaUpdate loop.for verifier message
2019-10-22 Alex ZinenkoExpose optimizations flags in Python bindings
2019-10-22 Hanhan WangNFC: Remove a right parenthesis from comment.
2019-10-22 River RiddleNFC: Add support for parsing attributes programmaticall...
2019-10-22 Lei Zhang[DRR] Allow interleaved operands and attributes
2019-10-22 Lei Zhang[spirv] Allow block arguments on spv.Branch(Conditional)
2019-10-21 Alex ZinenkoUse LLVM_Type instead of AnyType in the definition...
2019-10-21 River RiddleCleanup and rewrite Ch-4.md.
2019-10-21 River RiddleNFC: Fix remaining usages of MulOp as matrix multiplica...
2019-10-21 Christian SiggUnify GPU op definition names with other dialects.
2019-10-21 River RiddleNFC: Elide the value of a UnitAttr within nested attrib...
2019-10-21 River RiddleAdd a Symbol trait to simplify defining operations...
2019-10-20 River RiddleNFC: Fix typo : Retur -> Return
2019-10-20 River RiddleUpdate Ch1 to reflect new changes in the tutorial.
2019-10-20 Lei Zhang[DRR] Address GCC warning by wrapping for statement...
2019-10-20 Kazuaki IshizakiFix minor spelling tweaks (NFC)
2019-10-20 Kazuaki IshizakiFix minor spelling tweaks (NFC)
2019-10-19 Jacques PienaarAdd SourceMgrDiagnosticHandler to toy
2019-10-19 Jacques PienaarAdd missing include to StringMap in Verifier and Dialec...
2019-10-19 Mehdi AminiAdd missing include to llvm Allocator.h
2019-10-19 Jacques PienaarSlight rewording in toy ch2 to make persistence of...
2019-10-19 Geoffrey Martin... Use new eraseOp instead of replaceOp with empty values
2019-10-19 Christian SiggGet active source lane predicate from shuffle instruction.
2019-10-19 River RiddleNFC: Cleanup the implementation of walkSymbolUses.
2019-10-19 River RiddleNFC: Add missing include for StringMap.
2019-10-19 Lei ZhangNFC: Rename SPIR-V serializer find*ID() to get*ID(...
2019-10-18 Sean SilvaAdd support for function result attributes.
2019-10-18 Nicolas VasilacheLower vector transfer ops to loop.for operations.
2019-10-18 Nicolas VasilacheImplement lowering of VectorTypeCastOp to LLVM
2019-10-18 reinerpSlightly rephrase a difficult-to-parse sentence.
2019-10-18 Lei Zhang[DRR] Use eraseOp() to replace no-result ops
2019-10-18 Nicolas VasilacheAutomated rollback of commit 575405f4d6762830c1c4520569...
2019-10-18 Nicolas VasilacheFix OSS target name GPUtoNVVMTransforms -> MLIRGPUtoNVV...
2019-10-18 Stephan HerhutUse StrEnumAttr for gpu.allreduce op instead of StringA...
2019-10-18 Geoffrey Martin... Add documentation on restrictions to dialect conversion...
2019-10-18 Christian SiggAdd gpu.barrier op to synchronize invocations of a...
2019-10-18 River RiddleNFC: Remove trivial builder get methods.
2019-10-18 River RiddleAutomated rollback of commit b65c8bb5d6ab418bb3fcd0302a...
2019-10-17 Geoffrey Martin... Introduce a wrapper around ConversionPattern that opera...
2019-10-17 Nicolas VasilacheAdd EDSC support for loop.for operations
2019-10-17 River RiddleNFC: Delete the Linalg tutorial.
2019-10-17 River RiddleAdd Ch.6 of the Toy tutorial.
2019-10-17 Nicolas VasilacheDecouple Linalg promotion from Linalg tiling - NFC
2019-10-17 Denis Khalikov[spirv] Add a canonicalization pattern for spv.selection.
2019-10-17 Lei ZhangAllow '_' when pretty printing dialect symbols
2019-10-17 Nicolas VasilacheRename LoopNestBuilder to AffineLoopNestBuilder - NFC
2019-10-17 Mehdi AminiUse a SmallVector instead of an ArrayRef to materialize...
2019-10-17 Lei Zhang[DRR] Allow capturing and referencing no-result ops
2019-10-17 Lei ZhangFix RewriterGen to support using NativeCodeCall as...
2019-10-17 Lei ZhangAdd LLVM_DEBUG in RewritersGen.cpp and Pattern.cpp
2019-10-17 River RiddleFix invalid transpose in example and add proper verific...
2019-10-17 Lei Zhang[spirv] Implement inliner interface
2019-10-17 River RiddleAdd Ch.5 of the toy tutorial.
2019-10-17 River RiddleAdd support for inlining toy call operations.
2019-10-17 reinerpFix typo in tutorial.
2019-10-16 Rob SudermanAdd ComplexType to TableGen with Tensor support
2019-10-16 River RiddleCode cleanups on Ch.4
2019-10-16 Sana DamaniUpdate Chapter 4 of the Toy tutorial
2019-10-16 Jacques PienaarUpdate comments in ast.toy
2019-10-16 Geoffrey Martin... NFC: Update VectorOrTensor -> Shaped
2019-10-16 Mahesh RavishankarMakes spv.module generated by GPU->SPIRV conversion...
2019-10-16 Christian SiggSupport custom accumulator provided as region to gpu...
2019-10-16 Mahesh RavishankarAllow for remapping argument to a Value in SignatureCon...
2019-10-16 River RiddleAdd support for PatternRewriter::eraseOp.
2019-10-16 Mehdi AminiFix CMake configuration after introduction of LICM...
2019-10-16 Nicolas VasilacheFix typo in VectorOps.td
2019-10-16 Stephan HerhutImplement simple loop-invariant-code-motion based on...
2019-10-16 River RiddleNFC: Remove NoSideEffect traits from all ops except...
2019-10-16 River RiddleNFC: Various code cleanups for Ch3.
2019-10-16 Hanhan WangAdd support for OpBitwiseOr, OpBitwiseXor, and OpBitwis...
2019-10-15 MLIR TeamFix typo
2019-10-15 MLIR TeamFix typos
2019-10-15 River RiddleNFC: Split out ToyOpsIncGen into a separate CMakeLists...
2019-10-15 MLIR TeamFix typo
2019-10-15 Lei Zhang[spirv] Add support for SpecId decoration on spv.specCo...
2019-10-15 MLIR TeamFix minor typos
2019-10-15 Jacques PienaarFix typos in InferTypeOpInterface.
2019-10-15 Sana DamaniUpdate Chapter 3 to demonstrate pattern match and rewri...
2019-10-15 Jacques PienaarFix typos in LangRef and OpDefinitions
2019-10-15 Nicolas VasilacheConsistent use of int in mlir_runner_utils.cpp
2019-10-15 Nicolas VasilacheAdd conversion for splat of vectors of 2+D
2019-10-15 Alex ZinenkoExpose mlir::parseType to bindings
2019-10-15 Alex ZinenkoAsmPrinter: avoid unused-variable warning
2019-10-15 River RiddleMerge Ch3 of the Toy tutorial into chapter 2.
2019-10-14 River RiddleNFC: Replace usages of Value::getKind with explicit...
2019-10-14 River RiddleAllowing replacing non-root operations in DialectConver...
2019-10-14 Mehdi AminiUse single quotes to wrap '@HOST_LDFLAGS@' in LIT confi...
2019-10-14 Nicolas VasilacheFix linalg.subview behavior in (partially) static cases.
2019-10-14 Nicolas VasilacheAdd lowering of VectorOps dialect to LLVM to the Linalg...
2019-10-12 Eric SchweitzAdd LLVM IR dialect hooks for FP128 and X86_FP80 types
2019-10-11 Alex ZinenkoEmit LLVM IR equivalent of sizeof when lowering alloc...
2019-10-11 Alex ZinenkoLLVM Dialect: introduce llvm.mlir.null operation
2019-10-11 Uday BondhugulaDrop obsolete code from std to llvm memref lowering
2019-10-11 Alexander BelyaevRename LLVM::exp and LLVM::fmuladd to LLVM::ExpOP and...
2019-10-11 Alexander BelyaevAdd unary ops and ExpOp to Standard Dialect.
next