OSDN Git Service

[JITLink] Fix include guard end comment.
[android-x86/external-llvm-project.git] / mlir /
2020-12-13 Jacques PienaarDon't emit on op diagnostic in reproducer emission
2020-12-13 ergawy[MLIR][SPIRV] Add support for GLSL F/U/SClamp.
2020-12-13 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-13 Chris Lattner[AsmParser] Fix support for zero bit integer types.
2020-12-13 kweisamx[mlir] Add Python binding for MLIR Dict Attribute
2020-12-12 Brian Gesiak[mlir] Print bad size in AttrSizedOperandSegments
2020-12-12 River Riddle[mlir][docs] Tidy up the pass infrastructure documentation
2020-12-11 Mehdi AminiStore a MlirIdentifier instead of a MlirStringRef in...
2020-12-11 Sean SilvaRevert "Revert "[mlir] Start splitting the `tensor...
2020-12-11 Sean SilvaRevert "[mlir] Start splitting the `tensor` dialect...
2020-12-11 Sean Silva[mlir] Start splitting the `tensor` dialect out of...
2020-12-11 Alex Zinenko[mlir] Support inlining into affine operations
2020-12-11 Nicolas Vasilache[mlir][ArmNeon][RFC] Add a Neon dialect
2020-12-11 Adrian Kuegel[mlir] Expose target configuration for lowering to...
2020-12-11 Adrian KuegelAdd rsqrt lowering from standard to ROCDL.
2020-12-10 River Riddle[mlir] Remove the dependency on StandardOps from FoldUtils
2020-12-10 River Riddle[mlir][SCCP] Don't visit private callables unless they...
2020-12-10 Mehdi AminiAdd MLIR Python binding for Array Attribute
2020-12-10 River Riddle[mlir][Parser] Fix crash in DenseElementsAttr parser...
2020-12-10 River Riddle[mlir][StandardOps] Verify that the result of an intege...
2020-12-10 Rahul Joshi[NFC] Use ConvertOpToLLVMPattern instead of ConvertToLL...
2020-12-10 Alex Zinenko[mlir] Explicitly track branch instructions in translat...
2020-12-10 Benjamin Kramer[mlir][Shape] Make sure tensor_cast(constant_shape...
2020-12-10 Adrian KuegelAdd sqrt lowering from standard to ROCDL
2020-12-09 River Riddle[mlir][Interfaces] Tidy up the documentation for interfaces
2020-12-09 Rahul Joshi[MLIR] Minor cleanup for Shape dialect.
2020-12-09 Tres Popp[mlir] Allow RegionBranchOps in dependence analysis
2020-12-09 Sergei Grechanik[mlir][Affine] Fix vectorizability check for multiple...
2020-12-09 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-09 Frederik Gossen[MLIR] Expose target configuration for lowering to...
2020-12-09 Mehdi AminiFix MLIR Python bindings build after changes to the...
2020-12-08 Valentin Clement[flang][openacc] Update reference to OpenACC 3.1 specif...
2020-12-08 Eugene Zhulenev[mlir] Async: Add numWorkerThreads argument to createAs...
2020-12-08 Christian Sigg[mlir] Revert "Tighten access of RewritePattern methods."
2020-12-08 Tres Popp[mlir] Use rewriting infrastructure in AsyncToLLVM
2020-12-08 Frederik GossenAdd sqrt lowering from standard to NVVM
2020-12-08 Benjamin Kramer[mlir][Shape] Canonicalize assume_all with one input...
2020-12-08 Christian Sigg[mlir] Tighten access of RewritePattern methods.
2020-12-08 ergawy[MLIR][SPIRV] Add initial support for OpSpecConstantOp.
2020-12-08 Frederik GossenAdd rsqrt lowering from standard to NVVM
2020-12-08 Alex Zinenko[mlir] Add an option to control the number of loops...
2020-12-08 Alex Zinenko[mlir] properly support min/max in affine parallelization
2020-12-07 Mehdi AminiAdd Python binding for MLIR Type Attribute
2020-12-07 Mehdi AminiCustomize exception thrown from mlir.Operation.create...
2020-12-07 Aart Bik[mlir][sparse] hoist loop invariant tensor loads in...
2020-12-07 Navdeep Kumar[MLIR][Affine] Add affine.for normalization support
2020-12-07 Sourabh Singh Tomar[MLIR,OpenMP] Added support for lowering MasterOp to...
2020-12-05 River Riddle[mlir][IR] Move the storage for results to before the...
2020-12-05 River Riddle[mlir][OpFormatGen] Add support for optional enum attri...
2020-12-04 Aart Bik[mlir][vector] rephrased description
2020-12-04 Thomas Raoux[mlir][vector][NFC] Change UnrollVectorPattern to not...
2020-12-04 Rahul Joshi[MLIR] Fix parseFunctionLikeOp() to fail parsing empty...
2020-12-04 Rahul Joshi[MLIR] Generate inferReturnTypes declaration using...
2020-12-04 Nicolas Vasilache[mlir][Linalg] NFC - Expose tiling canonicalization...
2020-12-04 Nicolas Vasilache[mlir][Linalg] Properly use distribution options.
2020-12-04 Christian SiggRemove typeConverter from ConvertToLLVMPattern and...
2020-12-04 Hanhan Wang[mlir][Linalg] Handle fusion on tensors for projected...
2020-12-04 River Riddle[mlir][Attributes][NFC] Move all builtin Attribute...
2020-12-04 River Riddle[mlir][Types][NFC] Move all of the builtin Type classes...
2020-12-04 River Riddle[mlir][NFC] Remove Function.h and Module.h in favor...
2020-12-04 Aart Bik[mlir][vector][avx512] move avx512 lowering pass into...
2020-12-04 River Riddle[mlir][IR] Add explicit default constructor to OwningMo...
2020-12-04 GeorgeUse MlirStringRef in StandardAttributes.h
2020-12-03 River Riddle[mlir][Parser] Don't hardcode the use of ModuleOp in...
2020-12-03 River Riddle[mlir][Pass] Remove the restriction that PassManager...
2020-12-03 River Riddle[mlir][IR] Remove references to BuiltinOps from IR/
2020-12-03 Thomas Raoux[mlir][linalg] Add vectorization for element-wise linal...
2020-12-03 David Blaikie[mlir] Use long rather than int to address pointer...
2020-12-03 David Blaikie[mlir] Make conversion functions inline instead of...
2020-12-03 Mehdi AminiRevert "Include Region.h in OperationSupport.h instead...
2020-12-03 Mehdi AminiInclude Region.h in OperationSupport.h instead of forwa...
2020-12-03 Mehdi AminiUse the generic form when printing from the python...
2020-12-03 Max Kudryavtsev[MLIR] Fix vector::TransferWriteOp builder losing permu...
2020-12-03 Paul C. Anagnostop... [TableGen] Eliminate the 'code' type
2020-12-03 Haruki Imai[MLIR] Normalize the results of normalizable operations
2020-12-03 Julian Gross[MLIR] Added support for dynamic shaped allocas to...
2020-12-03 Christian SiggFix forward for rGd9adde5ae216: adding missing dependency.
2020-12-03 Christian Sigg[mlir][gpu] Move gpu.wait ops from async.execute region...
2020-12-02 Uday Bondhugula[MLIR][NFC] Fix mix up between dialect attribute values...
2020-12-02 River Riddle[mlir][PDL] Use explicit loop over llvm::find to fix...
2020-12-02 Christian SiggAdd `Operation* OpState::operator->()` to provide more...
2020-12-02 Alex Zinenko[OpenMPIRBuilder] forward arguments as pointers to...
2020-12-02 Hanhan Wang[mlir][doc] Correct method names in DialectConversion...
2020-12-02 River Riddle[mlir][PDL] Forward captured single entity constraint...
2020-12-02 River Riddle[mlir][PDL] Use .getOperation() when construction Succe...
2020-12-02 zhanghb97[mlir][Python] Check numpy in Python bindings configura...
2020-12-02 River Riddle[mlir][PDL] Add append specialization for ByteCode...
2020-12-01 River Riddle[mlir][PDL] Add support for PDL bytecode and expose...
2020-12-01 Rahul Joshi[MLIR] Fix genTypeInterfaceMethods() to work correctly...
2020-12-01 ergawy[MLIR][LLVM] Fix a tiny typo in the dialect docs.
2020-12-01 Eugene Zhulenev[mlir] AsyncRuntime: disable threading until test flaki...
2020-12-01 Ray (I-Jui) SungDon't count attributes when addressing operands.
2020-12-01 Sean Silva[mlir] Small cleanups to func-bufferize/finalizing...
2020-11-30 Nicolas Vasilache[mlir] Make mlir-cpu-runner depend on native instead...
2020-11-30 Christian SiggAdd `using ConvertToLLVMPattern::match/matchAndRewrite...
2020-11-30 Nicolas Vasilache[mlir][LLVMIR] Add support for InlineAsmOp
2020-11-30 Stella Laurenzo[mlir][CAPI] Convert the rest of the API int -> bool.
2020-11-30 Stella Laurenzo[mlir][Python] Add an Operation.result property.
2020-11-30 Stella Laurenzo[mlir][Python] Python API cleanups and additions found...
2020-11-30 GeorgeUse bool in place of int for boolean things in the...
next