llvm-project/clang/lib/Basic/Targets
zhoujing 198eea9938 [VENTUS][feat] Support varadic function && enable address space in vastart/vaend 2023-08-08 15:45:41 +08:00
..
AArch64.cpp [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
AArch64.h [AArch64] Improve TargetParser API 2022-12-01 15:30:07 +00:00
AMDGPU.cpp [clang][TargetInfo] Use LangAS for getPointer{Width,Align}() 2022-11-30 20:24:01 +00:00
AMDGPU.h [clang] Use std::nullopt instead of None in comments (NFC) 2022-12-04 15:57:24 -08:00
ARC.cpp
ARC.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
ARM.cpp [AArch64][ARM] add Armv8.9-a/Armv9.4-a identifier support 2022-11-16 10:20:14 +00:00
ARM.h [ARM] Move ARM::parseBranchProtection into ARMTargetParserCommon 2022-11-25 11:33:53 +00:00
AVR.cpp [AVR][Clang] Implement __AVR_HAVE_*__ macros 2022-11-23 01:21:09 +01:00
AVR.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
BPF.cpp [Basic] Use llvm::is_contained (NFC) 2021-10-10 08:52:14 -07:00
BPF.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
CSKY.cpp [CSKY] Fix the conflict of default fpu features and -mfpu option 2022-05-23 10:44:55 +08:00
CSKY.h [clang] Remove redundant virtual specifies (NFC) 2022-07-24 22:02:58 -07:00
DirectX.cpp Add clang DirectX target support 2022-03-28 15:00:50 -05:00
DirectX.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
Hexagon.cpp [Hexagon] Add clang flags for v71, v71t, v73 2022-11-18 09:39:47 -08:00
Hexagon.h Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
Lanai.cpp
Lanai.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
Le64.cpp [NFC] Remove reference to file deleted by D100981. 2021-04-22 10:40:18 -07:00
Le64.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
LoongArch.cpp [Clang][LoongArch] Implement __builtin_loongarch_crc_w_d_w builtin and add diagnostics 2022-11-11 09:16:57 +08:00
LoongArch.h [LoongArch] Specify registers used for exception handling 2022-12-05 11:42:41 +08:00
M68k.cpp [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
M68k.h [cfe] Support target-specific escaped character in inline asm 2021-05-24 21:39:21 -07:00
MSP430.cpp
MSP430.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
Mips.cpp [clang][TargetInfo] Use LangAS for getPointer{Width,Align}() 2022-11-30 20:24:01 +00:00
Mips.h Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
NVPTX.cpp [clang][TargetInfo] Use LangAS for getPointer{Width,Align}() 2022-11-30 20:24:01 +00:00
NVPTX.h [clang] Use std::nullopt instead of None in comments (NFC) 2022-12-04 15:57:24 -08:00
OSTargets.cpp [clang][darwin] Use consistent version define stringifying logic for different Darwin OSes 2022-11-29 14:22:34 -08:00
OSTargets.h [Linux] Revert 1e56821bac 2022-11-17 19:48:01 -05:00
PNaCl.cpp [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
PNaCl.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
PPC.cpp [PPC] Undefine __ppc64__ to match GCC 2022-11-22 17:01:39 -08:00
PPC.h [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
RISCV.cpp [VENTUS][feat] Support varadic function && enable address space in vastart/vaend 2023-08-08 15:45:41 +08:00
RISCV.h [VENTUS][feat] Support varadic function && enable address space in vastart/vaend 2023-08-08 15:45:41 +08:00
SPIR.cpp [SPIR-V] Add SPIR-V triple and clang target info. 2021-11-08 13:34:10 +00:00
SPIR.h DebugInfoMetadata: convert Optional to std::optional 2022-12-04 11:52:02 -06:00
Sparc.cpp [Sparc] Don't define __sparcv9 and __sparcv9__ when targeting V8+ 2022-01-21 09:57:17 -08:00
Sparc.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
SystemZ.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
SystemZ.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
TCE.cpp
TCE.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
VE.cpp [Clang][VE] Add vector load intrinsics 2022-03-12 09:09:57 +09:00
VE.h
WebAssembly.cpp [WebAssembly] Update supported features in the generic CPU configuration 2022-10-25 11:44:22 -07:00
WebAssembly.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
X86.cpp [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
X86.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00
XCore.cpp [clang][XCore] Define __xcore__ for XCore target. 2021-04-26 15:06:04 +01:00
XCore.h [Basic] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:27 -08:00