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