| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[NFC][TargetParser] Replace uses of llvm/Support/Host.h The forwarding header is left in place because of its use in polly/lib/External/isl/interface/extract_interface.cc, but I have added a GCC warning about the fact it is deprecated, because it is used in isl from where it is included by Polly. | 3 年前 | |
[CMake] Reduce deps | 3 年前 | |
Use the public clang::Builtin API in the unit test | 4 年前 | |
[NFC][TargetParser] Replace uses of llvm/Support/Host.h The forwarding header is left in place because of its use in polly/lib/External/isl/interface/extract_interface.cc, but I have added a GCC warning about the fact it is deprecated, because it is used in isl from where it is included by Polly. | 3 年前 | |
[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844) I'm planning to remove StringRef::equals in favor of StringRef::operator==. - StringRef::operator==/!= outnumber StringRef::equals by a factor of 24 under clang/ in terms of their usage. - The elimination of StringRef::equals brings StringRef closer to std::string_view, which has operator== but not equals. - S == "foo" is more readable than S.equals("foo"), especially for !Long.Expression.equals("str") vs Long.Expression != "str". | 2 年前 | |
Stop using legacy helpers indicating typed pointer types. NFC Since we no longer support typed LLVM IR pointer types, the code can be simplified into for example using PointerType::get directly instead of using Type::getInt8PtrTy and Type::getInt32PtrTy etc. Differential Revision: https://reviews.llvm.org/D156733 | 2 年前 | |
[NFC][TargetParser] Replace uses of llvm/Support/Host.h The forwarding header is left in place because of its use in polly/lib/External/isl/interface/extract_interface.cc, but I have added a GCC warning about the fact it is deprecated, because it is used in isl from where it is included by Polly. | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 |