platform/upstream/llvm.git
2019-11-06 Andy DavisAdd ViewOp verification for dynamic strides, and addres...
2019-11-06 Lei Zhang[DRR] List some limitations clearly in the doc
2019-11-06 Andy DavisAdd ViewOp to the StandardOps dialect, which casts...
2019-11-06 Eric SchweitzAdd support for the LLVM FNeg instruction
2019-11-06 River RiddleNFC: Remove an extra space when printing the 'attribute...
2019-11-06 River RiddleAdd (parse|print)OptionalAttrDictWithKeyword hooks...
2019-11-06 Roberto RosmaninhoFix typos in the Standard Dialect documentation
2019-11-05 James Molloy[llvm] Allow GlobalOp to take a region for complex...
2019-11-05 James Molloy[llvm] Add initial import of LLVM modules to mlir-translate
2019-11-05 River RiddleNFC: Rename parseOptionalAttributeDict -> parseOptional...
2019-11-05 River RiddleAdd a PatternRewriter hook to merge blocks, and use...
2019-11-05 Lei ZhangEmit empty lines after headers when generating op docs
2019-11-05 Sean SilvaRename Region::RegionType to Region::BlockListType
2019-11-04 MLIR Team[NVVM] Add mma.sync operation.
2019-11-01 River RiddleUpdate the SPV dialect type parser to use the methods...
2019-11-01 Nicolas VasilacheDrop spurious debug spew.
2019-11-01 River RiddleRefactor LinalgDialect::parseType to use the DialectAsm...
2019-11-01 River RiddleRefactor QuantOps TypeParser to use the DialectAsmParse...
2019-11-01 River RiddleRemove the need for passing a location to parseAttribut...
2019-11-01 River RiddleAdd DialectAsmParser/Printer classes to simplify dialec...
2019-11-01 Lei ZhangAdd ReferToOp attribute constraint for SymbolRefAttr
2019-11-01 Nicolas VasilacheDelete spurious file
2019-11-01 Lei ZhangMove BitEnumAttr from SPIRVBase.td to OpBase.td
2019-11-01 Mahesh RavishankarSupport lowering of imperfectly nested loops into GPU...
2019-11-01 Nicolas VasilacheAdd Linalg pattern for producer-consumer fusion
2019-11-01 James Molloy[mlir][llvm] Add missing cast ops
2019-10-31 Lei ZhangNFC: Use #ifndef in various .td files instead of #ifdef...
2019-10-31 Mehdi AminiAdd a test for lowering GPU ops that cover cases where...
2019-10-31 Mehdi AminiAdd a test.symbol_scope operation that has the SymbolTa...
2019-10-31 Alex ZinenkoLinalgDependenceGraph: add const modifiers to accessors
2019-10-30 River RiddleNFC: Simplify UseRange::iterator to just be a std:...
2019-10-30 Denis Khalikov[spirv] Add cast operations
2019-10-30 Lei ZhangUse `not` to invert return code in expected to fail...
2019-10-30 Jing PuDump op location in createPrintOpGraphPass for easier...
2019-10-30 River RiddleAdd support to GreedyPatternRewriter for erasing unreac...
2019-10-30 River RiddleAdd a utility accessor 'has_single_element' for ranges.
2019-10-30 Lei ZhangFix segfault when no symbol is given to an constraint...
2019-10-30 Nicolas VasilacheAdd basic support for declarative Linalg transformations
2019-10-30 Lei Zhang[spirv] Fix gen_spirv_dialect.py and add spv.Unreachable
2019-10-29 Lei Zhang[spirv] Mark control flow ops as InFunctionScope
2019-10-29 MLIR TeamAdd "[TOC]" to generated documentation
2019-10-29 Diego CaballeroBugfix: Keep worklistMap in sync with worklist in Greed...
2019-10-29 Lei Zhang[spirv] Use LLVM graph traversal utility for PrettyBloc...
2019-10-29 Mahesh RavishankarAdd a convenient operation build method for spirv:...
2019-10-28 Lei Zhang[spirv] Support OpPhi using block arguments
2019-10-28 Sean SilvaParse locations in parseGenericOperation
2019-10-28 Nicolas VasilacheStandardize Linalg transformations to take an OpBuilder...
2019-10-28 River RiddleAdd support for marking an operation as recursively...
2019-10-28 Christian SiggPrint reason why dynamic library could not be loaded...
2019-10-28 Alexander BelyaevLookup function declaration in SymbolTable not ModuleOp.
2019-10-26 Alexander BelyaevFix include guards and add tests for OpToFuncCallLowering.
2019-10-25 Smit HinsuDefine AnyRankedTensor Type in TableGen
2019-10-25 River RiddleAdd support for parsing multiple result name groups.
2019-10-25 Denis Khalikov[spirv] AccessChainOp canonicalization.
2019-10-24 River RiddleConvert the Canonicalize and CSE passes to generic...
2019-10-24 River RiddleAdd support for replacing all uses of a symbol.
2019-10-24 Mehdi AminiAdd missing dependency on MLIRIR on MLIREDSCInterface
2019-10-24 Alexander BelyaevAdd custom lowering of ExpOp for NVVM and ROCM.
2019-10-24 Alexander BelyaevWrap ODS to 80 lines and remove const qualifier for...
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...
next