summaryrefslogtreecommitdiff
path: root/mlir/lib/Support/ToolUtilities.cpp
AgeCommit message (Expand)Author
2025-07-29[mlir] Report line number from file rather than split (#150982)Jacques Pienaar
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2022-06-28[mlir] Add `enableSplitting` and `insertMarkerInOutput` options to `splitAndP...River Riddle
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2021-12-12[mlir] Flag near misses in file splittingJacques Pienaar
2021-02-27Change the error message when `-split-input-file` is used with mlir-opt to ma...Mehdi Amini
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-09-23Let mlir-translate support -split-input-fileLei Zhang