summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
AgeCommit message (Expand)Author
2025-11-04[mlir][DataFlow] Add visitBlockTransfer hook to dense analyses (#166263)Fabian Mora
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-08[MLIR] Add more logging to DenseAnalysis/DeaDCodeAnalysis/TestDenseBackwardDa...Mehdi Amini
2025-09-12[MLIR] Avoid resolving callable outside the analysis scope in DeadCodeAnalysi...Mehdi Amini
2025-07-01[mlir] Remove unused includes (NFC) (#146467)Kazu Hirata
2025-04-15[mlir] [dataflow] : Improve the time and space footprint of data flow. (#135325)donald chen
2024-10-11[mlir] [dataflow] unify semantics of program point (#110344)donald chen
2024-09-10Reland [MLIR] Make resolveCallable customizable in CallOpInterface (#107989)Henrich Lauko
2024-09-10Revert "[MLIR] Make `resolveCallable` customizable in `CallOpInterface`" (#10...Matthias Springer
2024-09-10[MLIR] Make `resolveCallable` customizable in `CallOpInterface` (#100361)Henrich Lauko
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-01-04[mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865)drblallo
2023-12-18[mlir] support non-interprocedural dataflow analyses (#75583)Oleksandr "Alex" Zinenko
2023-10-26Apply clang-tidy fixes for misc-include-cleaner in DenseAnalysis.cpp (NFC)Mehdi Amini
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic
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-08[mlir][NFC] Make `ReturnLike` trait imply `RegionBranchTerminatorOpInterface`Markus Böck
2023-07-27[mlir] NFC: rename XDataFlowAnalysis to XForwardDataFlowAnalysisAlex Zinenko
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-01-04[mlir] Allow overriding AbstractDenseDataFlowAnalysis::visitOperationTom Eccles
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-08-29[mlir][dataflow] Consolidate AbstractSparseLattice::markPessimisticFixpoint()...Zhixun Tan
2022-08-15[mlir][dataflow] Remove Abstract{Sparse,Dense}Lattice::isAtFixpoint() and an ...Zhixun Tan
2022-07-07[mlir] An implementation of dense data-flow analysisMogball