llvm-project/mlir/lib
Benjamin Kramer adcd026838 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +01:00
..
Analysis [mlir][NFC] Update Operation::getResultTypes to use ArrayRef<Type> instead of iterator_range. 2020-01-27 19:57:48 -08:00
Conversion Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Dialect Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
EDSC Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
ExecutionEngine Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
IR Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Parser Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Pass Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Quantizer Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Support Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
TableGen Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Target [mlir] Harden error propagation in LLVM import 2020-01-27 16:15:11 +01:00
Transforms Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Translation Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00