platform/upstream/llvm.git
2019-09-27 Nicolas VasilachePromote MemRefDescriptor to a pointer to struct when...
2019-09-27 Nicolas VasilacheFix JitRunner.cpp Error creation pattern and reactivate...
2019-09-27 Denis KhalikovFix Documentation OpDefinitions.md
2019-09-27 Kazuaki IshizakiFix missing links in the documentation
2019-09-27 Deven Desai[ROCm] Adding ROCDL Dialect.
2019-09-26 Jacques PienaarDisable failing tests
2019-09-26 Jacques PienaarMake result ops generated output deterministic
2019-09-26 Nicolas VasilacheDecouple tiling from fusion in Linalg.
2019-09-26 Alex ZinenkoDrop support for memrefs from JitRunner
2019-09-26 Christian SiggAdd AllReduceOp to GPU dialect with lowering to NVVM.
2019-09-26 Lei ZhangRemove unused variables and methods to address compiler...
2019-09-26 Mahesh RavishankarAdd spv.Bitcast operation to SPIR-V dialect
2019-09-26 Jing PuChange the return type of createPrintCFGGraphPass to...
2019-09-25 Lei Zhang[spirv] Add SPV_UnaryOp and spv.FNegate
2019-09-25 Kazuaki IshizakiMinor spelling tweaks
2019-09-25 Jacques PienaarEmit function name being tested in TestMemRefStrideCalc...
2019-09-25 Geoffrey Martin... Add tablegen verification traits for comparing differen...
2019-09-25 Lei ZhangFix memref-stride-calculation on Windows
2019-09-25 Lei ZhangForward declare LogicalResult as a struct to be consistent
2019-09-25 Mahesh RavishankarMiscellaneous fixes to SPIR-V Deserializer (details...
2019-09-25 River RiddleNFC: Add 'const' dereference method to OperandTypeIterator.
2019-09-25 Mahesh RavishankarAdd support for GLSL Binary ops, and use it to implemen...
2019-09-25 Lei Zhang[spirv] Replace bitwiseCast with llvm::bit_cast
2019-09-24 River RiddleNFC: Add a description to the ODS interface example.
2019-09-24 River RiddleAllow attaching descriptions to OpInterfaces and Interf...
2019-09-24 Uday BondhugulaIntroduce splat op + provide its LLVM lowering
2019-09-24 Nicolas VasilacheNormalize lowering of MemRef types
2019-09-24 Christian SiggClone called functions into nested GPU module.
2019-09-24 Christian SiggAllow null Attribute for value when building GlobalOp.
2019-09-24 Lei Zhang[spirv] NFC: clean up (de)serialization tests
2019-09-24 Mahesh RavishankarMake spirv::RuntimeArrayType part of spirv::CompositeType.
2019-09-24 Lei ZhangLet mlir-translate support -split-input-file
2019-09-24 Mahesh RavishankarHandle OpMemberName instruction in SPIR-V deserializer.
2019-09-23 Jacques PienaarUse constant's location for reporting errors in parsing...
2019-09-23 Mahesh RavishankarSimplify the way spirv::StructTypes are parsed.
2019-09-23 Mehdi AminiAdd convenience methods to set an OpBuilder insertion...
2019-09-23 River RiddleAdd initial callgraph support.
2019-09-23 River RiddleAdd interfaces for call-like/callable operations.
2019-09-23 River RiddleRefactor DiagnosticEngine to support multiple registere...
2019-09-23 River RiddleUpdate the Pass, Analysis, and PassManager sections...
2019-09-23 River RiddleNFC: Fix warning for uninitialized field.
2019-09-23 Jacques PienaarAdd variants of interleave that take separator
2019-09-23 Christian SiggOutline GPU kernel function into a nested module.
2019-09-23 Christian SiggFix a number of Clang-Tidy warnings.
2019-09-23 Jing Pu[NFC] Replace std::clamp with inline implementation.
2019-09-23 Jing PuSpecalize f32->i8/u8 Quanitization with C++ native...
2019-09-22 MLIR TeamUpdate TruncateIOp builder to pass OperationState by...
2019-09-22 Uday Bondhugulaupdate layout map examples in doc, drop stale ones
2019-09-22 Denis KhalikovFix undefined reference to mlir::getElementTypeOrSelf...
2019-09-21 Manuel FreibergerAdd integer sign- and zero-extension and truncation...
2019-09-21 brett koonceminor spelling tweaks
2019-09-21 Denis Khalikov[spirv] Add OpControlBarrier and OpMemoryBarrier.
2019-09-21 Uday BondhugulaUpgrade/fix/simplify store to load forwarding
2019-09-21 Mehdi AminiAdd a note about the use of recursion in the developer...
2019-09-21 Lei Zhang[ODS] Add support for FloatElementsAttr
2019-09-21 Christian SiggMake GlobalOp's value attribute optional.
2019-09-21 River RiddleNFC: Pass OpAsmPrinter by reference instead of by pointer.
2019-09-21 River RiddleNFC: Pass OperationState by reference instead of by...
2019-09-20 River RiddleAvoid iterator invalidation when recursively computing...
2019-09-20 River RiddleNFC: Pass OpAsmParser by reference instead of by pointer.
2019-09-20 Nicolas VasilacheUse SmallVectorImpl in getStrides
2019-09-20 Nicolas VasilacheFix public build
2019-09-20 Nicolas VasilacheAdd utility to extract strides from layout map in MemRe...
2019-09-20 Jacques PienaarRemove unused import and two import forms
2019-09-19 Mahesh RavishankarAllow specification of decorators on SPIR-V StructType...
2019-09-19 George KarpenkovAutomated rollback of commit 5684a12434f923d03b6870f2aa...
2019-09-19 Feng LiuQuantize attribute values by per axis quantization...
2019-09-19 Prakalp SrivastavaNFC: Fix return indentation in generated op definitions.
2019-09-19 MLIR TeamAdd address space attribute to LLVMIR's GlobalOp.
2019-09-19 MLIR TeamOutline GPU kernel function into a nested module.
2019-09-19 River RiddleNFC: Remove stray logging from ~Block().
2019-09-19 River RiddleFix nested dominance relationship between parent result...
2019-09-18 Uday BondhugulaSupport symbolic operands for memref replacement; fix...
2019-09-18 MLIR TeamUnify error messages to start with lower-case.
2019-09-18 Alex ZinenkoSDBM: support sum expressions on the LHS of stripe...
2019-09-18 Alex ZinenkoSimplify SDBM expressions more aggressively in operator...
2019-09-18 River RiddleAdd support to OpAsmParser for parsing unknown keywords.
2019-09-17 Mahesh RavishankarAdd (de)serialization support for OpRuntimeArray.
2019-09-17 Lei ZhangRegister a -test-spirv-roundtrip hook to mlir-translate
2019-09-17 River RiddleAdd a preprocess pass to remove sequences that are...
2019-09-17 Lei ZhangSupport file-to-file translation in mlir-translate
2019-09-17 Lei ZhangChange MLIR translation functions signature
2019-09-17 Uday BondhugulaAdd rewrite pattern to compose maps into affine load...
2019-09-17 Mehdi AminiAdd missing CMake dependency from libAnalysis to the...
2019-09-17 Mahesh RavishankarAutogenerate (de)serialization for Extended Instruction...
2019-09-16 Denis Khalikov[spirv] Add support for function calls.
2019-09-16 River RiddleAdd support for multi-level value mapping to DialectCon...
2019-09-16 Lei Zhang[spirv] Add support for BitEnumAttr
2019-09-16 Alex ZinenkoOverhaul the SDBM expression kind hierarchy
2019-09-16 Alex ZinenkoIntroduce SDBMDirect expression into the SDBM expressio...
2019-09-16 MLIR TeamUnify how errors are emitted in LaunchFuncOp verification.
2019-09-16 MLIR TeamError out when kernel function is not found while trans...
2019-09-16 Alex ZinenkoDrop makePositionAttr and the like in favor of Builder...
2019-09-16 Mahesh RavishankarAdd mechanism to specify extended instruction sets...
2019-09-15 River RiddleUpdate the pass registration section and add a sub...
2019-09-15 Uday BondhugulaFix typo in test/AffineOps/ops.mlir
2019-09-15 River RiddleNFC: Update the PassInstrumentation section.
2019-09-15 River RiddleNFC: Update the expected outputs of pass-timing.
2019-09-15 River RiddleUpdate the IRPrinter instrumentation to work on non...
2019-09-15 River RiddleNFC: Pass PassInstrumentations by unique_ptr instead...
next