platform/upstream/llvm.git
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...
2019-07-02 Nicolas VasilacheAdd support for promoting Linalg views into new buffers.
2019-07-02 Mahesh RavishankarAdd support for SPIR-V Struct Types. Current support...
2019-07-02 Lei Zhang[spirv] Various small improvements
2019-07-02 River RiddleNFC: Refactor Module to be value typed.
2019-07-02 Brett Kooncedocs: minor spelling tweaks
2019-07-02 Mahesh RavishankarResolving buffer operand of linalg.view doesnt have...
2019-07-02 Jacques PienaarUpdate readme to reflect accepting contributions.
2019-07-02 Lei Zhang[ODS] NFC: Rename EnumAttr to StrEnumAttr to be consist...
2019-07-02 Lei Zhang[spirv] Use I32EnumAttr for enum attributes
2019-07-02 River RiddleNFC: Update the Operation 'walk' methods to use llvm...
2019-07-02 River RiddleNFC: Add several utilities to OpState.
2019-07-02 Lei ZhangEnumsGen: remove dangling assertion
2019-07-02 Jacques PienaarUpdate variable naming to match LLVM coding style.
2019-07-02 Alex Zinenkogpu::LaunchOp: canonicalize away constant kernel arguments
2019-07-02 River RiddleGeneralize the CFG graph printing for Functions to...
2019-07-01 River RiddleStandardize the definition and usage of getAllArgAttrs...
2019-07-01 River RiddleNFC: Refactor Function to be value typed.
2019-07-01 River RiddleUpdate the 1->N legalizer test to use "test.return...
2019-07-01 Alex ZinenkoTypeConversion: do not materialize conversion of the...
2019-07-01 Alex ZinenkoRun FileCheck on test-legalizer.mlir
2019-07-01 Andy DavisAdd affine-to-standard lowerings for affine.load/store...
2019-07-01 Lei ZhangAlso disable generating underlying value to symbol...
2019-07-01 Lei ZhangAvoid generating underlying value to symbol conversion...
2019-07-01 Lei Zhang[ODS] Introduce IntEnumAttr
2019-07-01 Nicolas VasilacheAdd a folder-based EDSC intrinsics constructor (NFC)
2019-07-01 Alex ZinenkoExpose AffineToGPUPass for use with PassManager
2019-07-01 River RiddleExtract the automatic function renaming and symbol...
2019-07-01 Nicolas VasilacheMove BufferAllocOp and BufferDeallocOp to ODS
2019-07-01 jpienaarMerge pull request tensorflow/mlir#37 from tensorflow...
2019-06-29 jpienaarUpdate link to presentation
2019-06-29 Jacques PienaarInternal change
2019-06-29 A. Unique TensorFlowerMerge pull request tensorflow/mlir#36 from pkanwar23...
2019-06-28 pkanwar23Update CONTRIBUTING.md
2019-06-28 pkanwar23Update CONTRIBUTING.md
2019-06-28 pkanwar23Update CONTRIBUTING.md
2019-06-28 pkanwar23Update CONTRIBUTING.md
2019-06-28 Andy DavisAdd new operations affine.dma_start and affine.dma_wait...
2019-06-28 pkanwar23Update CONTRIBUTING.md
2019-06-28 Lei Zhang[spirv] Move conversion passes to a new library
2019-06-28 River RiddleRefactor DialectConversion to use 'materializeConversio...
2019-06-28 Mahesh RavishankarAdd buffer size information to Linalg::BufferType....
2019-06-28 River RiddleRespect the user provided type when parsing StringAttr.
2019-06-28 Jacques PienaarUpdate cmake depedency.
2019-06-28 Mahesh RavishankarReturn an error when parseType doesnt parse the entire...
2019-06-27 River RiddleCleanup the 'clone' methods and remove the need to...
2019-06-27 MLIR TeamParenthesize match expression to avoid operator precede...
2019-06-27 River RiddleAllow attaching a type to StringAttr.
2019-06-27 Jacques PienaarFix incorrect type used in forward declaration.
2019-06-27 MLIR TeamSupport parsing MLIR source from stdin.
2019-06-27 River RiddleAdd a new AttributeElementIterator to DenseElementsAttr.
2019-06-27 River RiddleStandardize and refactor Attribute type printing.
2019-06-26 Jacques PienaarSplit out TranslateClParser and add new parse method...
2019-06-26 Stephan HerhutAdd a pass that inserts getters for all cubins found...
2019-06-26 Stephan HerhutMake GPU to CUDA transformations independent of CUDA...
next