summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis
AgeCommit message (Expand)Author
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata
2025-11-09[mlir] Use llvm::transform (NFC) (#167205)Kazu Hirata
2025-11-07[mlir] Use LDBG to replace LLVM_DEBUG in IntegerRelation.cpp (NFC) (#166772)lonely eagle
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-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
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-13[mlir][LocalAliasAnalysis] Check for `memref.distinct_objects` in `LocalAlias...Ivan Butygin
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-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood
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] Apply clang-tidy fixes for readability-identifier-naming in Simplex.cp...Mehdi Amini
2025-08-22[MLIR] Apply clang-tidy fixes for readability-identifier-naming in QuasiPolyn...Mehdi Amini
2025-08-22Support nice logging for `ProgramPoint*` in dataflow log (#154839)Peng Chen
2025-08-22[MLIR] Improve debug output by avoiding pointer values (NFC)Mehdi Amini
2025-08-22[MLIR] Apply clang-tidy fixes for readability-identifier-naming in Matrix.cpp...Mehdi Amini
2025-08-22[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Matr...Mehdi Amini
2025-08-22[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Barvinok.cpp (...Mehdi Amini
2025-08-22[MLIR] Apply clang-tidy fixes for readability-identifier-naming in DataFlowFr...Mehdi Amini
2025-08-21[mlir] add getViewDest method to viewLikeOpInterface (#154524)donald chen
2025-08-20[mlir][IR] Fix `Block::without_terminator` for blocks without terminator (#15...Matthias Springer
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-08-18[mlir][Presburger] NFC: return var index from IntegerRelation::addLocalFloorD...Jeremy Kun
2025-08-15[mlir][presburger] add functionality to compute local mod in IntegerRelation ...asraa
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-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-24[mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#1...Longsheng Mou
2025-07-17[mlir] [presburger] Add IntegerRelation::rangeProduct (#148092)Jeremy Kun
2025-07-15[mlir][SliceAnalysis] Fix stack overflow in graph regions (#139694)Martin Erhart
2025-07-07[mlir] Use `llvm::fill` instead of `std::fill`(NFC) (#146889)Longsheng Mou
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-29[mlir] Recover the behavior of SliceAnaylsis for llvm-project@6a8dde04a07 (#1...Han-Chung Wang
2025-05-28[MLIR][Presburger] removeTrivialRedundancy: skip unnecessary check for duplic...Leonid Gorbunov