platform/upstream/llvm.git
2019-07-16 Andy DavisFix opt build (unused variable in Linalg).
2019-07-16 Alex ZinenkoLinalg Utils: use Doxygen comments where appropriate
2019-07-16 Alex ZinenkoExtend linalg transformations to allow value operands...
2019-07-16 River RiddleRefactor LowerAffine to use OpRewritePattern instead...
2019-07-16 Alex ZinenkoLLVMDialect: still depend on standard types.
2019-07-16 MLIR TeamAutomated rollback of changelist 258149291.
2019-07-16 Nicolas VasilacheStart moving AffineOps to ODS
2019-07-16 Alex ZinenkoIntroduce loop coalescing utility and a simple pass
2019-07-16 Nicolas VasilacheExtend linalg transformations to allow value operands...
2019-07-16 Alex ZinenkoDecouple LLVM dialect from Standard dialect
2019-07-16 Alex ZinenkoLLVM Dialect: define ICmpPredicate in ODS
2019-07-16 Nicolas VasilacheExtract std.for std.if and std.terminator in their...
2019-07-16 River RiddleFix a bug in DialectConversion when using RewritePattern.
2019-07-13 Masaki KozukiFix typos
2019-07-13 River RiddleNFC: Add header blocks to DialectConversion.h to improv...
2019-07-13 River RiddleNFC: Don't print the location of a diagnostic if it...
2019-07-13 Mahesh RavishankarAdd serialization and deserialization of FuncOps. To...
2019-07-13 Lei Zhang[spirv] Various small code improvements
2019-07-13 River RiddleUpdate the PatternRewriter constructor to take a contex...
2019-07-13 River RiddleChange the IR printing pass instrumentation to ignore...
2019-07-13 River RiddleRemove the 'region' field from OpBuilder.
2019-07-13 Jing PuHide some public API of QuantizedType inherited from...
2019-07-13 Lei Zhang[spirv] Add script to auto-generate SPIR-V op template...
2019-07-13 River RiddleFix a bug in the canonicalizer when replacing constants...
2019-07-12 Nicolas VasilacheLower affine control flow to std control flow to LLVM...
2019-07-12 Denis Khalikov[spirv] Add CompositeExtractOp operation.
2019-07-12 Alex ZinenkoLoopsToGPU: use PassRegistration with constructor
2019-07-12 Alex ZinenkoLinalgTilingPass: use PassRegistration with a pass...
2019-07-12 Smit HinsuNFC: Remove redundant call to registerPassManagerCLOpti...
2019-07-12 River RiddleUpdate the dialect attribute verifiers related to funct...
2019-07-12 Mahesh RavishankarAdd support for serialization/deserialization of OpType...
2019-07-12 River RiddleRename FunctionAttr to SymbolRefAttr.
2019-07-12 Alex ZinenkoFuncOp::eraseBody: drop all references before erasing...
2019-07-12 Alex Zinenkoaffine.load/store: check for the right number of operands
2019-07-12 Nicolas VasilachePropagate linalg op attributes in transformations
2019-07-12 Alex ZinenkomcuMemHostRegister: take into account sizeof(float)
2019-07-12 Mahesh RavishankarUpdate the gen_spirv_dialect.py script to add opcodes...
2019-07-12 River RiddleNFC: Replace Module::getNamedFunction with lookupSymbol...
2019-07-12 River RiddleRefactor the parsing/printing of the top-level module.
2019-07-12 Nicolas VasilacheFix BufferSizeOp type lowering to LLVM.
2019-07-12 Alex ZinenkoPassRegistation: use overloads instead of a default...
2019-07-12 River RiddleDrop the trailing newline from the FuncOp syntax.
2019-07-12 Alex ZinenkoEDSC: use affine.load/store instead of std.load/store
2019-07-12 River RiddleNFC: Remove Function::getModule.
2019-07-12 Nicolas VasilacheDelete dead code
2019-07-10 River RiddleNFC: Rename Module to ModuleOp.
2019-07-10 River RiddleUpdate ModuleOp::create(...) to take a Location instead...
2019-07-10 River RiddleNFC: Rename Function to FuncOp.
2019-07-09 Jacques PienaarConstrain regex to avoid ordering issues.
2019-07-09 River RiddleRelax the restriction that Modules cannot contain opera...
2019-07-09 River RiddleStandardize the value numbering in the AsmPrinter.
2019-07-09 Alex ZinenkoAdd parentheses around boolean operators in an assertion in
2019-07-09 Alex ZinenkoFix a test broken on some systems due to a mis-rebase.
2019-07-09 Alex ZinenkoImplement parametric tiling on standard for loops
2019-07-09 Alex ZinenkoExtend AffineToGPU to support Linalg loops
2019-07-09 River RiddleNFC: Change a usage of StringLiteral to StringRef.
2019-07-09 River RiddleGeneralize the symbol table functionality of ModuleOp...
2019-07-09 River RiddleNFC: Remove `Module::getFunctions` in favor of a genera...
2019-07-08 River RiddleNFC: Make the 'disable-pass-threading' flag a PassManag...
2019-07-08 Jacques PienaarRemove dead code.
2019-07-08 Lei ZhangAdd dependencies for standard ops to SPIR-V conversion
2019-07-08 Jacques PienaarAdd missing override.
2019-07-08 River RiddleNFC: Remove the various "::getFunction" methods.
2019-07-08 River RiddleNFC: Add AbstractOperation as a friend of 'Op'.
2019-07-08 Mahesh RavishankarAdd Ops in SPIR-V Dialect corresponding to OpEntryPoint...
2019-07-08 Jacques PienaarRemove dead code.
2019-07-08 River RiddleAdd 'hasTrait' support to Operation.
2019-07-08 Lei Zhang[spirv] NFC: Remove functions wrapping spv.module in...
2019-07-08 Jacques PienaarAdd missing overrides.
2019-07-08 Jacques PienaarRemove std::move of trivially-copyable type.
2019-07-08 Jacques PienaarInclude missing header.
2019-07-08 Alex ZinenkoLinalgOp::Model: add missing override specifiers
2019-07-07 Jacques PienaarUse isa instead of dyn_cast as cast value isn't used.
2019-07-05 Lei ZhangMigrate NativeCodeCall and AllAttrConstraintsOf tests...
2019-07-05 Lei ZhangMigrate pattern attribute matching tests to use TestDialect
2019-07-05 Nicolas VasilacheMove StdForOp to ODS ForOp
2019-07-05 Nicolas VasilacheAdd a standard if op
2019-07-05 Alex ZinenkoSimplify launch_func rewrite pattern in mlir-cuda-runner
2019-07-05 Alex ZinenkoODS: provide a flag to skip generation of default build...
2019-07-05 Nicolas VasilacheAdd ODS accessors for named regions.
2019-07-05 Chris LattnerTrivial typo in comment fix.
2019-07-04 River RiddleNFC: Remove Region::getContainingFunction as Functions...
2019-07-04 Alex ZinenkoFix another incorrect forward declaration of LogicalResult
2019-07-04 Alex ZinenkoForward-declare LogicalResult as struct
2019-07-04 Alex ZinenkoMake TranslateFromMLIRFunction type return LogicalResul...
2019-07-04 Stephan HerhutAdd an mlir-cuda-runner tool.
2019-07-04 Alex ZinenkoAllocOp: drop redundant verifier check
2019-07-04 Stephan HerhutAdd missing mlir:: namespace in definition of createCon...
2019-07-04 Alex ZinenkoMake ConvertStandardToLLVMPass extendable with other...
2019-07-04 Mahesh RavishankarNFC: Refactoring to remove code bloat in SPIRV due...
2019-07-04 Lei Zhang[TableGen] Support creating multi-result ops in result...
2019-07-03 River RiddleReplace the implementation of Function and Module with...
2019-07-03 Andy DavisGlobally change load/store/dma_start/dma_wait operation...
2019-07-03 Nicolas VasilacheMore general subview calculation in tiling
2019-07-03 Nicolas VasilacheAdd a generic loop abstraction to the std dialect
2019-07-03 River RiddleNFC: Allow clearing the functions of a Module and splic...
2019-07-03 River RiddleAdd support for getting and setting the dialect attribu...
2019-07-03 River RiddleAdd a 'getOps<>' method to Block to only iterate operat...
2019-07-03 Lei ZhangNFC: Move Standard to SPIR-V conversion to lib/Conversion
2019-07-02 River RiddleNFC: Move the Function/Module/Operation::verify methods...
next