OSDN Git Service

[OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information
[android-x86/external-llvm-project.git] / mlir /
2020-11-11 David BlaikieAdd missing override (& fix an else-after-return while...
2020-11-11 Mehdi AminiDisable implicit nesting on parsing textual pass pipeline
2020-11-11 Thomas Raoux[mlir] Fix post-dominance between blocks of different...
2020-11-11 Stella Laurenzo[mlir][Python] Allow PassManager to interop with the...
2020-11-11 Stella Laurenzo[mlir][Python] Add Windows DLL loader to get python...
2020-11-11 Paul Lietar[mlir] Fix exports in mlir_async_runtime
2020-11-11 Adrian KuegelMLIR: Remove TanhOp from ops list. It caused a build...
2020-11-11 Adrian KuegelMLIR: add SinOp Lowering to __ocml_sin_f32 and __ocml_s...
2020-11-11 Eugene Zhulenev[mlir] Add NumberOfExecutions analysis + update RegionB...
2020-11-11 Tres Popp[mlir] Rework DialectConversion inlineRegionBefore
2020-11-11 Christian Sigg[mlir][gpu] Add missing initialization of gpu runtime...
2020-11-11 Christian Sigg[mlir] Use assemblyFormat in AllocLikeOp.
2020-11-11 Stephan Herhut[mlir][llvm] Expose getters for alias and align attribu...
2020-11-11 Christian Sigg[mlir] Allow omitting spaces in assemblyFormat with...
2020-11-10 Sean Silva[mlir] Add pass to convert elementwise ops to linalg.
2020-11-10 Sean Silva[mlir] Add ElementwiseMappable trait and apply it to...
2020-11-10 Marius Brehler[mlir] Refactor finding python
2020-11-10 Mehdi AminiAdd Python binding to run a PassManager on a MLIR Module
2020-11-10 Mehdi AminiAdd basic Python bindings for the PassManager and bind...
2020-11-10 George Mitenkov[MLIR][SPIRVToLLVM] Enhanced conversion for execution...
2020-11-10 Alex Zinenko[mlir] ODS-backed python binding generator for custom...
2020-11-10 Alex Zinenko[mlir] Support slicing for operands in results in Pytho...
2020-11-10 Artur Bialas[mlir][spirv] Add VectorInsertDynamicOp and vector...
2020-11-10 River Riddle[mlir][Asm] Add support for using an alias for trailing...
2020-11-10 River Riddle[mlir][AsmPrinter] Refactor printing to only print...
2020-11-10 Michael Kruse[OMPIRBuilder] Start 'Create' methods with lower case...
2020-11-09 Lei Zhang[mlir][spirv] Expose more query APIs directly on TargetEnv
2020-11-09 Rahul Joshi[MLIR] Add setPublic(), setPrivate(), and setNested...
2020-11-09 Alexander Belyaev[mlir][std] Add ExpandOps pass.
2020-11-09 Rahul Joshi[MLIR] Fix GCC build failure
2020-11-09 Rahul Joshi[MLIR] Change FuncOp assembly syntax to print visibilit...
2020-11-09 Rahul Joshi[MLIR] Support `global_memref` and `get_global_memref...
2020-11-09 Rahul Joshi[MLIR] Flag no-terminator error on the last operation...
2020-11-09 Nicolas Vasilache[mlir][Linalg] Add support for bufferization of SubTens...
2020-11-09 Tres Popp[mlir] Fix bug in use of rewiter for AtomicRMWOp.
2020-11-09 Alex Zinenko[mlir] Add initial Python bindings for DenseInt/FPEleme...
2020-11-09 Alex Zinenko[mlir] Expose operation attributes to Python bindings
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-08 Mehdi AminiInclude the generated documentation for list of ops...
2020-11-07 Mehdi AminiAdd missing dependency to TOSA library: fix build with...
2020-11-07 Mehdi AminiRefactor TOSA Dialect CMake to use add_mlir_dialect...
2020-11-07 Stella LaurenzoNFC: (re-apply) Fix some post-review nits for the Tosa...
2020-11-07 Stella LaurenzoRevert "NFC: Fix some post-review nits for the Tosa...
2020-11-07 Stella Laurenzo[mlir][Python] Adapt to include property change in...
2020-11-07 Stella LaurenzoNFC: Fix some post-review nits for the Tosa dialect.
2020-11-07 Suraj SudhirTOSA MLIR Dialect
2020-11-07 George Mitenkov[MLIR][SPIRVToLLVM] Added module name conversion
2020-11-07 Mehdi AminiDon't link any LLVM/MLIR library to the C API unit...
2020-11-07 Stella Laurenzo[mlir][Python] Fix cmake typo keeping the extension...
2020-11-06 Sean Silva[mlir][Linalg] Canonicalize duplicate args.
2020-11-06 Mehdi AminiFix gcc warning by removing extra `;` after a macro...
2020-11-06 Alex Zinenko[mlir] Use PyValue instead of PyOpResult in Python...
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-06 Alex Zinenko[mlir] Add folding of memref_cast inside another memref...
2020-11-06 Stella Laurenzo[mlir][CAPI] Add missing 'static' to inline C function.
2020-11-06 Mehdi AminiCheck for nullptr before dereferencing in translateModu...
2020-11-05 Mehdi AminiFix MLIR Python bindings build (NFC)
2020-11-05 Mehdi AminiAdd a custom MLIRBindingsPythonExtension cmake target...
2020-11-05 Mehdi AminiFix MLIR Python bindings build (remove inexistant sourc...
2020-11-05 Mehdi AminiRefactor MLIR python extension CMake boilerplate in...
2020-11-05 Mehdi AminiAlways link the MLIR python bindings native extension...
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 Alex Zinenko[mlir] Restructure C API tests for IR
2020-11-05 Nicolas Vasilache[mlir][Linalg] Side effects interface for Linalg ops
2020-11-05 Artur Bialas[mlir][spirv] Add VectorExtractDynamicOp and vector...
2020-11-05 Artur Bialas[mlir][spirv] Allow usage of vector size 8 and 16 with...
2020-11-05 Mehdi AminiCapture the name for mlir::OpPassManager in std::string...
2020-11-05 Fangrui Song[mlir] Change deprecated -Werror-implicit-function...
2020-11-04 Rahul Joshi[MLIR][NFC] Update syntax of global_memref in ODS descr...
2020-11-04 Alexandre Eichenberger[mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp...
2020-11-04 Mehdi AminiRefactor PyPrintAccumulatorm, PyFileAccumulator, and...
2020-11-04 Mehdi AminiMove MlirStringCallback declaration from mlir-c/IR...
2020-11-04 Rahul Joshi[MLIR] Refactor memref type -> LLVM Type conversion
2020-11-04 Rahul Joshi[MLIR] Remove NoSideEffect from std.global_memref op.
2020-11-04 Sean Silva[mlir] Make linalg-bufferize a composable bufferization...
2020-11-04 Sean Silva[mlir] Fix materializations for unranked tensors.
2020-11-04 Mehdi AminiSwitch from C-style comments `/* ... */` to C++ style...
2020-11-04 Mehdi AminiAdd facilities to print/parse a pass pipeline through...
2020-11-04 Paul C. Anagnostop... [TableGen] Add !interleave operator to concatenate...
2020-11-04 Nicolas Vasilache[mlir][std] Add DimOp folding for dim(tensor_load(m...
2020-11-04 Frederik Gossen[MLIR] Support walks over regions and blocks
2020-11-04 Nicolas Vasilache[mlir][SCF] Add canonicalization pattern for scf::For...
2020-11-04 Andrzej Warzynski[mlir] Fix failing shared libraries build
2020-11-04 Alex Zinenko[mlir] Add a simpler lowering pattern for WhileOp repre...
2020-11-04 Alex Zinenko[mlir] Add lowering to CFG for WhileOp
2020-11-04 Alex Zinenko[mlir] Add a generic while/do-while loop to the SCF...
2020-11-04 Stella Laurenzo[mlir][Python] Return and accept OpView for all functions.
2020-11-04 Stella LaurenzoFix linkage error on mlirLogicalResultIsFailure.
2020-11-04 Mehdi AminiEnable -Werror-implicit-function-declaration by default...
2020-11-04 Mehdi AminiSwitch the CallbackOstream wrapper in the MLIR C API...
2020-11-04 Mehdi AminiAdd a basic C API for the MLIR PassManager as well...
2020-11-04 Rahul Joshi[MLIR] Check for duplicate entries in attribute diction...
2020-11-03 mikeurbach[MLIR] Move eraseArguments and eraseResults to FunctionLike
2020-11-03 Thomas Raoux[mlir][vector] Make linalg FillOp vectorization use...
2020-11-03 Mehdi AminiRemove extra comma after macro, fix GCC warning (NFC)
2020-11-03 Kiran Chandramohan[MLIR] NFC : Move OpenMP dialect include to translation
next