platform/upstream/llvm.git
2019-03-30 Alex ZinenkoRename BlockList into Region
2019-03-30 Alex ZinenkoPython bindings: expose boolean and comparison operators
2019-03-30 Alex ZinenkoPython bindings: expose various Ops through declarative...
2019-03-30 Alex ZinenkoPython bindings: expose IndexedValue
2019-03-30 Alex ZinenkoPython bindings: use MLIR operations to define constant...
2019-03-30 Alex ZinenkoPython bindings: make FunctionContext behave more like...
2019-03-30 Uday BondhugulaChange parallelism detection test pass to emit a note
2019-03-30 Uday BondhugulaChange getMemoryFootprintBytes emitError to a warning
2019-03-30 Feng Liu[TableGen] Support nested dag attributes arguments...
2019-03-30 River RiddleRefactor pass timing so that it is toggled on the passm...
2019-03-30 Uday BondhugulaFix misc bugs / TODOs / other improvements to analysis...
2019-03-30 River RiddleGive the TypeUniquer its own BumpPtrAllocator and a...
2019-03-30 River RiddleNFC: Remove a stray print in mlir::buildTripCountMapAnd...
2019-03-30 Lei Zhang[TableGen] Sort OpBase.td attribute kinds and refine...
2019-03-30 Lei Zhang[TableGen] Add common I<n>Tensor, F<n>Tensor, and I64At...
2019-03-30 Uday BondhugulaExtend loop unrolling and unroll-jamming to non-matchin...
2019-03-30 Alex ZinenkoPython bindings: provide context managers for the Blocks
2019-03-30 Alex ZinenkoPython bindings: drop third_party/ in includes
2019-03-30 MLIR TeamClean up some stray mlfunc/cfgfunc leftovers.
2019-03-30 River RiddleAdd documentation for the pass instrumentation framewor...
2019-03-30 River RiddleNFC: Remove old comment referencing CFG/EXT/ML functions.
2019-03-30 Nicolas VasilacheMinor changes to the EDSC API NFC
2019-03-30 Lei ZhangAllow input and output to have different element types...
2019-03-30 Lei ZhangPull shape broadcast out as a stand-alone utility function
2019-03-30 River RiddleEnsure that pass timing is the last added pass instrume...
2019-03-30 River RiddleTidy up some of the pass infrastructure g3doc.
2019-03-30 River RiddleAdd a new instrumentation for timing pass and analysis...
2019-03-30 Mehdi AminiMove `createConvertToLLVMIRPass()` to its own header...
2019-03-30 River RiddleUpdate the constantFold/fold API to use LogicalResult...
2019-03-30 River RiddleNFC: Move the PassExecutor and PassAdaptor classes...
2019-03-30 River RiddleMove the success/failure functions out of LogicalResult...
2019-03-30 River RiddleAdd basic infrastructure for instrumenting pass executi...
2019-03-30 Nicolas Vasilache[EDSC] Cleanup declarative builder insertion point...
2019-03-30 Jacques PienaarDelete dead function.
2019-03-30 Nicolas VasilacheFollow up on custom instruction support.
2019-03-30 Nicolas VasilacheAdd support for custom ops in declarative builders.
2019-03-30 River RiddleRename Status to LogicalResult to avoid conflictions...
2019-03-30 River RiddleDon't run verifyOperation in verifyDominance, as it...
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.
next