summaryrefslogtreecommitdiff
path: root/mlir/lib/Pass/PassCrashRecovery.cpp
AgeCommit message (Expand)Author
2025-07-16[MLIR] Fix use-after-frees when accessing DistinctAttr storage (#148666)Artemiy Bulavin
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-06-08Pretty print on -dump-pass-pipeline (#143223)Jeremy Kun
2025-03-25Revert "[mlir] Fix DistinctAttributeUniquer deleting attribute storage when c...Emilio Cota
2025-03-13[mlir] Fix DistinctAttributeUniquer deleting attribute storage when crash rep...Artemiy Bulavin
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-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi
2023-03-03[mlir] Update signal failure error messageJacques Pienaar
2022-12-21[mlir] Clear running passes in crashreporterJacques Pienaar
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith
2022-09-27[mlir-opt] Delay pass manager creation until after parsingrkayaith
2022-06-29[mlir] Refactor pass crash reproducer generation to be an assembly resourceRiver Riddle
2022-04-07[mlir][NFC] Drop a few unnecessary includes from Pass.hRiver Riddle
2022-01-01Fix a few unitialized class members in MLIR (NFC)Mehdi Amini
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-18[mlir] Fix tsan failure in PassCrashRecoveryRiver Riddle
2021-10-05[mlir:Pass] Generate a reproducer as early as possibleRiver Riddle
2021-09-14Remove unused llvm/Support/Parallel.h from MLIR (NFC)Mehdi Amini
2021-05-19[mlir] Refactor the implementation of pass crash reproducersRiver Riddle