OSDN Git Service

[ORC] Remove commented out methods accidentally left in in 069919c9ba3.
[android-x86/external-llvm-project.git] / mlir /
2020-10-19 Sean Silva[mlir] Use dynamic_tensor_from_elements in shape.broadc...
2020-10-19 Sean Silva[mlir][DialectConversion] Fix recursive `clone` calls.
2020-10-19 Sean Silva[mlir] Add std.dynamic_tensor_from_elements bufferization.
2020-10-19 Sean Silva[mlir] Add some more std bufferize patterns.
2020-10-19 George Mitenkov[MLIR][SPIRVToLLVM] Updated documentation for composite ops
2020-10-19 Alexander Belyaev[mlir][nfc] Move BaseOpWithOffsetSizesAndStrides to...
2020-10-19 Marcel Koester[mlir] Refactored BufferPlacement transformation.
2020-10-19 Alex Zinenko[mlir] Use `let arguments =` syntax instead of inherita...
2020-10-19 Kiran Chandramohan[OpenMP][MLIR] Fix for nested parallel regions
2020-10-19 Christian Sigg[mlir][gpu] NFC: Make room for more than one GPU rewrit...
2020-10-19 Christian Sigg[mlir] Allow space literals (` `) in assemblyFormat.
2020-10-19 John Demme[MLIR] ODS TypeDefs: getChecked() and internal enhancements
2020-10-19 John Demme[MLIR] ODS TypeDef documentation
2020-10-18 River Riddle[mlir] Add canonicalization for cond_br that feed into...
2020-10-16 Rob SudermanFixed a failure when const matcher fails, added a test...
2020-10-16 River Riddle[mlir] Update SCCP and the Inliner to use SymbolTableCo...
2020-10-16 River Riddle[mlir] Add a new SymbolUserOpInterface class
2020-10-16 River Riddle[mlir] Optimize symbol related checks in SymbolDCE
2020-10-16 River Riddle[mlir] Add a utility class, ThreadLocalCache, for stori...
2020-10-16 ahmedsabie[MLIR] Add idempotent trait folding
2020-10-16 Stella Laurenzo[mlir][CAPI] Add mlirAttributeGetType function.
2020-10-16 Rob Suderman[MLIR] Fix gcc5 in D89161
2020-10-15 Rob Suderman[mlir] RewriterGen NativeCodeCall matcher with Constant...
2020-10-15 Thomas Raoux[mlir][vector] Add unrolling patterns for Transfer...
2020-10-15 David BlaikieAdd missing 'override'
2020-10-15 Sean Silva[mlir] Add std.tensor_to_memref op and teach the infra...
2020-10-15 Sean Silva[mlir] Fix typo in LangRef
2020-10-15 Nicolas Vasilache[mlir][Linalg] NFC - Rename test files s/_/-/g
2020-10-15 Stephan Herhut[mlir][standard] Fix parsing of scalar subview and...
2020-10-15 MaheshRavishankar[mlir][SPIRV] Adding an attribute to capture configurat...
2020-10-14 MaheshRavishankar[mlir][Linalg] Rethink fusion of linalg ops with reshap...
2020-10-14 Sean Silva[mlir] Fix some style comments from D89268
2020-10-14 Sean Silva[mlir][bufferize] Rename BufferAssignment* to Bufferize*
2020-10-14 Sean Silva[mlir] Refactor code out of BufferPlacement.cpp
2020-10-14 Sean Silva[mlir] Rename ShapeTypeConversion to ShapeBufferize
2020-10-14 Sean Silva[mlir] Linalg refactor for using "bufferize" terminology.
2020-10-14 rdzhabarov[DDR] Introduce implicit equality check for the source...
2020-10-14 Jacques Pienaar[mlir] More changes to avoid args now inserted.NFC
2020-10-14 Irina DobrescuAdd Allocate Clause to MLIR Parallel Operation Definition
2020-10-14 Kevin Petit[mlir][vulkan-runner] Fix buffer usage flags
2020-10-14 Eric Schweitz[mlir] expand the legal floating-point types in the...
2020-10-14 Nicolas Vasilache[mlir][Linalg] Add missing dependency
2020-10-14 Nicolas Vasilache[mlir][Linalg] Make a Linalg CodegenStrategy available.
2020-10-14 Aden GrueFix typos in the documentation of dynamic values in...
2020-10-14 Stella Laurenzo[mlir] Remove obsolete "Quantization" section from...
2020-10-14 Mehdi AminiRevert "[DDR] Introduce implicit equality check for...
2020-10-14 John Demme[MLIR] Add support for defining Types in tblgen
2020-10-13 rdzhabarov[DDR] Introduce implicit equality check for the source...
2020-10-13 Geoffrey Martin... Remove unused SideEffectInterfaces header
2020-10-13 ahmedsabie[MLIR] Add a foldTrait() mechanism to allow traits...
2020-10-13 Alberto Magni[mlir][Linalg] Lower padding attribute for pooling ops
2020-10-13 Benjamin Kramer[mlir-cuda-runner] Unbreak the build
2020-10-13 Stella Laurenzo[mlir][Python] Add missing capsule->module and Context...
2020-10-13 Alexander Belyaev[mlir][nfc] Add a func to compute numElements of a...
2020-10-13 Stella Stamenova[mlir] Fix sporadic build failures due to missing depen...
2020-10-13 Nicolas Vasilache[mlir][Linalg] Fix TensorConstantOp bufferization in...
2020-10-13 Christian Sigg[mlir][gpu] Add `gpu.wait` op.
2020-10-13 ergawy[MLIR][SPIRV] Support identified and recursive structs.
2020-10-13 Lei Zhang[mlir-vulkan-runner] Clean up some stale CMake configur...
2020-10-13 Eugene Zhulenev[mlir] Add async.await operation to async dialect
2020-10-12 Stella Laurenzo[mlir] Make Python bindings installable.
2020-10-12 Nicolas Vasilache[mlir][Linalg] Temporarily circumvent TensorConstant...
2020-10-12 Ben Vanik[mlir] fixing typo in parseAttribute that was ignoring...
2020-10-12 Christian Sigg[mlir][gpu] Adding gpu runtime wrapper functions for...
2020-10-12 Nicolas Vasilache[mlir][Linalg] NFC - Automate the printing of canonical...
2020-10-12 Nicolas Vasilache[mlir][Linalg] Add named Linalg ops on tensor to buffer...
2020-10-12 Nicolas VasilacheRevert "Revert "Give attributes C++ namespaces.""
2020-10-12 Alexander Belyaev[mlir] Move Linalg tensors-to-buffers tests to Linalg...
2020-10-12 Valentin Clement[mlir][openacc] Introduce acc.enter_data operation
2020-10-11 Tres Popp[mlir] Type erase inputs to select statements in shape...
2020-10-11 Tobias Gysi[mlir] add scf.if op canonicalization pattern that...
2020-10-10 Tatiana Shpeisman[mlir][scf] Fix a bug in scf::ForOp loop unroll with...
2020-10-10 Valentin Clement[mlir][openacc] Introduce acc.exit_data operation
2020-10-10 Sean Silva[mlir] Rename BufferPlacement.h to Bufferize.h
2020-10-10 Aart Bik[mlir] [standard] fixed typo in comment
2020-10-09 Stella Stamenova[mlir, win] Mark several MLRI tests as unsupported...
2020-10-09 Christian SiggAdd GPU async op interface and token type.
2020-10-09 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup explicitly instantiated...
2020-10-09 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup explicitly instantiated...
2020-10-09 Nicolas VasilacheRevert "Give attributes C++ namespaces."
2020-10-09 Stella LaurenzoNFC: Address post-commit doc/formatting comments on...
2020-10-09 Stella Laurenzo[mlir] Fix TypeID for shared libraries built with ...
2020-10-09 Tres Popp[mlir] Forward listeners when utilizing scf::IfOp:...
2020-10-09 Eugene Zhulenev[MLIR] Add async token/value arguments to async.execute op
2020-10-09 Andrzej Warzynski[mlir] Fix shared libs build
2020-10-09 Irina Dobrescu[mlir][openmp][NFC]Remove unnecessary brackets and...
2020-10-09 Tres Popp[mlir] Use PatternRewriter infrastructure for shape...
2020-10-09 Stephan Herhut[mlir][gpu] Fix bug in kernel outlining
2020-10-09 James Molloy[mlir] Fix bug in computing operation order
2020-10-09 Christian Sigg[mlir] NFC: small improvement to how we print a gpu...
2020-10-09 Mehdi AminiRevert "[MLIR] Add a foldTrait() mechanism to allow...
2020-10-09 Federico LebrónGive attributes C++ namespaces.
2020-10-09 Serge Guelton[mlir] Improve LLVM shlib support
2020-10-09 ahmedsabie[MLIR] Add a foldTrait() mechanism to allow traits...
2020-10-09 Stella Laurenzo[mlir][CAPI] Remove the exclusion of the MLIR C-API...
2020-10-08 Thomas Raoux[mlir][vector] Add integration test for vector distribu...
2020-10-08 Thomas Raoux[mlir][vector] Add unit test for vector distribute...
2020-10-08 Mehdi AminiFix typo `DenseElementAttr`-> `DenseElementsAttr` in...
2020-10-08 MaheshRavishankar[mlir][Linalg] Add some depedence query methods to...
2020-10-08 Jakub Lichman[mlir] Rank reducing subview conversion to LLVM
next