aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Fix simplification of x + x//c*-c to x mod c. (#98909)Johannes Reifferscheid1-0/+8
2024-07-12[MLIR] Cyclic AttrType Replacer (#98206)Billy Zhu2-0/+232
2024-07-12Fix the broken build for ee42234b6f7b61598a074db761c95acc5c6d2c1fHaojian Wu1-0/+1
2024-07-11[MLIR][Support] A cache for cyclical replacers/maps (#98202)Billy Zhu2-0/+479
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-2/+2
2024-07-02Presburger/test: increase coverage of parser (#95705)Ramkumar Ramachandra1-0/+58
2024-06-30[mlir] Fold ceil/floordiv with negative RHS. (#97031)Johannes Reifferscheid1-0/+22
2024-06-29mlir/Presburger: strip dependency on MLIRSupport (#96517)Ramkumar Ramachandra1-5/+0
2024-06-28Do not trigger UB during AffineExpr parsing. (#96896)Johannes Reifferscheid1-0/+46
2024-06-27DLTI: Simplifying getDevicePropertyValue API by returning Attribute type valu...Niranjan Hasabnis1-10/+10
2024-06-19Reimplementing target description concept using DLTI attribute (#92138)Niranjan Hasabnis1-0/+171
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra9-256/+70
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental9-70/+256
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra9-256/+70
2024-06-11mlir/MathExtras: consolidate with llvm/MathExtras (#95087)Ramkumar Ramachandra2-32/+0
2024-06-07[mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterfac...srcarroll1-16/+54
2024-05-25[mlir] Revise IDE folder structure (#89749)Michael Kruse1-2/+0
2024-05-24[mlir] Replace MLIR_ENABLE_CUDA_CONVERSIONS with LLVM_HAS_NVPTX_TARGET (#93008)tyb08071-1/+1
2024-05-17[mlir][polynomial] implement add for polynomial data structure (#92169)Jeremy Kun3-0/+53
2024-05-15[mlir][ods] Populate properties in generated builder (#90430)Jacques Pienaar1-22/+92
2024-05-13[mlir][sparse] recognize ReLu operation during sparsification (#92016)Aart Bik1-0/+1
2024-05-08[mlir-lsp] Add DiagnosticTag from LSP spec (#91396)Lily Brown2-0/+52
2024-05-02[mlir-lsp] Parse outgoing request callback JSON (#90693)Brian Gesiak1-13/+45
2024-04-29[mlir-lsp] Support outgoing requests (#90078)Brian Gesiak1-0/+39
2024-04-29[mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak4-0/+142
2024-04-25Revert 4 last "[mlir-lsp]" commits: pre-merge bot is brokenMehdi Amini4-136/+0
2024-04-25[mlir-lsp] Add `outgoingNotification` unit testBrian Gesiak1-0/+7
2024-04-24[mlir-lsp] Log invalid notification params (#89856)Brian Gesiak1-25/+81
2024-04-24[mlir-lsp] Add transport unit tests (#89855)Brian Gesiak4-0/+73
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu7-0/+7
2024-04-18[MLIR][Presburger] Use Identifiers outside Presburger library (#77316)Bharathi Ramana Joshi2-115/+230
2024-04-03[MLIR] Add endianness accessors to the data layout (#87347)Christian Ulmann1-0/+18
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli1-2/+2
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi1-0/+7
2024-03-19[mlir] Don't assert when simplifying certain `AffineExpr`s (#78855)Felix Schneider2-0/+33
2024-03-08[mlir] tentative fix for "'GTEST_NO_LLVM_SUPPORT' is not defined" war… (#84...Peiming Liu1-0/+3
2024-03-05[mlir] Expose MLIR_ROCM_CONVERSIONS_ENABLED in mlir-config.h. (#83977)Ingo Müller1-3/+3
2024-02-28[mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (#83004)Ingo Müller1-3/+4
2024-02-27[mlir][sparse] add merger support on Batch LevelType. (#83186)Peiming Liu1-18/+40
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeToLLV...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeToLLVMBitcode.c...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeROCDL...Mehdi Amini1-2/+2
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeROCDLTarget.cpp...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for readability-container-size-empty in SerializeNVVMT...Mehdi Amini1-3/+3
2024-02-21Apply clang-tidy fixes for modernize-use-override in SerializeNVVMTarget.cpp ...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in OperationSupportTest.cpp (NFC)Mehdi Amini1-2/+2
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in InterfaceAttachmentTest.cpp...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for readability-identifier-naming in SerializationTest...Mehdi Amini1-3/+3
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in Serializati...Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in FileLineCol...Mehdi Amini1-1/+1