summaryrefslogtreecommitdiff
path: root/mlir/lib/Debug
AgeCommit message (Expand)Author
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-04-19[mlir] Clean up prints with `llvm::interleaved`. NFC. (#136468)Jakub Kuderski
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr
2024-10-18eliminating g++ warnings (#105520)Frank Schlimbach
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE1994
2024-06-21[mlir] Add missing ManagedStatic.h includes (NFC)Nikita Popov
2024-01-15Apply clang-tidy fixes for readability-identifier-naming in CLOptionsSetup.cp...Mehdi Amini
2023-10-03Revert "Minor fixes on the MLIR ActionProfiler (NFC)"Mehdi Amini
2023-10-02Minor fixes on the MLIR ActionProfiler (NFC)Mehdi Amini
2023-10-02[mlir] Add an Observer for profiling actions to a stream. (#67251)Antonio Cortes Perez
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-04-26Make debug counters available in non-assert builds as wellMehdi Amini
2023-04-24Fix MLIR build when shared library mode is enabledMehdi Amini
2023-04-24[MLIR] Fix build, obivous typos in cca510640Mehdi Amini
2023-04-24Refactor the mlir-opt command line options related to debugging in a helperMehdi Amini
2023-04-24Add a GDB/LLDB interface for interactive debugging of MLIR ActionsMehdi Amini
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini
2023-04-21Revert "Add a breakpoint manager that matches based on File/Line/Col Locations"Mehdi Amini
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini
2023-03-20Fix MLIR build with shared library enabledMehdi Amini
2023-03-20Add capture of "IRUnits" as context for an MLIR ActionMehdi Amini
2023-03-20Add an Observer for logging actions application to a streamMehdi Amini
2023-03-12Introduce mlir::tracing::ExecutionContextMehdi Amini
2023-03-07Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini
2023-03-06Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini