llvm-project/clang/lib/Driver/ToolChains
Artem Belevich 12fefeef20 [CUDA] Assume the latest known CUDA version if we've found an unknown one.
This makes clang somewhat forward-compatible with new CUDA releases
without having to patch it for every minor release without adding
any new function.

If an unknown version is found, clang issues a warning (can be disabled
with -Wno-cuda-unknown-version) and assumes that it has detected
the latest known version. CUDA releases are usually supersets
of older ones feature-wise, so it should be sufficient to keep
released clang versions working with minor CUDA updates without
having to upgrade clang, too.

Differential Revision: https://reviews.llvm.org/D73231
2020-01-28 10:11:42 -08:00
..
Arch Revert "[RISCV] Add Clang frontend support for Bitmanip extension" 2020-01-15 10:43:42 +00:00
AIX.cpp [NFC] Test commit, revert whitespace change 2020-01-06 16:28:13 -05:00
AIX.h Add AIX assembler support 2019-12-02 11:29:36 -05:00
AMDGPU.cpp Consolidate internal denormal flushing controls 2020-01-17 20:09:53 -05:00
AMDGPU.h Consolidate internal denormal flushing controls 2020-01-17 20:09:53 -05:00
AVR.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
AVR.h [AVR] Automatically link CRT and libgcc from the system avr-gcc 2019-05-19 09:54:14 +00:00
Ananas.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Ananas.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BareMetal.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
BareMetal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Clang.cpp Add a warning, flags and pragmas to limit the number of pre-processor tokens in a translation unit 2020-01-27 16:04:17 +01:00
Clang.h [Clang][OpenMP Offload] Add new tool for wrapping offload device binaries 2019-10-09 20:42:58 +00:00
CloudABI.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
CloudABI.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CommonArgs.cpp [HIP] Fix environment variable HIP_DEVICE_LIB_PATH 2020-01-28 11:27:01 -05:00
CommonArgs.h [HIP] Fix environment variable HIP_DEVICE_LIB_PATH 2020-01-28 11:27:01 -05:00
Contiki.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Contiki.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CrossWindows.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
CrossWindows.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Cuda.cpp [CUDA] Assume the latest known CUDA version if we've found an unknown one. 2020-01-28 10:11:42 -08:00
Cuda.h Consolidate internal denormal flushing controls 2020-01-17 20:09:53 -05:00
Darwin.cpp [clang/Darwin] Remove __llvm_profile_counter_bias from export list for profiling 2020-01-21 16:52:01 -08:00
Darwin.h [driver][darwin] Pass -platform_version flag to the linker instead of the -<platform>_version_min flag 2019-12-17 10:26:32 -08:00
DragonFly.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
DragonFly.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Flang.cpp [clang][driver] Add basic --driver-mode=flang support for fortran 2019-10-30 10:42:22 +00:00
Flang.h [clang][driver] Add basic --driver-mode=flang support for fortran 2019-10-30 10:42:22 +00:00
FreeBSD.cpp Add Triple::isX86() 2020-01-06 15:51:02 -08:00
FreeBSD.h [Driver] Use .init_array for all gcc installations and simplify Generic_ELF -fno-use-init-array rules 2019-12-13 14:06:51 -08:00
Fuchsia.cpp [Clang] Enable -fsanitize=leak on Fuchsia targets 2020-01-27 23:37:51 -08:00
Fuchsia.h [Driver] Derive Fuchsia Linker directly from Tool 2019-08-05 01:36:51 +00:00
Gnu.cpp [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PIC 2020-01-07 15:09:22 -08:00
Gnu.h [Gnu toolchain] Look at standard GCC paths for libstdcxx by default 2020-01-05 21:43:18 +00:00
HIP.cpp [HIP] Fix environment variable HIP_DEVICE_LIB_PATH 2020-01-28 11:27:01 -05:00
HIP.h [AMDGPU][HIP] Change default DWARF version to 4 2019-11-14 11:51:11 -05:00
Haiku.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Haiku.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Hexagon.cpp [Hexagon] Add support for Hexagon v67t microarchitecture (tiny core) 2020-01-21 11:35:10 -06:00
Hexagon.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Hurd.cpp [Gnu toolchain] Look at standard GCC paths for libstdcxx by default 2020-01-05 21:43:18 +00:00
Hurd.h [Gnu toolchain] Look at standard GCC paths for libstdcxx by default 2020-01-05 21:43:18 +00:00
InterfaceStubs.cpp [clang][IFS] Ignoring -Xlinker/-Xclang arguments in InterfaceStubs pass for now. 2019-12-04 20:03:57 -05:00
InterfaceStubs.h [clang][ifs] Clang Interface Stubs ToolChain plumbing. 2019-10-08 15:23:14 +00:00
Lanai.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Linux.cpp [Gnu toolchain] Look at standard GCC paths for libstdcxx by default 2020-01-05 21:43:18 +00:00
Linux.h [Gnu toolchain] Look at standard GCC paths for libstdcxx by default 2020-01-05 21:43:18 +00:00
MSP430.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
MSP430.h Disable PIC/PIE for MSP430 target 2019-02-12 20:46:00 +00:00
MSVC.cpp Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
MSVC.h [MSVC] Automatically add atlmfc folder to include and libpath. 2019-10-10 20:25:54 +00:00
MSVCSetupApi.h
MinGW.cpp [MinGW] Implicitly add .exe suffix if not provided 2019-12-17 10:08:39 +02:00
MinGW.h The MinGW linker supports response files 2019-08-02 22:55:00 +00:00
Minix.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Minix.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MipsLinux.cpp [Driver] Support object files in addition to static and shared libraries in compiler-rt 2019-03-12 02:12:48 +00:00
MipsLinux.h [Driver] Support object files in addition to static and shared libraries in compiler-rt 2019-03-12 02:12:48 +00:00
Myriad.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Myriad.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NaCl.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
NaCl.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NetBSD.cpp Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
NetBSD.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OpenBSD.cpp Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
OpenBSD.h Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
PPCLinux.cpp [PowerPC] [Clang] Add platform guards to PPC vector intrinsics headers 2019-07-30 02:18:11 +00:00
PPCLinux.h [PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power 2019-04-23 05:50:24 +00:00
PS4CPU.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
PS4CPU.h Don't add -fsplit-lto-unit for thin LTO builds with PS4 and Darwin toolchains 2019-10-24 14:10:03 +03:00
RISCVToolchain.cpp Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
RISCVToolchain.h [RISCV] Use compiler-rt if no GCC installation detected 2019-11-22 20:05:29 +00:00
Solaris.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Solaris.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TCE.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TCE.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
WebAssembly.cpp Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
WebAssembly.h [WebAssembly] Support VPtr sanitizer for Emscripten 2019-05-29 18:31:50 +00:00
XCore.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
XCore.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00