summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/DataFlow/DeadCodeAnalysis.cpp
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-08[MLIR] Add more logging to DenseAnalysis/DeaDCodeAnalysis/TestDenseBackwardDa...Mehdi Amini
2025-09-17[mlir][nfc] Minor cleanups in DeadCodeAnalysis (#159232)Zhixun Tan
2025-09-12[MLIR] Avoid resolving callable outside the analysis scope in DeadCodeAnalysi...Mehdi Amini
2025-08-23[MLIR] Fixup the LDBG() logging in dataflow/deadcodeanalysis (NFC) (#155085)Mehdi Amini
2025-08-22[MLIR] Improve debug output by avoiding pointer values (NFC)Mehdi Amini
2025-07-25[mlir] Switch to new LDBG macro (#150616)Jacques Pienaar
2025-06-22[MLIR] Add logging/tracing to DataFlow analysis and RemoveDeadValues (NFC) (#...Mehdi Amini
2024-11-12[mlir] Add a null pointer check in symbol lookup (#115165)Shlomi Regev
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-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-10-26Apply clang-tidy fixes for misc-include-cleaner in DeadCodeAnalysis.cpp (NFC)Mehdi Amini
2023-10-22[mlir][DeadCodeAnalysis] Don't Require `RegionBranchTerminatorOpInterface` in...Justin Fargnoli
2023-10-05[mlir][dataflow] Remove early exit in dead code analysis for zero-operand ret...Jacob Mai Peng
2023-08-10[mlir] Revamp `RegionBranchOpInterface` successor mechanismMarkus Böck
2023-07-03[mlir][dataflow] Unify dependency management in AnalysisState.Zhixun Tan
2023-05-26[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-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-20mlir/{SPIRV,Bufferization}: use std::optional in .td files (NFC)Ramkumar Ramachandra
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-07-31[mlir][DCA] Fix visiting call ops when run at function scopesJeff Niu
2022-07-07[mlir] Swap integer range inference to the new frameworkMogball
2022-07-07[mlir] An implementation of sparse data-flow analysisMogball
2022-06-30[mlir] Add Dead Code AnalysisMogball