platform/upstream/llvm.git
2019-07-25 Alex ZinenkoAdd support for hexadecimal float literals
2019-07-25 River RiddleAdd support for an analysis mode to DialectConversion.
2019-07-25 Nicolas VasilacheFix backward slice computation to iterate through known...
2019-07-25 Alex ZinenkoMove GPU dialect to {lib,include/mlir}/Dialect
2019-07-24 River RiddleNFC: Use ValueOfRange instead of T in Diagnostic::appen...
2019-07-24 Alex ZinenkoMove SPIRV dialect tests under test/Dialect
2019-07-24 Lei ZhangDisable auto-generated builders for spv.module
2019-07-24 Nicolas VasilacheCleanup slicing test.
2019-07-24 Nicolas VasilacheEnable multi-level Linalg fusion
2019-07-24 Mahesh RavishankarAdd a utility function to populate StdOp to SPIRV Conve...
2019-07-24 Jacques PienaarUpdate cmake files.
2019-07-23 MLIR TeamAdd sitofp to the standard dialect
2019-07-23 Alex ZinenkoAffine loop parallelism detection: conservatively handl...
2019-07-23 Alex ZinenkoODS: support UnitAttr in Operation definitions
2019-07-23 Alex ZinenkoIntroduce LLVMFuncOp
2019-07-23 River RiddleAllow std.constant to hold a boolean value.
2019-07-23 Uday BondhugulaIntroduce parser library method to parse list of region...
2019-07-22 River RiddleEmit an error for missing '[' when parsing an AffineMap...
2019-07-22 Lei Zhang(De)serialize composite spv.constant
2019-07-22 River RiddleNFC: Update the LoopToStd conversion patterns to use...
2019-07-22 River RiddleNFC: Update usage of multi-threading flags.
2019-07-22 Jacques PienaarUpdate style/clang-format (NFC).
2019-07-22 Lei Zhang(De)serialize float scalar spv.constant
2019-07-22 Lei Zhang(De)serialize bool and integer scalar spv.constant
2019-07-22 Lei Zhang[spirv] NFC: adjust `encode*` function signatures in...
2019-07-22 Alex ZinenkoODS: introduce ParamNativeOpTrait
2019-07-22 Lei Zhang[spirv] Remove one level of indirection: processOp...
2019-07-22 Nicolas VasilacheRefactor LoopParametricTiling as a test pass - NFC
2019-07-22 Alex ZinenkoSingleBlockImplicitTerminator: report the wrong termina...
2019-07-21 River RiddleRefactor region type signature conversion to be explici...
2019-07-21 Mahesh RavishankarAdd (de)serialization of EntryPointOp and ExecutionModeOp
2019-07-20 River RiddleEnsure that DenseElementAttr data is 64-bit aligned.
2019-07-20 Alex ZinenkoMerge TypeUtilities library into the IR library
2019-07-20 MLIR TeamFix a comment about ShapedType::getNumElements()
2019-07-19 Lei Zhang[spirv] Avoid printing duplicate trailing type
2019-07-19 Lei ZhangReplace bitwiseCast with llvm::bit_cast
2019-07-19 Lei ZhangSuppress compiler warnings regarding unused variables
2019-07-19 Lei ZhangWrap op (de)serialization methods in anonymous namespace
2019-07-19 Jacques PienaarSwitch C++14 std::equal usage to for-loop.
2019-07-19 Alex ZinenkoMove loop dialect tests into separate files - NFC
2019-07-19 Lei ZhangAdd missing MLIRDialect dependency for MLIRDialect
2019-07-19 Mahesh RavishankarMake SPIR-V spv.EntryPoint and spv.ExecutionMode consis...
2019-07-19 Alex ZinenkoGeneralize implicit terminator into an OpTrait
2019-07-19 Nicolas VasilacheUniformize test name - NFC
2019-07-19 Nicolas VasilacheRefactor stripmineSink for AffineForOp - NFC
2019-07-19 Nicolas VasilacheUtility function to map a loop on a parametric grid...
2019-07-19 Nicolas VasilacheUniformize the API for the mlir::tile functions on...
2019-07-19 River RiddleAdd support for providing a legality callback for dynam...
2019-07-19 Lei Zhang[spirv] group methods better and improve comments
2019-07-19 Lei ZhangPlace generated StandardOps to SPIR-V patterns in anony...
2019-07-19 River RiddleNFC: Expose a ConversionPatternRewriter for use with...
2019-07-19 Feng LiuAdd an "is_signed" attribute to the quant_ConstFakeQuant op
2019-07-19 Mehdi AminiMinor cleanup to LangRef, MLIR stands for "Multi-Level IR"
2019-07-19 Lei ZhangFix script relative path after moving SPIR-V dialect
2019-07-19 Lei ZhangPrint boolean values in ElementsAttr as "true"/"false"
2019-07-19 Jing PuAdd UnitAttr in OpBase.td.
2019-07-19 Mahesh RavishankarAutomatically generate (de)serialization methods for...
2019-07-19 Geoffrey Martin... Add helper to get flattened tuple types
2019-07-19 Smit HinsuSimplify broadcastable traits
2019-07-19 River RiddleAdd support for parsing/printing the trailing type...
2019-07-19 Mehdi AminiUpdate Contributing.md doc to refer to the developer...
2019-07-19 Smit HinsuRelax Broadcastable trait to only reject instances...
2019-07-19 River RiddleRefactor the conversion of block argument types in...
2019-07-19 Smit HinsuAdd tests for broadcastable trait
2019-07-19 River RiddleAdd an initial TestingGuide document to describe testin...
2019-07-19 River RiddleAdd support for explicitly marking dialects and operati...
2019-07-16 River RiddleVerify that ReturnOp only appears within the region...
2019-07-16 Nicolas VasilacheMove affine.for and affine.if to ODS
2019-07-16 River RiddleRefactor DialectConversion to support different convers...
2019-07-16 Jacques PienaarAdd a TypeIsPred.
2019-07-16 Feng LiuSupport signed and unsigned quantization types
2019-07-16 Alex ZinenkoFix build by making LoopOps depend on StandardOps
2019-07-16 Stephan HerhutMove shared cpu runner library to Support/JitRunner.
2019-07-16 Lei ZhangNFC: Move SPIR-V dialect to Dialect/ subdirectory
2019-07-16 Lei ZhangBetter support for attribute wrapper classes when getti...
2019-07-16 Nicolas VasilacheReplace linalg.for by loop.for
2019-07-16 Alex ZinenkoForward-declare LogicalResult as struct rather than...
2019-07-16 River RiddleRemove lowerAffineConstructs and lowerControlFlow in...
2019-07-16 River RiddleUpdate 'applyPatternsGreedily' to work on the regions...
2019-07-16 River RiddleRefactor the traversal of operations to Convert in...
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...
next