summaryrefslogtreecommitdiff
path: root/mlir/unittests
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Update method cast calls to function callsTres Popp2023-05-121-4/+4
* [mlir] Move casting calls from methods to function callsTres Popp2023-05-125-45/+44
* Introduce MLIR Op PropertiesMehdi Amini2023-05-016-14/+374
* Revert "Introduce MLIR Op Properties"Mehdi Amini2023-05-016-374/+14
* Introduce MLIR Op PropertiesMehdi Amini2023-05-016-14/+374
* [mlir][test] Remove unused lambda capture 'this' in UtilsTest.cpp (NFC)Jie Fu2023-04-271-2/+2
* [MLIR][presburger] normalize divisionreprgilsaia2023-04-272-0/+69
* Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini2023-04-212-0/+233
* Revert "Add a breakpoint manager that matches based on File/Line/Col Locations"Mehdi Amini2023-04-212-233/+0
* Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini2023-04-212-0/+233
* [mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer2023-04-201-1/+1
* [mlir] Add stack alignment to the data layout dialect.Tobias Gysi2023-04-031-1/+11
* [mlir][sparse] Preliminary code changes for ExprId, LatPointId, LatSetId newt...wren romano2023-03-291-13/+5
* [mlir][sparse] Fixing -Wignored-reference-qualifiers in MergerTest.cppwren romano2023-03-281-23/+23
* [mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit testwren romano2023-03-281-243/+231
* [mlir] Fix unit tests after LLVM commit 8b1771bd9f3.Lang Hames2023-03-271-1/+2
* [mlir] Add missing cast functions to mlir namespaceRahul Kayaith2023-03-271-4/+3
* [mlir][ClangTidy] Remove redundant return (NFC).Adrian Kuegel2023-03-271-1/+1
* [mlir][Analysis][NFC] Make BoundType a top-level enumMatthias Springer2023-03-231-4/+4
* [mlir][sparse] fix crash when using pure constant index in indexing mapping (...Peiming Liu2023-03-211-1/+2
* [mlir] Add alloca address space handling to the data layout subsystemJan Sjodin2023-03-211-1/+25
* [mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso2023-03-211-0/+7
* [mlir][sparse] Making `TensorExp::Kind` a nested enum-classwren romano2023-03-201-92/+93
* [mlir][sparse] Cleaning up names in {Merger,LoopEmitter,CodegenEnv}.{h,cpp}wren romano2023-03-141-18/+18
* Introduce mlir::tracing::ExecutionContextMehdi Amini2023-03-122-0/+353
* Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini2023-03-073-147/+18
* Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini2023-03-066-34/+35
* Change the DebugAction paradigm to delegate the control to the handlerMehdi Amini2023-03-062-35/+57
* [mlir][Parser] Make parse{Attribute,Type} null-terminate inputRahul Kayaith2023-03-031-0/+5
* [mlir][AsmParser] Improve parse{Attribute,Type} error handlingRahul Kayaith2023-03-011-0/+41
* [mlir] Require explicit casts when using TypedValueRahul Kayaith2023-02-011-1/+1
* [mlir] Adjust AttributeTest to show skip behavior.Adrian Kuegel2023-01-311-1/+3
* [mlir] Promote the SubElementInterfaces to a core Attribute/Type constructRiver Riddle2023-01-275-73/+29
* [mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet2023-01-271-1/+1
* [mlir][Pass] Make PassManager default to op-agnosticrkayaith2023-01-252-4/+7
* [MLIR][Presburger] Support divisions in union of two PWMAFunctionGroverkss2023-01-191-0/+41
* [mlir] Move SymbolOpInterfaces "classof" check to a proper "extraClassOf" int...River Riddle2023-01-181-6/+0
* Revert "Revert "Refactor OperationName to use virtual tables for dispatch (NF...Mehdi Amini2023-01-161-0/+1
* Revert "Refactor OperationName to use virtual tables for dispatch (NFC)"Mehdi Amini2023-01-161-1/+0
* [mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-145-16/+16
* [mlir] Add #include <optional> (NFC)Kazu Hirata2023-01-135-0/+5
* Refactor OperationName to use virtual tables for dispatch (NFC)Mehdi Amini2023-01-141-0/+1
* [mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu2023-01-122-6/+25
* [mlir][tblgen] Generate generic adaptors for OpsMarkus Böck2023-01-112-0/+64
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-102-9/+9
* [mlir] Fix warningsKazu Hirata2022-12-221-2/+2
* [mlir] Allow specifying benefit for C func ptr style patterns.Chenguang Wang2022-12-221-0/+19
* mlir/DialectConversion: use std::optional (NFC)Ramkumar Ramachandra2022-12-191-11/+13
* mlir/tblgen: use std::optional in generationRamkumar Ramachandra2022-12-172-6/+6
* [mlir] Use llvm::transformOptional (NFC)Kazu Hirata2022-12-141-3/+3