summaryrefslogtreecommitdiff
path: root/mlir/tools/mlir-parser-fuzzer
AgeCommit message (Expand)Author
2024-12-12[mlir] Add support for MLIR_LINK_MLIR_DYLIB (#119408)Nikita Popov
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2022-10-29[mlir] Split parser fuzzer for bytecode & textJacques Pienaar
2022-07-25[mlir] Refactor the Parser library in preparation for an MLIR binary formatRiver Riddle
2022-05-07Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."Sam McCall
2022-05-07Revert "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."Aaron Ballman
2022-05-07[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR.Sam McCall
2022-04-16Apply clang-tidy fixes for readability-identifier-naming in mlir-parser-fuzze...Mehdi Amini
2022-04-16Apply clang-tidy fixes for readability-identifier-naming in DummyParserFuzzer...Mehdi Amini
2022-03-23[mlir] Add simple fuzzer for textual formatJacques Pienaar