summaryrefslogtreecommitdiff
path: root/mlir/lib/Support/FileUtilities.cpp
AgeCommit message (Expand)Author
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-23Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)Mehdi Amini
2022-11-14Add missing include.Johannes Reifferscheid
2022-11-12[mlir] Add openInputFile overload that accepts the expected alignmentRiver Riddle
2021-04-30Support: Stop using F_{None,Text,Append} compatibility synonyms, NFCDuncan P. N. Exon Smith
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-08-17Change from llvm::make_unique to std::make_uniqueJacques Pienaar
2019-05-20 Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar
2019-03-29Extract openInputFile() into Support/FileUtilitiesLei Zhang
2019-03-29Create the Support library.Alex Zinenko