.. |
Arch
|
Remove unused #include "llvm/ADT/Optional.h"
|
2022-12-05 06:31:11 +00:00 |
AIX.cpp
|
[clang] Use std::nullopt instead of None (NFC)
|
2022-12-03 11:54:46 -08:00 |
AIX.h
|
[PGO][AIX] Improve dummy var retention and allow -bcdtors:csect linking.
|
2022-10-21 16:32:42 +00:00 |
AMDGPU.cpp
|
[Driver] llvm::None => std::nullopt. NFC
|
2022-12-03 19:43:25 +00:00 |
AMDGPU.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
AMDGPUOpenMP.cpp
|
[OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
|
2022-09-14 09:42:06 -05:00 |
AMDGPUOpenMP.h
|
[OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
|
2022-09-14 09:42:06 -05:00 |
AVR.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
AVR.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Ananas.cpp
|
[Driver] Don't passs --dynamic-linker in -r mode
|
2022-07-16 20:13:24 -04:00 |
Ananas.h
|
…
|
|
BareMetal.cpp
|
BareMetal: detect usr/include/c++/v1 path in sysroot
|
2022-10-07 21:25:18 -07:00 |
BareMetal.h
|
Driver: Refactor and support per target dirs in baremetal
|
2022-08-10 09:13:30 -07:00 |
CSKYToolChain.cpp
|
[Clang][CSKY] Add the CSKY target and compiler driver
|
2022-04-06 11:37:37 +08:00 |
CSKYToolChain.h
|
[CSKY] Remove redundant enabling of IAS for Clang, NFC
|
2022-04-11 22:34:44 -04:00 |
Clang.cpp
|
[VENTUS][RISCV][NFC] Disable macro-redefined warining
|
2023-07-27 09:31:37 +08:00 |
Clang.h
|
[Clang][LoongArch] Add initial LoongArch target and driver support
|
2022-08-23 13:47:22 +08:00 |
CloudABI.cpp
|
[clang] Add a new flag -fexperimental-library to enable experimental library features
|
2022-07-19 15:04:58 -04:00 |
CloudABI.h
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
CommonArgs.cpp
|
Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.
|
2022-12-02 11:29:41 -08:00 |
CommonArgs.h
|
[Flang][Driver] Handle target CPU and features
|
2022-12-02 09:37:53 -08:00 |
Contiki.cpp
|
…
|
|
Contiki.h
|
…
|
|
CrossWindows.cpp
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
CrossWindows.h
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
Cuda.cpp
|
[clang] Use std::nullopt instead of None in comments (NFC)
|
2022-12-04 20:31:05 -08:00 |
Cuda.h
|
Remove unused #include "llvm/ADT/Optional.h"
|
2022-12-05 06:31:11 +00:00 |
Darwin.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Darwin.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
DragonFly.cpp
|
[Driver] Don't passs --dynamic-linker in -r mode
|
2022-07-16 20:13:24 -04:00 |
DragonFly.h
|
…
|
|
Flang.cpp
|
[Flang][Driver] Handle target CPU and features
|
2022-12-02 09:37:53 -08:00 |
Flang.h
|
[Flang][Driver] Handle target CPU and features
|
2022-12-02 09:37:53 -08:00 |
FreeBSD.cpp
|
[Driver] move FreeBSD header search path management to the driver
|
2022-11-18 02:29:49 -05:00 |
FreeBSD.h
|
[Driver] move FreeBSD header search path management to the driver
|
2022-11-18 02:29:49 -05:00 |
Fuchsia.cpp
|
[clang] Don't include C++ Standard Library headers when -nostdinc is used
|
2022-11-16 15:25:32 -05:00 |
Fuchsia.h
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
Gnu.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Gnu.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
HIPAMD.cpp
|
[HIP] Fix lld failure when devie object is empty
|
2022-11-22 10:38:42 -05:00 |
HIPAMD.h
|
[OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
|
2022-09-14 09:42:06 -05:00 |
HIPSPV.cpp
|
[OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
|
2022-09-14 09:42:06 -05:00 |
HIPSPV.h
|
[OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
|
2022-09-14 09:42:06 -05:00 |
HIPUtility.cpp
|
[clang-offload-bundler] add -input/-output options
|
2022-04-05 11:13:01 -04:00 |
HIPUtility.h
|
[HIPSPV][1/4] Refactor HIP tool chain
|
2021-12-13 10:50:25 -05:00 |
HLSL.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
HLSL.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Haiku.cpp
|
…
|
|
Haiku.h
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
Hexagon.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Hexagon.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
Hurd.cpp
|
…
|
|
Hurd.h
|
…
|
|
InterfaceStubs.cpp
|
…
|
|
InterfaceStubs.h
|
…
|
|
Lanai.h
|
[Driver] Move Lanai IAS enabling to Generic_GCC::IsIntegratedAssemblerDefault, NFC
|
2022-04-15 03:55:59 -04:00 |
Linux.cpp
|
[scudo] Add loongarch64 support for scudo
|
2022-11-22 22:02:31 +08:00 |
Linux.h
|
Driver: Change default Android linker to lld.
|
2022-10-13 15:40:30 -07:00 |
MSP430.cpp
|
[Driver] Refactor err_drv_unsupported_option_argument call sites to use llvm::opt::Arg::getSpelling
|
2022-11-08 14:39:09 -08:00 |
MSP430.h
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
MSVC.cpp
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
MSVC.h
|
[Driver] llvm::Optional => std::optional
|
2022-12-03 20:17:05 +00:00 |
MinGW.cpp
|
[clang] [MinGW] Improve detection of libstdc++ headers on Fedora
|
2022-11-29 23:16:09 +02:00 |
MinGW.h
|
[clang] [MinGW] Improve detection of libstdc++ headers on Fedora
|
2022-11-29 23:16:09 +02:00 |
Minix.cpp
|
[Driver][Minix] -r: imply -nostdlib like GCC
|
2022-06-25 16:16:38 -04:00 |
Minix.h
|
…
|
|
MipsLinux.cpp
|
[clang] Add a new flag -fexperimental-library to enable experimental library features
|
2022-07-19 15:04:58 -04:00 |
MipsLinux.h
|
…
|
|
Myriad.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
Myriad.h
|
…
|
|
NaCl.cpp
|
[clang] Add a new flag -fexperimental-library to enable experimental library features
|
2022-07-19 15:04:58 -04:00 |
NaCl.h
|
…
|
|
NetBSD.cpp
|
[Driver] Don't passs --dynamic-linker in -r mode
|
2022-07-16 20:13:24 -04:00 |
NetBSD.h
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
OpenBSD.cpp
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
OpenBSD.h
|
Refactor unwind table driver interface to expose default level. NFC.
|
2022-09-20 10:47:18 +01:00 |
PPCFreeBSD.cpp
|
[PowerPC] [Clang] Enable Intel intrinsics support on FreeBSD
|
2021-11-22 20:42:10 +00:00 |
PPCFreeBSD.h
|
[PowerPC] [Clang] Enable Intel intrinsics support on FreeBSD
|
2021-11-22 20:42:10 +00:00 |
PPCLinux.cpp
|
[PowerPC] Fix check for ieeelongdouble support
|
2022-10-27 10:36:37 +02:00 |
PPCLinux.h
|
[PowerPC] Emit warning for ieeelongdouble on older GNU toolchain
|
2022-01-24 15:23:28 +08:00 |
PS4CPU.cpp
|
[Driver][PS4] pass -fcrash-diagnostics-dir to LTO
|
2022-09-27 13:14:16 -07:00 |
PS4CPU.h
|
[PS4][NFC] Rename classes to align with prevailing practice
|
2022-04-20 08:35:52 -07:00 |
RISCVToolchain.cpp
|
[RISCV][Driver] Add libm linking to `RISCVToolchain` for C++
|
2022-07-06 00:52:26 +03:00 |
RISCVToolchain.h
|
[RISCV] Remove redundant enabling of IAS for Clang, NFC
|
2022-04-04 23:44:49 -04:00 |
ROCm.h
|
[HIP] Detect HIP for Debian/Fedora
|
2022-10-12 22:59:16 -04:00 |
SPIRV.cpp
|
[SPIR-V] Remove unused variable
|
2022-01-11 13:45:59 +00:00 |
SPIRV.h
|
[Clang] Added options for integrated backend.
|
2022-05-25 12:07:33 +01:00 |
Solaris.cpp
|
[Driver][Solaris] -r: imply -nostdlib like GCC
|
2022-04-28 00:19:45 -04:00 |
Solaris.h
|
…
|
|
TCE.cpp
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
TCE.h
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
VEToolchain.cpp
|
[clang] Add a new flag -fexperimental-library to enable experimental library features
|
2022-07-19 15:04:58 -04:00 |
VEToolchain.h
|
[Clang] Move Hexagon / VE IAS enabling to Generic_GCC::IsIntegratedAssemblerDefault, NFC
|
2022-04-13 23:56:09 -04:00 |
WebAssembly.cpp
|
[clang] Don't include C++ Standard Library headers when -nostdinc is used
|
2022-11-16 15:25:32 -05:00 |
WebAssembly.h
|
[clang][driver][wasm] Support -stdlib=libstdc++ for WebAssembly
|
2022-02-03 16:37:52 +01:00 |
XCore.cpp
|
[Clang] Move XCore specific options from Clang.cpp to XCore.cpp
|
2022-01-30 02:24:35 +00:00 |
XCore.h
|
[Driver] Fix ToolChain::getSanitizerArgs
|
2021-11-11 17:17:08 -05:00 |
ZOS.cpp
|
…
|
|
ZOS.h
|
[SystemZ/z/OS] Set DWARF version to 4 for z/OS.
|
2022-06-10 13:38:58 -04:00 |