summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Analysis
AgeCommit message (Expand)Author
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora
2025-10-08[MLIR] Add more logging to DenseAnalysis/DeaDCodeAnalysis/TestDenseBackwardDa...Mehdi Amini
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-07-24[mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#1...Longsheng Mou
2025-06-20Define a DataFlowSolver helper that loads sensible default analyses (#143415)Jeremy Kun
2025-05-21[mlir] Use llvm::is_contained (NFC) (#140986)Kazu Hirata
2025-04-15[mlir] [dataflow] : Improve the time and space footprint of data flow. (#135325)donald chen
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata
2025-03-17[mlir] Use `getSingleElement`/`hasSingleElement` in various places (#131460)Matthias Springer
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-10-11[mlir] [dataflow] unify semantics of program point (#110344)donald chen
2024-08-25[mlir] [dataflow] Refactoring the definition of program points in data flow a...donald chen
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann
2024-05-17[MLIR][analysis] Lattice: Fix automatic delegation of meet to lattice value c...Andi Drebes
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-12-21[mlir] mark ChangeResult as nodiscard (#76147)Oleksandr "Alex" Zinenko
2023-12-18[mlir] support non-interprocedural dataflow analyses (#75583)Oleksandr "Alex" Zinenko
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-08-30Reland "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29Revert "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29[mlir] Use a type for representing branch points in `RegionBranchOpInterface`Markus Böck
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava
2023-07-27[mlir] NFC: rename XDataFlowAnalysis to XForwardDataFlowAnalysisAlex Zinenko
2023-07-21[MLIR][ANALYSIS] Add liveness analysis utilitySrishti Srivastava
2023-07-21[mlir] allow dense dataflow to customize call and region operationsAlex Zinenko
2023-07-11[mlir] add backward dense dataflow analysisAlex Zinenko
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-08[mlir] Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-04-05[mlir][Analysis] Introduce LoopInfo in mlirChristian Ulmann
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski
2023-03-15[mlir][affine][analysis][NFC] Simplify FlatAffineConstraints APIMatthias Springer
2023-02-22[mlir][Analysis] Guard data flow analysis from no block functionKai Sasaki
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata