summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Enhance mlir-opt show-dialects test case9eb3e564d3bLewuathe2021-01-091-14/+27
* [mlir][vector] modified scatter/gather syntax, pass_thru mandatoryAart Bik2021-01-0910-81/+87
* [mlir][spirv] Replace SPIRVOpLowering with OpConversionPatternLei Zhang2021-01-0910-152/+203
* [mlir] AsyncRuntime: use LLVM ThreadPool to run async tasksEugene Zhulenev2021-01-091-1/+7
* Update the maximum integer bitwidth in MLIR.Andrew Lenharth2021-01-082-3/+3
* [mlir][PassManager] Properly set the initialization generation when cloning a...River Riddle2021-01-081-0/+1
* [mlir] AsyncRuntime: disable mlir-runner init/disable for WIN32Eugene Zhulenev2021-01-081-3/+2
* [mlir][vector] generalized masked l/s and compressed l/s with indicesAart Bik2021-01-0813-269/+321
* [mlir] Add a hook for initializing passes before execution and use it in the ...River Riddle2021-01-086-25/+100
* [mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev2021-01-083-8/+119
* [mlir][PDL] Use ODS for defining PDL typesRiver Riddle2021-01-0811-105/+156
* [mlir][Linalg] NFC: Refactor fusion of LinalgOp with TensorReshapeOp by expan...MaheshRavishankar2021-01-082-162/+249
* [mlir][Linalg] Add verification checks to disallow illegal reshape ops.MaheshRavishankar2021-01-084-55/+314
* [mlir] replace LLVM dialect float types with built-insAlex Zinenko2021-01-0873-2558/+2493
* Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if ...Eugene Zhulenev2021-01-083-115/+8
* [mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev2021-01-083-8/+115
* [MLIR][OpenMP] Attribute to include WsLoop upperboundKiran Chandramohan2021-01-084-11/+45
* [MLIR][SPIRV] Add `UsableInSpecConstantOp` trait.KareemErgawy-TomTom2021-01-088-53/+110
* [MLIR][NFC] remove unnecessary includes form tablegen commandShivam Gupta2021-01-081-1/+1
* Fix two pessimizing moves.Christian Sigg2021-01-081-1/+1
* Fix MLIR DRR matching when attributes are interleaved with operandsMehdi Amini2021-01-082-5/+10
* [mlir] Adds argument attributes for using LLVM's sret and byval attributesEric Schweitz2021-01-073-0/+39
* [mlir] don't match the text produced only in debug mode in Python testsAlex Zinenko2021-01-072-4/+4
* [mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko2021-01-0790-2678/+2585
* Fix GCC5 build, require explicit this->... in this call inside a lambda (NFC)Mehdi Amini2021-01-071-1/+1
* [mlir] revert 82f5ee3c3e601daad5Eric Schweitz2021-01-073-39/+0
* [mlir] NFC: fix trivial typosKazuaki Ishizaki2021-01-0841-58/+57
* Adds argument attributes for using LLVM's sret and byval attributes toEric Schweitz2021-01-073-0/+39
* [mlir] remove a use of deprecated OpState::setAttrAlex Zinenko2021-01-071-1/+1
* [mlir] Add fastmath flags support to some LLVM dialect opsIvan Butygin2021-01-0711-26/+354
* [mlir] Refactor translation of OpenMP dialect ops to LLVM IRAlex Zinenko2021-01-072-107/+66
* [mlir] Mark methods from mlir::OpState that just forward to mlir::Operation a...Christian Sigg2021-01-072-28/+79
* [mlir][ODS] Fix missed rename of TypeParameter 'description' to 'summary'River Riddle2021-01-061-1/+1
* Update for review feedback: Inline var declaration and expand names.Chris Lattner2021-01-061-6/+5
* [AsmPrinter] Make OpAsmPrinter::printFunctionalType be resilient to null values.Chris Lattner2021-01-063-11/+39
* [mlir][vector] Support transfer op on tensor optimizationsThomas Raoux2021-01-062-15/+131
* [mlir][TypeDefGen] Remove the need to define parser/printer for singleton typesRiver Riddle2021-01-062-17/+32
* [mlir] Add hoisting transformation for transfer ops on tensorThomas Raoux2021-01-066-6/+328
* [mlir][ODS] Fix the use of cppClassName in Type constraints for TypeDefsRiver Riddle2021-01-064-4/+35
* [mlir][ODS] Rename several uses of 'description' to 'summary'River Riddle2021-01-0624-272/+261
* [mlir][vector] Support unrolling for transfer ops using tensorsThomas Raoux2021-01-065-29/+166
* [mlir] Remove a number of methods from mlir::OpState that just forward to mli...Christian Sigg2021-01-062-2/+2
* Remove allow-unregistered-dialect from some tests that don't need itSanjoy Das2021-01-064-5/+5
* Nit: fix spacingSanjoy Das2021-01-061-1/+1
* [mlir] NFC: fix trivial typosKazuaki Ishizaki2021-01-0714-18/+18
* [mlir][spirv] Update pass docsLei Zhang2021-01-061-4/+34
* [MLIR][SPIRV] Add `UnsignedOp` trait.KareemErgawy-TomTom2021-01-0610-45/+66
* [mlir] Use thread_local stack in LLVM dialect type parsing and printingAlex Zinenko2021-01-063-151/+187
* [mlir] Print the correct tool name in mlirTranslateMainAndrew Young2021-01-052-1/+3
* [mlir] Fix MathJax rendering in Affine doclewuathe2021-01-061-8/+8