platform/upstream/llvm.git
2019-03-30 Lei Zhang[TF] Define tf.FusedBatchNormOp in TableGen
2019-03-30 Lei Zhang[TableGen] Change to attach the name to DAG operator...
2019-03-30 Lei Zhang[TableGen] Support multiple result patterns
2019-03-30 Uday BondhugulaRefactor and share common code across addAffineForOpDom...
2019-03-30 Lei Zhang[TF] Improve verification for integer and floating...
2019-03-30 River RiddleIntroduce a TypeID class to provide unique identifiers...
2019-03-30 Uday BondhugulaAdd a basic model to set tile sizes + some cleanup
2019-03-30 Alex ZinenkoPython bindings: introduce loop and loop nest contexts
2019-03-30 River RiddleConvert ambiguous bool returns in /Analysis to use...
2019-03-30 River RiddleUse Status instead of bool in DialectConversion.
2019-03-30 River RiddleUpdate the PassManager infrastructure to return Status...
2019-03-30 Uday BondhugulaFix unionBoundingBox bug introduced by cl/237141668
2019-03-30 Alex ZinenkoLLVM IR Dialect conversion: use builder arguments inste...
2019-03-30 Alex ZinenkoCleanups in the LLVM IR Dialect
2019-03-30 Alex ZinenkoTableGen most of the LLVM IR Dialect to LLVM IR conversions
2019-03-30 Mehdi AminiChange assert message to mention `nullptr` instead...
2019-03-30 River RiddleMove UtilResult into the Support directory and rename...
2019-03-30 River RiddleAdd documentation for the new pass infrastructure.
2019-03-30 MLIR TeamAdds offset argument to specified range of ids know...
2019-03-30 MLIR TeamFix opt build.
2019-03-30 Uday BondhugulaAdd FlatAffineConstraints::containsId to avoid using...
2019-03-30 Nicolas VasilacheFix an incorrect comment in builder-api-test.
2019-03-30 Nicolas VasilacheAdd helper classes to declarative builders to help...
2019-03-30 Lei Zhang[TableGen] Emit verification code for op results
2019-03-30 River RiddleNFC: Remove 'Result' from the analysis manager api...
2019-03-30 Dimitrios VytiniotisMore graceful failure when verifying llvm.noalias.
2019-03-30 River RiddleAdd support for preserving specific analyses in the...
2019-03-30 Nicolas VasilacheHotfix for unused variable in opt mode
2019-03-30 Dimitrios VytiniotisUsing llvm.noalias attribute when generating LLVMIR.
2019-03-30 Nicolas Vasilache[EDSC] Hotfix: Avoid implicit OpPointer -> OpType*...
2019-03-30 Alex ZinenkoPython bindinds: support functions with attributes...
2019-03-30 Nicolas VasilacheAdd an eager API version for BR and COND_BR
2019-03-30 Nicolas VasilacheAdd support for Branches in edsc::Builder
2019-03-29 Nicolas VasilacheStart a new implementation for edsc::Builder
2019-03-29 Alex ZinenkoTableGen: allow mixing attributes and operands in the...
2019-03-29 MLIR TeamUse FlatAffineConstraints::unionBoundingBox to perform...
2019-03-29 Uday BondhugulaDMA generation CL flag update
2019-03-29 Uday BondhugulaAdd missing run command to fusion test cases - follow...
2019-03-29 Uday BondhugulaChange Pass:getFunction() to return pointer instead...
2019-03-29 River RiddleChange the TensorFlow attribute prefix from "tf$" to...
2019-03-29 River RiddleAdd a unittests directory for MLIR and start adding...
2019-03-29 River RiddleNFC: Move OperandStorage into a new header file for...
2019-03-29 Uday BondhugulaFix and improve detectAsMod
2019-03-29 Nicolas VasilacheFix lower/upper bound mismatch in stripmineSink
2019-03-29 River RiddleFix dialect attribute hooks so that they accept a Named...
2019-03-29 Alex ZinenkoTableGen: fix builder generation for optional attributes
2019-03-29 Uday BondhugulaMake sure that fusion test cases don't have out of...
2019-03-29 MLIR TeamAdds loop attribute as a temporary work around to preve...
2019-03-29 Uday BondhugulaBug fix for getConstantBoundOnDimSize
2019-03-29 Dimitrios VytiniotisSupporting conversion of argument attributes along...
2019-03-29 River RiddleAdd a 'verifyPasses' flag to the PassManager that speci...
2019-03-29 MLIR TeamHandle MemRefRegion::compute return value in loop fusio...
2019-03-29 River RiddleIntroduce the notion of dialect attributes and dependen...
2019-03-29 River RiddleImplement the initial AnalysisManagement infrastructure...
2019-03-29 Mehdi AminiAdd an assertion on the builder to ensure that a block...
2019-03-29 River RiddleSet the namespace of the StandardOps dialect to "std...
2019-03-29 Uday BondhugulaRemove hidden flag from fusion CL options
2019-03-29 Uday BondhugulaUpdate addSliceBounds to deal with loops with floor...
2019-03-29 River RiddleNFC. Move all of the remaining operations left in Built...
2019-03-29 Lei ZhangUse consistent names for dialect op source files
2019-03-29 Uday BondhugulaA simple pass to detect and mark all parallel loops
2019-03-29 MLIR TeamLoop fusion for input reuse.
2019-03-29 River RiddleAdd support for parsing and printing affine.if and...
2019-03-29 Uday BondhugulaAnalysis support for floordiv/mod's in loop bounds/
2019-03-29 Uday BondhugulaMethod to align/merge dimensional/symbolic identifiers...
2019-03-29 Alex ZinenkoEDSC bindings: expose generic Op construction interface
2019-03-29 Uday BondhugulaUse Instruction::isBeforeInBlock instead of a linear...
2019-03-29 River RiddleProvide a Builder::getNamedAttr and (Instruction|Functi...
2019-03-29 River RiddleRemove PassResult and have the runOnFunction/runOnModul...
2019-03-29 Uday BondhugulaChange some of the debug messages to use emitError...
2019-03-29 River RiddleAdd support for named function argument attributes...
2019-03-29 Alex ZinenkoLLVM IR Dialect: unify call and call0 operations
2019-03-29 Alex ZinenkoExecutionEngine OptUtils: support -On flags in string...
2019-03-29 River RiddleWhen parsing, check that a region operation is not...
2019-03-29 River RiddleMove the PassExecutor and ModuleToFunctionPassAdaptor...
2019-03-29 River RiddleAdd a generic getValue to ElementsAttr for accessing...
2019-03-29 River RiddleRemove the stubs for getValue from DenseIntElementsAttr...
2019-03-29 River RiddleAdd support for registering pass pipelines to the PassR...
2019-03-29 Jacques PienaarFix incorrect line split in header guard.
2019-03-29 Uday BondhugulaDetect more trivially redundant constraints better
2019-03-29 MLIR TeamFix bug in memref region computation with slice loop...
2019-03-29 River RiddlePort all of the existing passes over to the new pass...
2019-03-29 River RiddleImplement the initial pass management functionality.
2019-03-29 Lei Zhang[TableGen] Use result names in build() methods if possible
2019-03-29 Lei Zhang[TableGen] Add more scalar integer and floating-point...
2019-03-29 Alex ZinenkoEDSC: move FileCheck tests into the source file
2019-03-29 Ben VanikAdding an IREE type kind range definition.
2019-03-29 River RiddleAdd a new class NamedAttributeList to deduplicate named...
2019-03-29 Uday BondhugulaTemp change in FlatAffineConstraints::getSliceBounds...
2019-03-29 River RiddleAllow function names to have a leading underscore....
2019-03-29 River RiddleValidate the names of attribute, dialect, and functions...
2019-03-29 Uday BondhugulaLoop fusion comand line options cleanup
2019-03-29 River RiddleAdd parser support for internal named attributes. These...
2019-03-29 Lei Zhang[TableGen] Fix using rewrite()'s qualified name for...
2019-03-29 River RiddleAdd a Function::isExternal utility to simplify checks...
2019-03-29 River RiddleRewrite the dominance info classes to allow for operati...
2019-03-29 Dimitrios VytiniotisUnboxing for static memrefs.
2019-03-29 Alex ZinenkoLLVM IR dialect and translation: support conditional...
2019-03-29 Alex ZinenkoUpdate LLVM Dialect documentation
2019-03-29 Smit HinsuVerify IR produced by TranslateToMLIR functions
next