platform/upstream/llvm.git
2019-08-19 Mahesh RavishankarFix parsing/printing of spv.globalVariable and spv...
2019-08-19 River RiddleNFC: Move LLVMIR, SDBM, and StandardOps to the Dialect...
2019-08-19 Lei Zhang[spirv] Add spv.ReturnValue
2019-08-19 Nicolas VasilacheRefactor linalg lowering to LLVM
2019-08-19 Nicolas VasilacheAdd alignment support for llvm.alloca
2019-08-18 Jacques PienaarInitLLVM already initializes PrettyStackTraceProgram
2019-08-17 Jacques PienaarChange from llvm::make_unique to std::make_unique
2019-08-17 River RiddleNFC: Add header blocks to improve readability.
2019-08-17 Mahesh RavishankarAdd spirv::GlobalVariableOp that allows module level...
2019-08-17 River RiddleNFC: Modernize and cleanup standard ops.
2019-08-17 River RiddleNFC: Refactor the PassInstrumentation framework to...
2019-08-16 River RiddleNFC: Move the Type::is* predicates to StandardTypes.cpp
2019-08-16 MLIR TeamFix minor typos in the documentation
2019-08-16 Denis Khalikov[spirv] Extend spv.array with Layoutinfo
2019-08-16 River RiddleRefactor DialectConversion to convert the signatures...
2019-08-16 Jacques PienaarC++14 is now default enabled in LLVM, remove obsolete...
2019-08-16 Jacques PienaarRemove C++11 requirement set in cmakelists
2019-08-16 Nicolas VasilacheExtend vector.outerproduct with an optional 3rd argument
2019-08-15 Mahesh RavishankarSimplify the classes that support SPIR-V conversion.
2019-08-15 Mahesh RavishankarAdd BuiltIn EnumAttr to SPIR-V dialect
2019-08-15 Alex ZinenkoExecutionEngine: fix after upstream LLVM ORC update
2019-08-15 River RiddleAdd support for Dialect interfaces.
2019-08-14 River RiddleRefactor ElementsAttr::getValue and DenseElementsAttr...
2019-08-14 Nicolas VasilacheMove remaining linalg ops to ODS - NFC
2019-08-14 Ben VanikAllow the use of the $cppClass template variable in...
2019-08-14 Nicolas VasilacheRefactor linalg.view lowering to LLVM - NFC
2019-08-14 Nicolas VasilacheMove linalg.slice to ODS
2019-08-13 River RiddleAdd a utility script to auto-generate CHECK commands...
2019-08-13 jpienaarAdd unreachable to avoid GCC -Wreturn-type warning
2019-08-13 Nicolas VasilacheFix indexing issue in lowering of linalg.slice
2019-08-13 Alex ZinenkoLLVM dialect: introduce fmuladd intrinsic as operation
2019-08-13 Alex ZinenkoGenerateCubinAccessors: use LLVM dialect constants
2019-08-13 Mehdi AminiExpress ownership transfer in PassManager API through...
2019-08-12 Jacques PienaarAdd start of textmate language grammar.
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.
next