OSDN Git Service

android: AMDGPU: Support using tablegened MC pseudo expansions
[android-x86/external-llvm-project.git] / mlir / tools /
2021-01-26 Christian Sigg[mlir] Set CUDA/ROCm context before creating resources.
2021-01-25 Stella Laurenzo[mlir][Python] Roll up of python API fixes.
2021-01-22 River Riddle[mlir][OpFormatGen] Add support for anchoring optional...
2021-01-21 Mehdi AminiAdd Python bindings for the builtin dialect
2021-01-21 Christian SiggRevert [mlir] Link mlir_runner_utils statically into...
2021-01-21 River Riddle[mlir][OpFormatGen] Fix incorrect kind used for Regions...
2021-01-20 Tobias Gysi[mlir] fix the rocm runtime wrapper to account for...
2021-01-20 Christian Sigg[mlir] Link mlir_runner_utils statically into cuda...
2021-01-19 Stella Laurenzo[mlir][python] Add facility for extending generated...
2021-01-19 Stella Laurenzo[mlir][python] Factor out standalone OpView._ods_build_...
2021-01-19 Mehdi AminiFix a few GCC compiler warnings (NFC)
2021-01-18 Vladislav Vinogradov[mlir] Fix cross-compilation (Linalg ODS gen)
2021-01-15 Lei Zhang[mlir][linalg] Support generating builders for named...
2021-01-14 River Riddle[mlir][OpFormatGen] Format enum attribute cases as...
2021-01-14 River Riddle[mlir][ODS] Add new RangedTypesMatchWith operation...
2021-01-14 Lei Zhang[mlir][linalg] Add docstring support for named op spec
2021-01-13 Lei Zhang[mlir][linalg] Use attributes in named ops' indexing...
2021-01-12 Lei Zhang[mlir][spirv] NFC: split deserialization into multiple...
2021-01-12 Lei ZhangReland "[mlir][linalg] Support parsing attributes in...
2021-01-12 Valentin Clement[mlir][openacc] Use TableGen information for default...
2021-01-11 Mehdi AminiRevert "[mlir][linalg] Support parsing attributes in...
2021-01-11 River Riddle[mlir][TypeDefGen] Add support for adding builders...
2021-01-11 River Riddle[mlir][ODS] Add a C++ abstraction for OpBuilders
2021-01-11 Lei Zhang[mlir][linalg] Support parsing attributes in named...
2021-01-08 Mehdi AminiFix MLIR DRR matching when attributes are interleaved...
2021-01-06 River Riddle[mlir][TypeDefGen] Remove the need to define parser...
2021-01-06 River Riddle[mlir][ODS] Rename several uses of 'description' to...
2021-01-06 Kazuaki Ishizaki[mlir] NFC: fix trivial typos
2021-01-05 Tres Popp[mlir] Fully specify removeAttr return type
2021-01-05 Felipe de Azevedo... [mlir] Gen removeAttr methods with tablegen
2021-01-05 Dan Zheng[NFC] Fix -Wrange-loop-analysis warnings.
2021-01-05 Alex Zinenko[mlir] Remove LLVMType, LLVM dialect types now derive...
2020-12-30 Stella Laurenzo[mlir][python] Aggressively avoid name collisions in...
2020-12-30 Mehdi AminiFix DRR pattern when attributes and operands are interl...
2020-12-26 Chris Lattner[ODS] Make the getType() method on a OneResult instruct...
2020-12-23 Lei Zhang[mlir][spirv] De-template serialization
2020-12-23 Lei Zhang[mlir][spirv] De-template deserialization
2020-12-23 Lei Zhang[mlir][spirv] NFC: rename SPIR-V conversion files for...
2020-12-23 ergawy[MLIR][SPIRV] Add rewrite pattern to convert select...
2020-12-22 Christian Sigg[mlir] Lower gpu.memcpy to GPU runtime calls.
2020-12-22 Alex Zinenko[mlir] remove deprecated string-based OpBuilder from ODS
2020-12-21 nicolasvasilache[mlir][Linalg] Revisit the Linalg on tensors abstraction
2020-12-18 River Riddle[mlir] Remove the MutableDictionaryAttr class
2020-12-17 Lei Zhang[mlir][spirv] NFC: Shuffle code around to better follow...
2020-12-15 River Riddle[mlir][IR] Define the singleton builtin types in ODS...
2020-12-14 River Riddle[mlir][OpDefGen] Add support for generating local funct...
2020-12-14 River Riddle[mlir][OpFormat] Add support for emitting newlines...
2020-12-14 Christian Sigg[flang] Use mlir::OpState::operator->() to get to metho...
2020-12-13 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-12 Brian Gesiak[mlir] Print bad size in AttrSizedOperandSegments
2020-12-09 Christian Sigg[mlir] Use mlir::OpState::operator->() to get to method...
2020-12-05 River Riddle[mlir][OpFormatGen] Add support for optional enum attri...
2020-12-04 Rahul Joshi[MLIR] Fix parseFunctionLikeOp() to fail parsing empty...
2020-12-04 Rahul Joshi[MLIR] Generate inferReturnTypes declaration using...
2020-12-03 David Blaikie[mlir] Make conversion functions inline instead of...
2020-12-03 Paul C. Anagnostop... [TableGen] Eliminate the 'code' type
2020-12-02 Christian SiggAdd `Operation* OpState::operator->()` to provide more...
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 Ray (I-Jui) SungDon't count attributes when addressing operands.
2020-11-30 Nicolas Vasilache[mlir] Make mlir-cpu-runner depend on native instead...
2020-11-30 Nicolas Vasilache[mlir][LLVMIR] Add support for InlineAsmOp
2020-11-29 Jacques Pienaar[mlir] Add a shape function library op
2020-11-29 Mehdi AminiRevert "[mlir] Add a shape function library op"
2020-11-28 Jacques Pienaar[mlir] Add a shape function library op
2020-11-27 Christian Sigg[mlir] Add gpu.allocate, gpu.deallocate ops with LLVM...
2020-11-24 Ulysse Beaugnon[MLIR] Fix TableGen generator for attribute interfaces.
2020-11-24 Alex Zinenko[mlir] Make attributes mutable in Python bindings
2020-11-23 MaheshRavishankar[mlir][Linalg] Fuse sequence of Linalg operation (on...
2020-11-23 John Demme[MLIR] ODS typedef gen fixes & improvements
2020-11-20 Mikhail GoncharovRevert "[mlir][Linalg] Fuse sequence of Linalg operatio...
2020-11-20 MaheshRavishankar[mlir][Linalg] Fuse sequence of Linalg operation (on...
2020-11-19 River Riddle[mlir][BuiltinDialect] Resolve comments from D91571
2020-11-19 Lei Zhang[mlir][linalg] Start a named ops to generic ops pass
2020-11-19 Ji Kim[mlir][TableGen] Support intrinsics with multiple retur...
2020-11-19 River Riddle[mlir] Add support for referencing a SymbolRefAttr...
2020-11-17 Aart Bik[mlir] [sparse] start of sparse tensor compiler support
2020-11-17 Alex Zinenko[mlir] Add a _get_default_loc_context utility to Python...
2020-11-17 Alex Zinenko[mlir] Allow for using interface class name in ODS...
2020-11-17 Alex Zinenko[mlir] Add basic support for attributes in ODS-generate...
2020-11-17 River Riddle[mlir][NFC] Remove references to Module.h and Function.h
2020-11-16 Sean Silva[mlir] Add DecomposeCallGraphTypes pass.
2020-11-12 Jean-Michel Gorius[mlir] Add plus, star and optional less/greater parsing
2020-11-12 Alex Zinenko[mlir] Generate Op builders for Python bindings
2020-11-11 Eugene Zhulenev[mlir] Add NumberOfExecutions analysis + update RegionB...
2020-11-11 Christian Sigg[mlir][gpu] Add missing initialization of gpu runtime...
2020-11-11 Christian Sigg[mlir] Allow omitting spaces in assemblyFormat with...
2020-11-10 Mehdi AminiAdd basic Python bindings for the PassManager and bind...
2020-11-10 Alex Zinenko[mlir] ODS-backed python binding generator for custom...
2020-11-09 Alexander Belyaev[mlir][std] Add ExpandOps pass.
2020-11-09 Stella Laurenzo[mlir][CAPI] Proposal: Always building a libMLIRPublicA...
2020-11-08 Stella LaurenzoRemove TOSA test passes from non test registration.
2020-11-06 Alex ZinenkoRevert "[mlir][CAPI] Proposal: Always building a libMLI...
2020-11-06 Stella Laurenzo[mlir][CAPI] Proposal: Always building a libMLIRPublicA...
2020-11-05 Sean Silva[mlir] Remove AppendToArgumentsList functionality from...
2020-11-05 Alexander Belyaev[mlir] Fix missing namespaces in OpBuildGen.cpp
2020-11-05 Alexander Belyaev[mlir] Move TestDialect and its passes to mlir::test...
2020-11-05 Nicolas Vasilache[mlir][Linalg] Side effects interface for Linalg ops
2020-11-04 Mehdi AminiAdd facilities to print/parse a pass pipeline through...
2020-11-04 Mehdi AminiAdd a basic C API for the MLIR PassManager as well...
next