summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/DataFlow
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-21[mlir][dataflow] Fix LivenessAnalysis/RemoveDeadValues handling of loop induc...lonely eagle
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-09-28[mlir][dataflow] Use skipRegions to print region op (NFC) (#161066)lonely eagle
2025-09-26[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function argume...Mehdi Amini
2025-09-17[mlir][nfc] Minor cleanups in DeadCodeAnalysis (#159232)Zhixun Tan
2025-09-12[mlir][Intrange] Fix materializing ShapedType constant values (#158359)Jeff Niu
2025-09-12[MLIR] Avoid resolving callable outside the analysis scope in DeadCodeAnalysi...Mehdi Amini
2025-08-23[MLIR] Adopt LDBG() in IntegerRangeAnalysis.cpp (NFC) (#155094)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-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-07-27Migrate more of DataFlow framework to LDBG (NFC) (#150752)Mehdi Amini
2025-07-25[MLIR] Remove unused DBGS macro (NFC)Mehdi Amini
2025-07-25[MLIR] Add a OpWithFlags class that acts as a "stream modifier" to customize ...Mehdi Amini
2025-07-25[mlir] Switch to new LDBG macro (#150616)Jacques Pienaar
2025-07-01[mlir] Remove unused includes (NFC) (#146467)Kazu Hirata
2025-06-22[MLIR] Add logging/tracing to DataFlow analysis and RemoveDeadValues (NFC) (#...Mehdi Amini
2025-06-20Define a DataFlowSolver helper that loads sensible default analyses (#143415)Jeremy Kun
2025-06-04[mlir] NFC: Add data flow analysis extension points (#142549)Vadim Curcă
2025-05-20[mlir] [liveness] Conservatively mark operands of return-like op inside non-c...Nhat Nguyen
2025-04-15[mlir] [dataflow] : Improve the time and space footprint of data flow. (#135325)donald chen
2025-04-02[mlir][liveness] fix bugs in liveness analysis (#133416)donald chen
2025-02-19[mlir][integer-range-analysis] expose helpers in header and fix ConstantIntRa...Maksim Levental
2025-02-12[mlir] [DataFlow] Fix bug in int-range-analysis (#126708)donald chen
2024-12-14[DataFlow] Migrate away from PointerUnion::{is,get} (NFC) (#119950)Kazu Hirata
2024-11-12[mlir] Add a null pointer check in symbol lookup (#115165)Shlomi Regev
2024-11-01[mlir] IntegerRangeAnalysis: add support for vector type (#112292)Ivan Butygin
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-06-24[mlir][intrange] Fix inference of zero-trip loop bound (#96429)Felix Schneider
2024-05-28[mlir][dataflow] Fix for integer range analysis propagation bug (#93199)Spenser Bauman
2024-01-04[mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865)drblallo
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-12-11[MLIR][IntegerRangeAnalysis] Avoid crash reached when loop bound is uninitial...Victor Perez
2023-11-13[IntegerRangeAnalysis] remove constraint on integer-typed results (#72007)Jeremy Kun
2023-10-28Apply clang-tidy fixes for misc-include-cleaner in SparseAnalysis.cpp (NFC)Mehdi Amini
2023-10-28Apply clang-tidy fixes for misc-include-cleaner in LivenessAnalysis.cpp (NFC)Mehdi Amini