platform/upstream/llvm.git
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
2019-03-29 Uday BondhugulaCleanup post cl/235283610 - NFC
2019-03-29 River RiddleConvert the dialect type parse/print hooks into virtual...
2019-03-29 River RiddleAdd support for constructing DenseIntElementsAttr with...
2019-03-29 Lei Zhang[TableGen] Use ArrayRef instead of SmallVectorImpl...
2019-03-29 Nicolas VasilacheAdd a stripmineSink and imperfectly nested tiling primi...
2019-03-29 Alex ZinenkoEDSC: support conditional branch instructions
2019-03-29 Alex ZinenkoEDSC: support branch instructions
2019-03-29 Tatiana ShpeismanUse dialect hook registration for constant folding...
2019-03-29 River RiddleAdd constant folding for ExtractElementOp when the...
2019-03-29 Alex ZinenkoEDSC printing: handle integer attributes with bitwidth...
2019-03-29 Lei Zhang[TableGen] Fix infinite loop in SubstLeaves substitution
2019-03-29 Uday BondhugulaRefactor AffineExprFlattener and move FlatAffineConstra...
2019-03-29 Stella LaurenzoSpike to define real math ops and lowering of one varia...
2019-03-29 River RiddleNFC: Make DialectConversion not directly inherit from...
2019-03-29 River RiddleRewrite MLPatternLoweringPass to no longer inherit...
2019-03-29 MLIR TeamInternal change
2019-03-29 Alex ZinenkoDocument the conversion into the LLVM IR dialect
2019-03-29 Brian PattonAdd a test example of calling a builtin function.
2019-03-29 Alex ZinenkoAdd documentation for the LLVM IR dialect
2019-03-29 River RiddleDefine a PassID class to use when defining a pass....
2019-03-29 Alex ZinenkoLower standard DivF and RemF operations to the LLVM...
2019-03-29 Sergei LebedevExposed division and remainder operations in EDSC
2019-03-29 Alex ZinenkoEDSC: support call instructions
2019-03-29 Uday BondhugulaUpdate / cleanup pass documentation + Langref alloc...
2019-03-29 Jacques PienaarFix unused errors in opt build.
2019-03-29 Uday BondhugulaPrint debug message better + switch a dma-generate...
2019-03-29 Uday BondhugulaFix for getMemRefSizeInBytes: unsigned -> uint64_t
2019-03-29 Jacques PienaarCreate OpTrait base class & allow operation predicate...
2019-03-29 Ben VanikAdding -mlir-print-internal-attributes to print attribu...
2019-03-29 Alex ZinenkoAllow Builder to create function-type constants
2019-03-29 Alex ZinenkoEDSC: emit composed affine maps again
2019-03-29 Alex ZinenkoEDSC: introduce min/max only usable inside for upper...
2019-03-29 Alex ZinenkoEDSC: support multi-expression loop bounds
2019-03-29 Alex ZinenkoEDSC: create constants as expressions
2019-03-29 Nicolas Vasilache[EDSC] Fix Stmt::operator= and allow DimOp in For loops
2019-03-29 Uday BondhugulaExtend/improve getSliceBounds() / complete TODO + updat...
2019-03-29 River RiddleNFC: Refactor the files related to passes.
2019-03-29 Uday BondhugulaDMA placement update - hoist loops invariant DMAs
2019-03-29 Nicolas Vasilache[EDSC] Remove dead code in MLIREmitter.cpp
2019-03-29 Uday BondhugulaUpdate pass documentation + improve/fix some comments
2019-03-29 River RiddleAdd a generic pattern matcher for matching constant...
2019-03-29 Alex ZinenkoEDSC: clean up type casting mechanism
2019-03-29 Alex ZinenkoEDSC: make Expr typed and extensible
2019-03-29 Lei Zhang[TableGen] Support using Variadic<Type> in results
2019-03-29 Alex ZinenkoEDSC: introduce support for blocks
2019-03-29 Lei Zhang[TableGen] Fix discrepancy between parameter meaning...
2019-03-29 Uday BondhugulaMisc. updates/fixes to analysis utils used for DMA...
2019-03-29 MLIR TeamSupport fusing producer loop nests which write to a...
2019-03-29 Alex ZinenkoEDSC: properly construct FunctionTypes
2019-03-29 Alex ZinenkoExecutionEngine: provide utils for running CLI-configur...
2019-03-29 MLIR TeamLoopFusion: perform a series of loop interchanges to...
2019-03-29 Lei Zhang[TableGen] Rename Operand to Value to prepare sharing...
2019-03-29 Alex ZinenkoLLVM dialect conversion and target: support indirect...
2019-03-29 Alex ZinenkoDialect conversion: decouple function signature convers...
2019-03-29 MLIR TeamUpdate direction vector computation to use FlatAffineCo...
2019-03-29 Uday BondhugulaAdd -tile-sizes command line option for loop tiling...
2019-03-29 Lei Zhang[TFLite] Fuse AddOp into preceding convolution ops
2019-03-29 Lei Zhang[TableGen] Use deduced result types for build() of...
2019-03-29 Alex ZinenkoEDSC: fix unused-wariable warning when compiling withou...
2019-03-29 Alex ZinenkoReimplement LLVM IR translation to use the MLIR LLVM...
2019-03-29 Jacques PienaarAdd pattern constraints.
2019-03-29 Alex ZinenkoEDSC: unify Expr storage
2019-03-29 Alex ZinenkoLLVM IR Dialect: port DimOp lowering from the translator
next