aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2023-09-05[mlir][nfc] Allow ops to have operands/attributes named `context`.llvmorg-17.0.0-rc4Christian Sigg1-2/+2
2023-08-31[mlir] Fix infinite recursion in alias initializerMarkus Böck6-3/+98
2023-08-31[mlir] Fix crash when adding nested dialect extensionsMatthias Springer2-5/+54
2023-08-31[mlir][math] Modify math.powf to handle negative bases.Balaji V. Iyer3-15/+34
2023-08-31[mlir][memref] Fix crash in SubViewReturnTypeCanonicalizerMatthias Springer2-32/+49
2023-08-25Fix ODS verifier emission for DerivedAttr when Properties are enabledMehdi Amini2-1/+13
2023-08-25Fix canonicalizer to copy the entire GreedyRewriteConfig instead of selected ...Mehdi Amini2-17/+21
2023-08-25Fix MSAN error: use of unitialized value when hashing the MLIR pass manager (...Mehdi Amini1-1/+1
2023-08-25Fix MLIR pass manager initialization: hash the pass pipeline to detect when i...Mehdi Amini3-2/+64
2023-08-25Fix some missing fully qualified namespaces in MLIR TableGen generatorMehdi Amini2-16/+16
2023-08-25Fix MLIR build failure: error: no member named 'getValue' in 'mlir::OptionalP...Mehdi Amini2-2/+2
2023-08-25Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini41-207/+215
2023-08-10[MLIR] Make the `ConversionTarget` const ref in the DialectConversion (NFC)Mehdi Amini2-14/+14
2023-08-10Clarify the invariant of the MLIR pass pipeline around `Pass::initialize()`Mehdi Amini2-5/+7
2023-08-10[mlir][VectorOps] Fix folding of vector.extract from stretch vector.broadcastBenjamin Maxwell2-3/+16
2023-08-10[mlir] Store segment sizes in std::arrayTobias Gysi3-14/+22
2023-08-10[MLIR][Bytecode] Add missing field initializer in constructor initializer listMehdi Amini2-2/+10
2023-08-10[mlir] Reduce warnings for bad assertion in generated codeValentin Clement1-2/+6
2023-08-10[mlir][llvm] Fix export of 64-bit integer function attributesMogball2-1/+10
2023-08-10[mlir][gpu] NFC - Fail gracefully when type conversion fails instead of crashingNicolas Vasilache1-0/+7
2023-08-10[mlir] Fix arith verifier for tensor with encodingThomas Raoux3-7/+69
2023-08-10[mlir][LLVMIR] Fix identified structs with same nameAlexis Engelke2-7/+14
2023-08-10[mlir-lsp] Guard writing output to JSONTransport with mutexRiver Riddle2-6/+14
2023-08-10[mlir:bytecode] Only visit the all regions path if the op has regionsRiver Riddle1-1/+1
2023-08-10[mlir:bytecode] Support lazy loading dynamically isolated regionsRiver Riddle4-25/+193
2023-08-10[mlir:bytecode] Fix bytecode lazy loading for ops with multiple regionsRiver Riddle3-16/+44
2023-08-10Add release notes for MLIRMehdi Amini1-0/+54
2023-08-10[mlir] Fix assembly format parser generator after 9ea6b30ac20f8223fb6aeae853e...Oleg Shyshkov1-1/+1
2023-08-10[mlir][spirv] Do not introduce vector<1xT> in UnifyAliasedResourceJakub Kuderski2-3/+49
2023-07-27[Support] Remove llvm::is_trivially_{copy/move}_constructibleFangrui Song1-2/+2
2023-07-25Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim2-3/+3
2023-07-25[mlir][ArmSME] Add tile load op and extend tile store tile size supportCullen Rhodes12-66/+1069
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song2-3/+3
2023-07-24[Support] Change MapVector's default template parameter to SmallVector<*, 0>Fangrui Song1-2/+2
2023-07-24[mlir-tblgen] Fix IWYUFangrui Song1-0/+1
2023-07-24[mlir] Fix for MSVC bool splat issue encountered.Kevin Gleason3-2/+22
2023-07-24Fix MLIR test pass crashMehdi Amini1-1/+1
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini21-178/+579
2023-07-24Cleanup CMake dependencies from unnecessary libraries in mlir/test/lib/Dialec...Mehdi Amini1-5/+0
2023-07-24Revert "[mlir][gpu][transforms] Only depend on ExecutionEngine if MLIR_ENABLE...Mehdi Amini1-16/+11
2023-07-25[mlir][gpu][transforms] Only depend on ExecutionEngine if MLIR_ENABLE_CUDA_RU...Nicolas Vasilache1-11/+16
2023-07-25[mlir][linalg] NFC - Move some utils in preparation for revamping mapping of ...Nicolas Vasilache7-383/+523
2023-07-25[mlir][spirv] Convert `ub.poison` to `spirv.undef`Ivan Butygin7-0/+166
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini20-542/+173
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini20-173/+542
2023-07-24Revert "[mlir][gpu] Fallback to JIT compilation" "[mlir][gpu] Increase defaul...Mehdi Amini5-202/+30
2023-07-24[mlir] Convert `ub.poison` to `llvm.poison`Ivan Butygin7-2/+172
2023-07-24[MLIR][Linalg] Move AggregatedOpInterface in linalg namespace (NFC)Lorenzo Chelini1-1/+1
2023-07-24[mlir][Transform] Allow printing inside matchersQuinn Dawkins2-1/+30
2023-07-24[mlir][gpu] Increase default SM version from 35 to 50Guray Ozen2-2/+2