platform/upstream/llvm.git
2019-08-12 Jacques PienaarUse unreachable post switch rather than default case.
2019-08-12 Jacques PienaarAvoid passing in line/col for files not registered...
2019-08-12 Jacques PienaarUpdate typo
2019-08-12 Alex ZinenkoLLVM dialect: introduce llvm.addressof to access globals
2019-08-12 Nicolas VasilacheAdd lowering of vector dialect to LLVM dialect.
2019-08-12 River RiddleNFC: Update pattern rewrite API to pass OwningRewritePa...
2019-08-12 Chris LattnerODS: Round out the definitions of the common integer...
2019-08-12 River RiddleRefactor DenseElementAttr::getValues methods to return...
2019-08-10 River RiddleNFC: Standardize the terminology used for parent ops...
2019-08-10 Lei ZhangNFC: Refactoring PatternSymbolResolver into SymbolInfoMap
2019-08-10 River RiddleNFC: Update usages of OwningRewritePatternList to pass...
2019-08-09 Alex ZinenkoTranslation to LLVM IR: use LogicalResult instead of...
2019-08-09 Alex ZinenkoLLVM dialect and translation: support global strings
2019-08-09 Alex ZinenkoTranslation to LLVM: support llvm.global
2019-08-09 Nicolas VasilacheExternal library name mangling support for linalg.
2019-08-09 Nicolas VasilacheAllow linalg.view to change the underlying elemental...
2019-08-09 Nicolas VasilacheAdd a higher-order vector.outerproduct operation in...
2019-08-09 Nicolas VasilacheAdd a higher-order vector.extractelement operation...
2019-08-09 Nicolas VasilacheAdd support for vector ops in the LLVM dialect
2019-08-09 Alex ZinenkoLLVM Dialect: introduce llvm.global
2019-08-09 Nagy MostafaAdd support for floating-point comparison 'fcmp' to...
2019-08-08 Diego CaballeroEnable TTI for host TargetMachine in JitRunner
2019-08-08 Mahesh RavishankarBuild SymbolTable upfront in ModuleOp verification.
2019-08-08 Mahesh RavishankarAdd SymbolTable trait to spirv::ModuleOp.
2019-08-08 Alex ZinenkoLexer: NFC: sort helper methods alphabetically
2019-08-08 Alex ZinenkoFunctionSupport: wrap around bool to have a more semant...
2019-08-08 Alex ZinenkoIntroduce support for variadic function signatures...
2019-08-08 Kan ChenCommand toyc should be toyc-ch2 in this chapter
2019-08-08 Alex ZinenkoParser: treat implicit top-level module as an SSA name...
2019-08-08 Nicolas VasilacheAdd canonicalization pattern for linalg.dim
2019-08-08 Eric SchweitzAdd the LLVM IR unreachable instruction to the LLVMIR...
2019-08-08 River RiddleNFC: Update FuncOp::addEntryBlock to return the newly...
2019-08-07 Lei ZhangInitialize local variables for opcode to fix MSAN failures
2019-08-07 River RiddleAdd utility 'replaceAllUsesWith' methods to Operation.
2019-08-07 Chris LattnerImprove support for opaque types in MLIR, allowing...
2019-08-07 Diego CaballeroFix verification of zero-dim memref in affine.load...
2019-08-07 Andy LyHave ValueUseIterator template use OperandType instead...
2019-08-06 River RiddleNFC: Simplify ModuleTerminatorOp by using the HasParent...
2019-08-06 Andy LyRemove ops in regions/blocks from worklist when parent...
2019-08-06 River RiddleNFC: Simplify ModuleOp by using the SingleBlockImplicit...
2019-08-06 Lei ZhangEmit matchAndRewrite() for declarative rewrite rules
2019-08-06 Lei Zhang[spirv] Provide decorations in batch for op construction
2019-08-06 Nicolas VasilacheAdd a region to linalg.generic
2019-08-06 Nicolas VasilacheRefactor Linalg ops to loop lowering (NFC)
2019-08-06 Diego CaballeroAdd TTI pass initialization to pass managers.
2019-08-06 River RiddleNFC: Implement OwningRewritePatternList as a class...
2019-08-05 Suharsh SivakumarFix header guard.
2019-08-05 Nicolas VasilacheDrop linalg.range_intersect op
2019-08-05 Lei ZhangUse SingleBlockImplicitTerminator trait for spv.module
2019-08-05 Alex ZinenkoIntroduce custom syntax for llvm.func
2019-08-05 Denis Khalikov[mlir-translate] Fix test suite.
2019-08-04 Mehdi AminiRemove non-needed includes from ConvertControlFlowToCFG...
2019-08-04 Alex ZinenkoFix ExecutionEngine post-update in upstream LLVM
2019-08-03 Lei Zhang[ODS] Add new definitions for non-negative integer...
2019-08-03 Mehdi AminiFix clang 5.0 by using type aliases for LLVM DenseSet/Map
2019-08-02 Nicolas VasilacheAdd a generic Linalg op
2019-08-02 Jacques PienaarFully qualify DenseMap.
2019-08-02 Diego CaballeroAdd StdIndexedValue to EDSC helpers
2019-08-02 Alex ZinenkoAffineDataCopyGeneration: don't use CL flag values...
2019-08-02 Alex ZinenkoWritingAPass doc: demonstrate registration of a non...
2019-08-01 Mehdi AminiAdd missing include to DenseMap in MLIRContext.cpp
2019-08-01 Uday BondhugulaIntroduce explicit copying optimization by generalizing...
2019-08-01 Lei ZhangQualify StringRef to fix Windows build failure
2019-08-01 Lei Zhang[spirv] Add support for specialization constant
2019-08-01 Eric SchweitzAdd FIR, the Flang project's IR, to the dialect registry.
2019-08-01 Denis Khalikov[spirv] Add binary logical operations.
2019-08-01 Lei ZhangReplace the verifyUnusedValue directive with HasNoUseOf...
2019-08-01 Lei ZhangMigrate pattern symbol binding tests to use TestDialect
2019-07-31 Lei ZhangFix support for auxiliary ops in declarative rewrite...
2019-07-31 Lei ZhangNFC: refactor ODS builder generation
2019-07-31 Mahesh RavishankarUse operand number during serialization to get the...
2019-07-31 Denis Khalikov[spirv] Add binary arithmetic operations tensorflow...
2019-07-30 Mahesh RavishankarAdd missing include file to StringExtrasTest.cpp
2019-07-30 Alex ZinenkoSupport hexadecimal floats in tensor literals
2019-07-30 Mahesh RavishankarAdd support for (de)serialization of SPIR-V Op Decorations
2019-07-30 Alex ZinenkoAdd support for hexadecimal float literals
2019-07-30 Mahesh RavishankarLink in MLIRGPUtoSPIRVTransforms with mlir-opt
2019-07-30 Jacques PienaarAdd std::move in UniformSupport.
2019-07-30 Mahesh RavishankarInitial implementation to translate kernel fn in GPU...
2019-07-30 Lei Zhang[spirv] Add basic infrastructure for negative deseriali...
2019-07-30 Denis Khalikov[spirv] Add binary arithmetic operations.
2019-07-30 Jacques PienaarRemove dead code.
2019-07-30 Alex ZinenkoRewriterGen: properly handle zero-result ops
2019-07-30 Mehdi AminiFix SingleBlockImplicitTerminator traits to catch empty...
2019-07-30 Mehdi AminiSimplify ODS for loop.if and loop.for traits (NFC)
2019-07-30 Mahesh RavishankarEnable (de)serialization support for spirv::AccessChainOp
2019-07-30 Mehdi AminiAdd a `HasParent` operation trait to enforce a specific...
2019-07-30 Mehdi Amini[mlir-tblgen] Emit forward declarations for all the...
2019-07-27 Jacques PienaarInitialize union to avoid -Wmissing-field-initializers...
2019-07-27 Andy DavisVerify that affine.load/store/dma_start/dma_wait operan...
2019-07-26 Nicolas VasilacheAutomated rollback of commit 3708f53219aa2b201e82e7172c...
2019-07-26 Nicolas VasilacheAdd sgemm specializations - NFC
2019-07-26 Lei ZhangSupport referencing a single value generated by a match...
2019-07-26 Nicolas VasilacheFix backward slice corner case
2019-07-26 Nicolas VasilacheFix linalg_matmul_impl interfacing with sgemm
2019-07-26 Nicolas VasilacheUse "standard" load and stores in LowerVectorTransfers
2019-07-26 Krzysztof DrewniakAdd API for bulk-setting attributes in an OperationState
2019-07-26 Mehdi AminiAutomated rollback of commit fc194a4f22fe53f46729821d9c...
2019-07-25 Denis Khalikov[spirv] Add AccessChainOp operation.
2019-07-25 Mehdi AminiUse perfect forwarding for OpBuilder::create args ...
next