llvm-project/clang/lib
Craig Topper dacbddf562 [RISCV] Move isValidCPUName to RISCVTargetInfo. NFC
Instead of having separate implementations for RV32 and RV64,
use the triple to control the Is64Bit parameter.

Do the same for isValidTuneCPUName, fillValidCPUList, and
fillValidTuneCPUList.
2022-08-11 10:01:56 -07:00
..
APINotes
ARCMigrate [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
AST [Clang] Restrict non fixed enum to a value outside the range of the enumeration values warning to context requiring a constant expression 2022-08-10 11:12:01 -07:00
ASTMatchers Revert "ManagedStatic: remove from ASTMatchersInternal.h" 2022-07-27 15:46:21 +02:00
Analysis [clang][dataflow] Don't crash when caller args are missing storage locations 2022-08-11 13:00:42 +00:00
Basic [RISCV] Move isValidCPUName to RISCVTargetInfo. NFC 2022-08-11 10:01:56 -07:00
CodeGen [Builtins] Do not claim most libfuncs are readnone with trapping math. 2022-08-11 12:29:01 +01:00
CrossTU Fixed a number of typos 2022-08-01 13:13:18 -04:00
DirectoryWatcher [clang] fix deprecation 2022-08-09 17:42:55 +02:00
Driver Driver: Refactor and support per target dirs in baremetal 2022-08-10 09:13:30 -07:00
Edit [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ExtractAPI [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Format [clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFC 2022-08-09 07:11:18 +00:00
Frontend [clang] Require strict matches for defines for PCH in GCC style directories 2022-08-10 22:47:27 +03:00
FrontendTool [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Headers [X86] Add RDPRU instruction CPUID bit masks 2022-08-11 16:07:36 +01:00
Index [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
IndexSerialization
Interpreter [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Lex [clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFC 2022-08-09 07:11:18 +00:00
Parse Remove redundant condition check, NFC 2022-08-11 21:47:19 +08:00
Rewrite [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
Sema [OpenMP] Allow data members in interop init/use/destroy clauses 2022-08-11 09:39:12 -07:00
Serialization [clang] Require strict matches for defines for PCH in GCC style directories 2022-08-10 22:47:27 +03:00
StaticAnalyzer [analyzer] Fix false positive in use-after-move checker 2022-08-09 17:26:30 -07:00
Support [RISCV][Clang] Support policy function for all vector segment load. 2022-08-04 17:47:24 +00:00
Testing [include-cleaner] Include-cleaner library structure, and simplistic AST walking. 2022-04-29 11:04:11 +02:00
Tooling [clang][transformer] Finish plumbing `Note` all the way to the output. 2022-08-11 07:54:44 +02:00
CMakeLists.txt [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00